One of perl programs is failing with segementation fault.Since it was not reproducible , i investigated the core file.
The output of the core file is as follows
#0 0xfedd49f2 in t_splay () from /lib/libc.so.1
(gdb) backtrace
#0 0xfedd49f2 in t_splay () from /lib/libc.so.1
#1 0xfedd48d0 in t_delete () from /lib/libc.so.1
#2 0xfedd4629 in realfree () from /lib/libc.so.1
#3 0xfedd4c13 in cleanfree () from /lib/libc.so.1
#4 0xfedd412f in _malloc_unlocked () from /lib/libc.so.1
#5 0xfedd4058 in malloc () from /lib/libc.so.1
#6 0x080bf003 in Perl_safesysmalloc ()
#7 0x080dbe4c in Perl_pp_entersub ()
#8 0x00000005 in ?? ()
Could some one tell me how to increase the frame depth of backtrace command or could send me a link for more info for gdb.
My OS Distribution is Solaris 10 8/07 s10x_u4wos_12b X86
Thanks
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.