Could you tell me why the address is invalid. Regarding third party modules i had similar failure earlier but at that time it was failing in Sybase module during destruction of object. This is the previous backtrace.
gdb) backtrace #0 0xfeae7253 in syb_st_destroy () from /usr/local/lib/perl5/site_per +l/5.8.6/i86pc-solaris/auto/DBD/Sybase/Sybase.so #1 0x08183c80 in ?? () #2 0x08365b8c in ?? () #3 0x1d7d7640 in ?? () #4 0xfeaff840 in ?? () from /usr/local/lib/perl5/site_perl/5.8.6/i86p +c-solaris/auto/DBD/Sybase/Sybase.so #5 0xfead99ab in XS_DBD__Sybase__st_DESTROY () from /usr/local/lib/pe +rl5/site_perl/5.8.6/i86pc-solaris/auto/DBD/Sybase/Sybase.so #6 0x08183c8c in ?? () #7 0x00000004 in ?? () #8 0xfec40b5c in ?? () from /usr/local/lib/perl5/site_perl/5.8.6/i86p +c-solaris/auto/DBI/DBI.so #9 0x08183c80 in ?? () #10 0x08183cc0 in ?? () #11 0x00000000 in ?? () (gdb)
Are there any more information i can extract from the core enabling more debugging.

In reply to Re^2: Understanding the segmentation fault output generated using gdb by Anonymous Monk
in thread Understanding the segmentation fault output generated using gdb by Anonymous Monk

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.