in reply to Re: Segmentation fault using LWP and threads
in thread Segmentation fault using LWP and threads

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.
  • Comment on Re^2: Segmentation fault using LWP and threads

Replies are listed 'Best First'.
Re^3: Segmentation fault using LWP and threads
by BrowserUk (Patriarch) on Nov 12, 2004 at 22:10 UTC
    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 .