Bug#532342: please apply the patch

2009-09-29 Thread Aron Griffis
Ping? The bug described in this report is severe and the provided patch fixes it correctly. Could the maintainer please apply the patch? Thanks... ___ forensics-devel mailing list forensics-devel@lists.alioth.debian.org

Bug#532342: confirmation

2009-09-10 Thread Aron Griffis
I'm seeing this same bug. It appears when the process is connected to a pipe on stdout. Here is my simple test: $ time -15 4 true real0m0.013s $ time -15 4 true | cat real0m4.012s The problem is that 02-seconds.patch forks a new process which interferes with signal delivery. The