Yes, certainly. I am sorry for not giving enough information.

In case the fault happens while executing regularly (not debugging) Windows opens a pop up window showing the content of the memory and the question whether an error message should be sent to Microsoft.

During debugging the following message is given

Signal SEGV at C:\strawberry\perl\vendor\lib/LWP/UserAgent.pm line 178 eval {...} called at C:\strawberry\perl\vendor\lib/LWP/UserAge +nt.pm line 177 LWP::UserAgent::send_request('LWP::UserAgent=HASH(0xc704d4)', +'HTTP::Req uest=HASH(0x121ac6c)', undef, undef) called at C:\strawberry\perl\vend +or\lib/LWP /UserAgent.pm line 253 LWP::UserAgent::simple_request('LWP::UserAgent=HASH(0xc704d4)' +, 'HTTP::R equest=HASH(0x121ac6c)', undef, undef) called at C:\strawberry\perl\ve +ndor\lib/L WP/UserAgent.pm line 261 LWP::UserAgent::request('LWP::UserAgent=HASH(0xc704d4)', 'HTTP +::Request= HASH(0x121ac6c)') called at C:\strawberry\perl\vendor\lib/LWP/UserAgen +t.pm line 389 LWP::UserAgent::get('LWP::UserAgent=HASH(0xc704d4)', 'http://m +y_server/apache2-default/') called at check_lwp.pl line 9

Thank you for your help, BrowserUk.

In reply to Re^2: Segmentation Fault when using LWP::UserAgent by TheloniusM
in thread Segmentation Fault when using LWP::UserAgent by TheloniusM

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.