leaking blocked processes in vmstat ... how to debug?

Gavin Atkinson gavin.atkinson at ury.york.ac.uk
Mon Jun 26 12:26:43 UTC 2006


On Mon, 2006-06-26 at 08:29 -0300, Marc G. Fournier wrote:
> Up to 48 right now, and still nothing to show for it ...

Is it possible that these processes are blocked while exiting?

There's currently an unresolved bug where processes get wedged either
during startup or exit.  See if you have any processes in state "START"
in top, or with an E in the "STAT" column:

ps ax -O ppid,flags,mwchan | awk '$6 ~ /E/ || $6 == "STAT"'

Gavin


More information about the freebsd-stable mailing list