Bug 246641 - Pressing backspace and pause key freezes kde
Summary: Pressing backspace and pause key freezes kde
Status: RESOLVED UPSTREAM
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-03 22:35 UTC by Unknown
Modified: 2010-08-05 00:37 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2010-08-03 22:35:11 UTC
Version:           unspecified (using KDE 4.3.5) 
OS:                Linux

If I press backspace and pause, KDE freezes completely. 
Keyboard input does not seem to work anymore, I have tried a lot of combinations. 
Mouse pointer disappears from the screen, no response to mouse actions. 
This is quite nasty as the keys are fairly close together on my netbook. 

Reproducible: Always

Steps to Reproduce:
Press Backspace and Pause. 

Actual Results:  
KDE freeze as described above.

Expected Results:  
I have no idea, but certainly not a freeze.
Comment 1 Christoph Feck 2010-08-04 12:20:46 UTC
Could be a global grab or something related to Xorg.
Comment 2 Thomas Lübking 2010-08-05 00:04:21 UTC
i don't think this is a KDE issue - tried under another session (like openbox or just "failsafe"?)

since i cannot reproduce it at all, the combination might trigger an action on the HW layer of your netbook, turning off your touchpad.

- open a terminal (konsole, xterm)
- ensure i has the kbd focus
- press the offending combination
- enter "xinput list > x.input.lst"
this will write the present input devices known to X11 into the file x.input.lst, which you can attach/post

if you cannot type into the terminal anymore, there's more gone than your pointer.
-> "sleep 5; xinput list > x.input.lst"
this will wait for 5 seconds before dumping the device list and you can press the combination in the meantime
Comment 3 Unknown 2010-08-05 00:23:24 UTC
first method : system frozen, no input possible. not even ctrl alt suppr works. Had to shut down system with power button. 

second method : system frozen as above, konsole command did not output anything though I had waited for twenty seconds. Shut down as above. 

Booting opensuse in failsafe text-only : Same as above. 
I guess since it is present in the failsafe runlevel 5 console it is not a KDE bug but an opensuse one?
Comment 4 Thomas Lübking 2010-08-05 00:37:40 UTC
that's either an X11 or even a kernel bug.

instead of powering down you could try to zap (ctrl+alt+backspace) or switch to a VT (ctrl+alt+f1) - in case that's enabled on SuSE
but i fear X is entirely locked.

if you've another machine you could start an ssh server on the "broken" one and try to ssh into it from the working (if it's only X11 and not the kernel, that will still work)

you _might_ be able to "workaround" your problem by removing the pause button (i guess you'll need backspace...) via an xkb rule... (either as entry in /etc/X11/xorg.conf or via setxkb)