LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* System hang from holding left shift key
@ 2008-11-03  7:42 Larry Finger
  2008-11-03 15:30 ` Andi Kleen
  2008-11-04 10:56 ` Pavel Machek
  0 siblings, 2 replies; 4+ messages in thread
From: Larry Finger @ 2008-11-03  7:42 UTC (permalink / raw)
  To: Alan; +Cc: LKML

While absentmindedly holding down the left shift key as I was thinking about my
next input, I froze the keyboard. After 3 seconds, the system sounded a high
beep, and then a low beep after another 3 seconds. At that point, no key entry
had any effect. From the beeps, one might conclude that the input buffer is
full, but a CTRL/U did not clear it. Fortunately, a short press on the power
button shut down the machine cleanly.

I don't know if this is a regression. I found it in v2.6.28-rc2, but the oldest
kernel that I could test (v2.6.24) already has the problem.

When the beeps occur, a stack dump is as follows:

Pid: 2989, comm: Xorg Not tainted 2.6.28-rc2-Linus-00473-g67d1128-dirty #2
Call Trace:
  [<ffffffff803957ce>] kd_mksound+0x69/0xa9
  [<ffffffff8039196c>] vt_ioctl+0x3c4/0x1744
  [<ffffffff8038b097>] tty_ioctl+0x793/0x7fa
  [<ffffffff8025c6c0>] ? trace_hardirqs_off+0xd/0xf
  [<ffffffff8044f94a>] ? _spin_unlock_irqrestore+0x3d/0x4c
  [<ffffffff802bf102>] vfs_ioctl+0x2f/0x7d
  [<ffffffff802bf4fe>] do_vfs_ioctl+0x3ae/0x3e0
  [<ffffffff8020c07c>] ? sysret_check+0x27/0x62
  [<ffffffff802bf577>] sys_ioctl+0x47/0x6a
  [<ffffffff8020c04b>] system_call_fastpath+0x16/0x1b

Thanks,

Larry



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: System hang from holding left shift key
  2008-11-03  7:42 System hang from holding left shift key Larry Finger
@ 2008-11-03 15:30 ` Andi Kleen
  2008-11-04 10:56 ` Pavel Machek
  1 sibling, 0 replies; 4+ messages in thread
From: Andi Kleen @ 2008-11-03 15:30 UTC (permalink / raw)
  To: linux-kernel

Larry Finger <Larry.Finger@lwfinger.net> writes:

> While absentmindedly holding down the left shift key as I was thinking about my
> next input, I froze the keyboard. After 3 seconds, the system sounded a high
> beep, and then a low beep after another 3 seconds. At that point, no key entry
> had any effect. From the beeps, one might conclude that the input buffer is
> full, but a CTRL/U did not clear it. Fortunately, a short press on the power
> button shut down the machine cleanly.
> 
> I don't know if this is a regression. I found it in v2.6.28-rc2, but the oldest
> kernel that I could test (v2.6.24) already has the problem.

I vaguely remember hitting something like that long ago (much earlier
2.6). But i wasn't able to stabilize it so I never reported it or
tried to track it down. But it's probably not a new problem.

-Andi


-- 
ak@linux.intel.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: System hang from holding left shift key
  2008-11-03  7:42 System hang from holding left shift key Larry Finger
  2008-11-03 15:30 ` Andi Kleen
@ 2008-11-04 10:56 ` Pavel Machek
  2008-11-04 17:59   ` Larry Finger
  1 sibling, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2008-11-04 10:56 UTC (permalink / raw)
  To: Larry Finger; +Cc: Alan, LKML


> While absentmindedly holding down the left shift key as I was thinking about my
> next input, I froze the keyboard. After 3 seconds, the system sounded a high
> beep, and then a low beep after another 3 seconds. At that point, no key entry
> had any effect. From the beeps, one might conclude that the input buffer is
> full, but a CTRL/U did not clear it. Fortunately, a short press on the power
> button shut down the machine cleanly.
> 
> I don't know if this is a regression. I found it in v2.6.28-rc2, but the oldest
> kernel that I could test (v2.6.24) already has the problem.
> 
> When the beeps occur, a stack dump is as follows:

What kind of machine is that...? I can't reproduce it here, do I need
some accessibility options enabled?

									Pavel


> Pid: 2989, comm: Xorg Not tainted 2.6.28-rc2-Linus-00473-g67d1128-dirty #2
> Call Trace:
>   [<ffffffff803957ce>] kd_mksound+0x69/0xa9
>   [<ffffffff8039196c>] vt_ioctl+0x3c4/0x1744
>   [<ffffffff8038b097>] tty_ioctl+0x793/0x7fa
>   [<ffffffff8025c6c0>] ? trace_hardirqs_off+0xd/0xf
>   [<ffffffff8044f94a>] ? _spin_unlock_irqrestore+0x3d/0x4c
>   [<ffffffff802bf102>] vfs_ioctl+0x2f/0x7d
>   [<ffffffff802bf4fe>] do_vfs_ioctl+0x3ae/0x3e0
>   [<ffffffff8020c07c>] ? sysret_check+0x27/0x62
>   [<ffffffff802bf577>] sys_ioctl+0x47/0x6a
>   [<ffffffff8020c04b>] system_call_fastpath+0x16/0x1b
> 
> Thanks,
> 
> Larry
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: System hang from holding left shift key
  2008-11-04 10:56 ` Pavel Machek
@ 2008-11-04 17:59   ` Larry Finger
  0 siblings, 0 replies; 4+ messages in thread
From: Larry Finger @ 2008-11-04 17:59 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Alan, LKML

Pavel Machek wrote:
>> While absentmindedly holding down the left shift key as I was thinking about my
>> next input, I froze the keyboard. After 3 seconds, the system sounded a high
>> beep, and then a low beep after another 3 seconds. At that point, no key entry
>> had any effect. From the beeps, one might conclude that the input buffer is
>> full, but a CTRL/U did not clear it. Fortunately, a short press on the power
>> button shut down the machine cleanly.
>>
>> I don't know if this is a regression. I found it in v2.6.28-rc2, but the oldest
>> kernel that I could test (v2.6.24) already has the problem.
>>
>> When the beeps occur, a stack dump is as follows:
> 
> What kind of machine is that...? I can't reproduce it here, do I need
> some accessibility options enabled?

It is an HP dv2815nr notebook with an Turion X2 CPU running the x86_64 version
of openSUSE 11.0.

I'm not running any special options that I know about. The only strange thing is
that the shift keys autorepeat.

Larry


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-04 17:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-03  7:42 System hang from holding left shift key Larry Finger
2008-11-03 15:30 ` Andi Kleen
2008-11-04 10:56 ` Pavel Machek
2008-11-04 17:59   ` Larry Finger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).