|
From: Igmar P. <mai...@jd...> - 2003-07-19 12:59:20
|
> My program runs perfectly fine when run with > valgrind. But dumps on Sig11 when run without it. How > do I find out where the problem is. 1) Compile app with -g 2) gdb executable in gdb : 'run' as command when it crashes, type 'where' Igmar |