Interesting. I can't get it to dump core under Perl 5.6.1 on one Linux box, but it does dump core under another -- also running Linux and Perl 5.6.1. The main difference is that the second machine is running a hand-built threaded perl. Hrm -- strange. Anyways, I get a similar output from gdb:

(gdb) bt #0 0x080e4730 in Perl_re_intuit_start () at eval.c:41 #1 0x080e4433 in Perl_re_intuit_start () at eval.c:41 #2 0x080a38ae in Perl_pp_match () at eval.c:41 #3 0x080a0fba in Perl_runops_standard () at eval.c:41 #4 0x0805dd3c in perl_run () at eval.c:41 #5 0x0805da58 in perl_run () at eval.c:41 #6 0x0805b226 in main () at eval.c:41 #7 0x40090177 in __libc_start_main (main=0x805b1b0 <main>, argc=4, ub +p_av=0xbffff9ec, init=0x805a33c <_init>, fini=0x80f4460 <_fini>, rtld_fini=0x4000e184 <_dl_fini>, stack_end +=0xbffff9dc) at ../sysdeps/generic/libc-start.c:129

perl -pe '"I lo*`+$^X$\"$]!$/"=~m%(.*)%s;$_=$1;y^`+*^e v^#$&V"+@( NO CARRIER'


In reply to Re: perldoc core dump bug by Chmrr
in thread perldoc core dump bug by broquaint

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.