|
From: Mark S. <ma...@ne...> - 2003-12-17 11:58:51
|
Hello,
I hope I don't cause too much trouble sending this to the mailing list,
but since bugzilla seems to be down I thought I might give it a shot
here.
Yesterday I downloaded valgrind-2.1.0 and installed it (building without
errors). If I use valgrind with the simplest of programs, like
Int main() { while(1) { cout << "hi there" << endl; sleep(1); } }
Then it will hang as soon as I stop it using ctrl-C. The process can
only be killed by using kill -9, after which it becomes a zombie.
This valgrind-2.1.0, build from sources at valgrind.kde.org. I have
libc6, nothing really exciting on this machine (it's a suse 7.3 system).
Valgrind -v doesn't print anything except the usual, "reading syms
from...", after that it starts printing "hi there" as it should. When I
press ctrl-C it hangs.
Best regards, and thanks for an otherwise wonderful program that has
saved me many times already.
Mark Smeets.
|
|
From: Jeremy F. <je...@go...> - 2003-12-18 01:05:35
|
On Wed, 2003-12-17 at 04:01, Mark Smeets wrote: > This valgrind-2.1.0, build from sources at valgrind.kde.org. I have > libc6, nothing really exciting on this machine (it's a suse 7.3 system). Hm, that sounds old. What kernel version, compiler version and glibc version do you have? J |