Package: strace
Version: 4.5.12-1

Strace handles -ff:ing multiple PIDs that belong to same process group rather ungracefully for the moment:

02:50 <nonix4> sh -c 'echo $$; sh -c "echo $""$; sleep 60"' &
strace -ff -o foo.bar -p 123 -p 124   # w/ PIDs as reported

02:57 <asg> nonix4: Process 30502 detached
02:57 <asg> *** glibc detected *** double free or corruption (top): 0x0807b7a8 
***

Suggestion: Either create code supporting such parameters or refuse them. While at it, figure out why PANICing resulted in double free / corruption.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to