|
From: Paul A. C. <pa...@us...> - 2003-09-11 15:08:57
|
I had been running with 0.9.6, and just upgraded to 1.0.4. Now, Valgrind faults immediately. Not being a Valgrind developer, this is the best info I could extract for now: $ valgrind blah Segmentation fault (core dumped) $ gdb blah core ... Core was generated by `blah'. Program terminated with signal 11, Segmentation fault. ... #0 process_cmd_line_options () at vg_main.c:642 642 } (gdb) bt #0 process_cmd_line_options () at vg_main.c:642 #1 0x00000000 in ?? () Let me know if I can provide more/better info. Regards, PC |