|
From: <wim...@ad...> - 2009-02-05 23:34:29
|
Hi all, When I run valgrind like : valgrind --suppressions=/home/u19809/valgrind.supp --db-attach=yes --num-callers=20 and when asked to attach to the debugger I say 'y' I get this ... ==6488== by 0x5951D4B: Wrap_QTA_Run(Instance_S*, Instance_S*, AC_Variant_S*) (QtApp.c:231) ==6488== by 0x804B61E: main (main.c:714) ==6488== ==6488== ---- Attach to debugger ? --- [Return/N/n/Y/y/C/c] ---- y ==6488== starting debugger with cmd: /usr/bin/gdb -nw /proc/6614/fd/1014 6614 GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu"... Attaching to program: /proc/6614/fd/1014, process 6614 Cannot access memory at address 0x448a0003 A program is being debugged already. Kill it? (y or n) n Program not killed. (gdb) What is wronng ? Thx W |