in reply to Segmentation fault using LWP and threads

FYI. I don't get any errors or segfaults from this on Win32/5.8.4/AS810.

Which version of Perl are you using?


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail        "Time is a poor substitute for thought"--theorbtwo
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon
  • Comment on Re: Segmentation fault using LWP and threads

Replies are listed 'Best First'.
Re^2: Segmentation fault using LWP and threads
by Ray Smith (Beadle) on Nov 12, 2004 at 21:57 UTC
    Question are you accessing HTTPS. We are and it appears that that requires Net::SSLeay; which does not appear to install on our Win32 system. We are using perl 5.8.0 under RedHat. Thanks for your suggestions.
      are you accessing HTTPS?

      Yes. I tried both the yahoo urls you posted.

      [22:06:16.45] P:\test>perl -MNET::SSLeay -MLWP -le"print length LWP::U +serAgent->new()->get( 'https://www.yahoo.com')->content" 31091
      We are using perl 5.8.0 under RedHat.

      The OS doesn't matter in this case. iThreads were quite badly broken on all platforms prior to 5.8.3.


      Examine what is said, not who speaks.
      "Efficiency is intelligent laziness." -David Dunham
      "Think for yourself!" - Abigail        "Time is a poor substitute for thought"--theorbtwo
      "Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon
        Same problem occurs on a Fedora FC2 system, running Perl 5.8.3, and using Net::SSLeay 1.25 with openssl-0.9.7a-35 .