|
From: | Chet Ramey |
Subject: | Re: Bash-4.1-rc1 available for FTP |
Date: | Sat, 26 Dec 2009 13:12:24 -0500 |
What does that mean?
TRACE: pid 17502: mark_dead_jobs_as_notified: ndeadproc (0) != js.c_reaped (14)
It's a debugging/informational message. ndeadproc is a count of the number of dead child processes in the current jobs list. c_reaped is the total number of dead child processes the shell has reaped. If they are different, I either did not catch some reaped children, we have dead children that were not part of jobs, or we've walked the list before.
That info doesn't get checked in "release" versions of the shell. Chet Sent from my iPhone
[Prev in Thread] | Current Thread | [Next in Thread] |