NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/38886: hanging processes with make -j 2
The following reply was made to PR kern/38886; it has been noted by GNATS.
From: Andrew Doran <ad%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: Re: kern/38886: hanging processes with make -j 2
Date: Sat, 7 Jun 2008 22:14:25 +0100
Dup of PR 38761. How many CPUs does the machine have?
The thread in biowait holds a vnode lock, and the thread in tstile is
waiting for that. A wakeup on the buffer has occured because I/O is
complete but it's not being received for some reason.
Andrew
Home |
Main Index |
Thread Index |
Old Index