Re: possible showstopper: kbdmux hangs -current
- From: Dmitry Morozovsky <marck@xxxxxxxx>
- Date: Sat, 28 Jul 2007 17:36:21 +0400 (MSD)
On Fri, 27 Jul 2007, Maksim Yevmenkin wrote:
MY> On 7/27/07, Dmitry Morozovsky <marck@xxxxxxxx> wrote:
MY> > Hi there,
MY> >
MY> > on some of my mobos -current hangs early (when starning init) if kbdmux is
MY> > included in kernel (both on i386 and amd64); this seems to be some race, as
MY> > hangs are not 100% reproducible. What info should I provide to debug?
MY>
MY> the usual suspects are
MY>
MY> 1) while (KBDMUX_CHECK_CHAR(kbd)) { ... } loop in kbdmux_kbd_event().
MY> could you please try to put some debug printf's into it and make sure
MY> it does not stuck there.
errrm. Added two printfs with ppsratecheck - and, as usual, 'specialist
presense effect' is in place: no single hang since, both on stock GENERIC and
my own stripped down kernel so far (approx 20 reboots).
Will try further.
MY>
MY> 2) callout. kbdmux callout initialized as non mp-safe to make sure
MY> giant is held.
MY>
MY> 3) task queue. kbdmux(4) uses taskqueue_swi_giant.
MY>
MY> you might want to try uncomment section at line 81 in kbdmux.c. this
MY> should add private lock for kbdmux(4). not sure it will work though -
MY> many things has changed since i tried it.
MY>
MY> > I'm using only PS2 keyboards, and have no other format keyboards handy;
MY> > however, I can obtain USB keyb if needed.
MY>
MY> are you using ps/2 mouse? if so, try to disconnect it and see if this helps.
No, there is no mouse attached.
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@xxxxxxxx ***
------------------------------------------------------------------------
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: possible showstopper: kbdmux hangs -current
- From: Maksim Yevmenkin
- Re: possible showstopper: kbdmux hangs -current
- References:
- possible showstopper: kbdmux hangs -current
- From: Dmitry Morozovsky
- Re: possible showstopper: kbdmux hangs -current
- From: Maksim Yevmenkin
- possible showstopper: kbdmux hangs -current
- Prev by Date: Re: Can't build RELENG_6 from HEAD?
- Next by Date: TERM={xterm-r5,xterm-r6} behaving badly with man(1)
- Previous by thread: Re: possible showstopper: kbdmux hangs -current
- Next by thread: Re: possible showstopper: kbdmux hangs -current
- Index(es):
Relevant Pages
|
|