On Sun, Jul 13, 2003 at 10:26:55AM +0300, Alex Shnitman wrote: [snip] > > It seems as if the forked process is a zombie, but the thread that was > created has a higher PID than the process? Even though it was created > before? Or can the thread be a zombie somehow? And there's a gap of one > number between the PID of the zombie and the next PID of the program. > (That's consistent between runs.) This means that something was started > there and exited. What could that be? I tried to put a sleep 1000 > instead of the echo to see if that's what was running, but the process > table remains the same. > > Trying to attach with gdb to either one of the live processes yields the
What does strace show? -- Didi ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
