bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bash-4.1-rc1 available for FTP


From: Chet Ramey
Subject: Re: Bash-4.1-rc1 available for FTP
Date: Sat, 26 Dec 2009 13:12:24 -0500

On Dec 25, 2009, at 11:43 AM, Andreas Schwab <schwab@linux-m68k.org> wrote:

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]