Re: Processes hanging in thrd_sleep

2002-11-18 Thread Kris Kennaway
On Sun, Nov 17, 2002 at 03:41:36PM -0600, Alan L. Cox wrote: > This late-night commit might help: > > jeff2002/11/17 01:33:00 PST > > Modified files: > sys/kern kern_exec.c > Log: >- Release the imgp vnode prior to freeing exec_map resources to avoid > deadlo

Re: Processes hanging in thrd_sleep

2002-11-17 Thread Alan L. Cox
This late-night commit might help: jeff2002/11/17 01:33:00 PST Modified files: sys/kern kern_exec.c Log: - Release the imgp vnode prior to freeing exec_map resources to avoid deadlock. Revision ChangesPath 1.200 +4 -4 src/sys/kern/kern_exe

Re: Processes hanging in thrd_sleep

2002-11-17 Thread Robert Watson
I ran into that during heavy builds on one of my boxes a few months ago -- I never really got around to properly debugging it because the UFS file systems promptly ate themselves. Oddly, I had two boxes in particular that this happened on, and none of my others, and it wasn't clear to me if there

Re: Processes hanging in thrd_sleep

2002-11-17 Thread Kris Kennaway
On Sun, Nov 17, 2002 at 02:59:19AM -0800, Kris Kennaway wrote: > Since upgrading my kernel to today's current (from a couple of weeks > ago) I have had a number of hangs where processes block in the kernel, > usually in the thrd_sleep state (but once one hung in the ufs state). > > e.g: > > > loa