|
From: Avery F. <av...@po...> - 2005-05-05 22:11:35
|
Hi, I'm trying to use valgrind 2.4.0 on Debian to fix some memory problems. When I run my program, everything appears ok, but when the program exits nothing happens. Nothing is printed and in the case of massif, no files are generated. I know that valgrind works on other programs (I tried ls at least). The following is all I ever get: ==11136== Massif, a space profiler for x86-linux. ==11136== Copyright (C) 2003, Nicholas Nethercote ==11136== Using valgrind-2.4.0, a program supervision framework for x86-linux. ==11136== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al. ==11136== For more details, rerun with: -v ==11136== And then nothing. Any idea what could be causing this? I'm running valgrind on a daemon, so I'm guessing it might have to do with the way it's exiting. Can I just run kill on the pid? I'm not subscribe so please CC any replies. Thanks, Avery |