Subject: | perl 5.8.1 core dump using String::Approx version 3.22 |
The file "test.pl.txt" is at: http://ian.idallen.ca/test.pl.txt
The file "input.txt" is at: http://ian.idallen.ca/input.txt
$ gdb /usr/bin/perl
GNU gdb 5.3-25mdk (Mandrake Linux)
This GDB was configured as "i586-mandrake-linux-gnu"...
(no debugging symbols found)...
(gdb) run -w ~/public_html/test.pl.txt ~/public_html/input.txt
Starting program: /usr/bin/perl -w ~/public_html/test.pl.txt ~/public_html/input.txt
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
Total questions read: 7
DEBUG1 6
DEBUG2 6
DEBUG3 6
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x4027cc64 in mallopt () from /lib/i686/libc.so.6
(gdb) where
#0 0x4027cc64 in mallopt () from /lib/i686/libc.so.6
#1 0x4027c58a in calloc () from /lib/i686/libc.so.6
(gdb)