RE: mutex Giant not owned

2001-08-17 Thread John Baldwin
On 16-Aug-01 John Baldwin wrote: On 16-Aug-01 David O'Brien wrote: # uname -a FreeBSD phuong.nuxi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #12: Sun Jul 15 19:07:45 PDT 2001 [EMAIL PROTECTED]:/files/Current/sys/alpha/compile/DS20 alpha Looks like a trapsignal() in trap() is being called

Re: mutex Giant not owned

2001-08-16 Thread Bruce Evans
On Wed, 15 Aug 2001, David O'Brien wrote: panic: mutex Giant not owned at ../../../kern/vfs_subr.c:2363 ... #7 0xfc3d6090 in panic ( fmt=0xfc5a9096 mutex %s not owned at %s:%d) at ../../../kern/kern_shutdown.c:600 #8 0xfc3ca404 in _mtx_assert (m=0x0,

RE: mutex Giant not owned

2001-08-16 Thread John Baldwin
On 16-Aug-01 David O'Brien wrote: # uname -a FreeBSD phuong.nuxi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #12: Sun Jul 15 19:07:45 PDT 2001 [EMAIL PROTECTED]:/files/Current/sys/alpha/compile/DS20 alpha Looks like a trapsignal() in trap() is being called w/o Giant. I'll look at it. Try