On 2005-03-16, at 05:27:20 -0000, Steve Peters via RT wrote:

> > [EMAIL PROTECTED] - Sat Mar 05 09:54:59 2005]:
> > 
> > 
> > This is a bug report for perl from [EMAIL PROTECTED],
> > generated with the help of perlbug 1.35 running under perl v5.8.5.
> > 
> > 
> > -----------------------------------------------------------------
> > 
> > null ptr handling unmatched quotes ::  '"""' || "'''"
> > 
> > [EMAIL PROTECTED] trew $ perl -e '"""'
> > Segmentation fault (core dumped)
> > [EMAIL PROTECTED] trew $ gdb -q -c core
> > Core was generated by `perl -e """'.
> > Program terminated with signal 11, Segmentation fault.
> > #0  0x80044e22 in ?? ()
> > (gdb) x/i $eip
> > 0x80044e22:     movzbl (%edx),%eax
> > (gdb) i r edx eax
> > edx            0x0      0
> > eax            0x8011a93c       -2146326212
> > 
> > 
> 
> Can anyone else been able to replicate this core dump?  I've tried the
> following without being able to replicate.  It get the following error:

No. Tested on Linux 2.6.10 with nearly 100 versions/configurations
between 5.003 and blead, even running the whole 5.8.x series under
valgrind doesn't show any problems.

Marcus

-- 
Real Users never know what they want, but they always know when your program
doesn't deliver it.

Reply via email to