|
From: Ashley P. <as...@qu...> - 2005-01-25 17:56:41
|
When trying to debug a problem I came across this oddity, for some reason one of my programs is claiming to die with signal 0. I ran kill -l to check if this was a real signal as I'm sure they start at 1. Anyway 'kill -l 0' seems to give different output when run inside of V. I'm running 2.2.0 (from debian unstable) but this is reproducible with CVS sources as well. $ kill -l 0 T $ valgrind -q kill -l 0 0 $ valgrind --version valgrind-2.2.0 Ashley, |