Jens~ On 6/29/05, Jens Rieks <[EMAIL PROTECTED]> wrote: > > #13 0x0808588e in main (argc=1, argv=0xbffff8ac) at imcc/main.c:637 > Can you please run > print ((char**)0xbffff8ac)[1] > to find out which file causes the coredump??
Sure! > gdb ./parrot core <snip/> Core was generated by `./parrot --gc-debug /home/mfowles/perl6/parrot/t/pmc/io_1.pir'. Program terminated with signal 6, Aborted. <snip/> (gdb) print ((char**)0xbffff8ac)[0] $3 = 0xbffff9ee "/home/mfowles/perl6/parrot/t/pmc/io_1.pir" (gdb) print ((char**)0xbffff8ac)[1] $4 = 0x0 Hope that helps, Matt -- "Computer Science is merely the post-Turing Decline of Formal Systems Theory." -???