in reply to HTTPS transactions with LWP::UserAgent
Second step is to check versions: do you run the latest maintainance release (5.8.8) of perl? If no, consider upgrading; there are reasons that 5.8.8 was released, and the most prominent is: bug fixes.
Finally you can start a debugger (like gdb) or a memory debugger (like valgrind) and try to gather some information on where that segmentation fault occurs (perl core, or a library?), perhaps even build a perl with debugging symbols to find out more.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTTPS transactions with LWP::UserAgent
by mrguy123 (Hermit) on Dec 18, 2007 at 07:06 UTC |