Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2005 23:40:11 -0700
From:      John-Mark Gurney <gurney_j@resnet.uoregon.edu>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        stable@freebsd.org
Subject:   Re: panic: mutex tty owned at ../../../kern/kern_event.c:1487
Message-ID:  <20050428064011.GO2670@funkthat.com>
In-Reply-To: <20050424035228.GA53806@dan.emsphone.com>
References:  <20050423172802.GB67026@dan.emsphone.com> <20050423220521.GL2670@funkthat.com> <20050424035228.GA53806@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Dan Nelson wrote this message on Sat, Apr 23, 2005 at 22:52 -0500:
> In the last episode (Apr 23), John-Mark Gurney said:
> > Dan Nelson wrote this message on Sat, Apr 23, 2005 at 12:28 -0500:
> > > Got the following on a 2004-04-21 -stable kernel:
> > > 
> > > panic messages:
> > > ---
> > > panic: mutex tty owned at ../../../kern/kern_event.c:1487
> > > cpuid = 0
> > 
> > I can whip up a patch if you want to try it (and can easily reproduce)...
> 
> I tried repeating the panic (hitting ^C in an app partway through its
> startup routine), but it's not cooperating, unfortunately.

it's a very tight race.. basicly a second character has to come in
between the time the first one happens, and before the test for the
PENDIN flag happens...  most likely to occure over an ssh pty that
has a program using kqueue..

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050428064011.GO2670>