Comment 3 for bug 692567

Revision history for this message
Ralf Hildebrandt (ralf-hildebrandt) wrote :

I rebuilt the binary using "-Wall -g" and disabled stripping:

Program received signal SIGSEGV, Segmentation fault.
0x000000000043a6c3 in PL_getmultiline (firstline=0x6e743a "A.dest", mode=0x4703fe "get") at execline.c:462
462 for( i = 0, emptyline = 1; line[i] != '\0'; i++ ) if( !isspace( (int) line[i] )) { emptyline = 0; break; }
(gdb) bt
#0 0x000000000043a6c3 in PL_getmultiline (firstline=0x6e743a "A.dest", mode=0x4703fe "get") at execline.c:462
#1 0x0000000000407919 in PLP_annotate () at proc_annotate.c:59
#2 0x0000000000439d92 in proc_call (procname=0x68d1e0 "annotate") at execline.c:316
#3 0x0000000000439428 in PL_execline (line=0x7fffffffd560 " #proc annotate") at execline.c:154
#4 0x0000000000438e76 in PL_exec_scriptfile (scriptfile=0x7fffffffe4b0 "2007-12_Korsolex-10.pl") at execscriptfile.c:102
#5 0x0000000000403b74 in main (argc=2, argv=0x7fffffffe818) at pl.c:278
(gdb)