[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#369202: Update: not a konqueror bug



Firstly, I'm seeing the same on a different system, too now. The first system 
was x86 based but I also see it on a PPC based machine here. The hardware is 
completely different (even mouse, keyboard and monitor) with the exception of 
a USB hub. I now unplugged said hub and attached the keyboard directly, and 
couldn't reproduce the bug. I then replugged the hub first and later also 
plugged the keyboard into the hub, and still can't reproduce it. These latter 
attempts BTW also happened on a recent Ubuntu, so it might even be non-Debian 
specific.

Further, and what gave me the hint that it's not konqueror, you can watch this 
bug in action using 'xev'. Before the unplugging/plugging above, I could see 
a series of events where the left shift and control keys were triggered, see 
below the output. As you can see, the time distance between the press and 
release events is at most one (tick? microsecond?), much smaller than what I 
could manually generate.

What I now need is to a) find out when this bug happens (I have an uptime of a 
few days, maybe it requires some value to overflow in the USB subsystem?) and 
b) a way to monitor keyboard input without X (any idea?).

cheers

Uli

>>>>>>>>>>>>>>> xev output <<<<<<<<<<<<<<<<<<<

KeyPress event, serial 32, synthetic NO, window 0x2600001,
    root 0x4d, subw 0x0, time 181417077, (36,-12), root:(937,488),
    state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 32, synthetic NO, window 0x2600001,
    root 0x4d, subw 0x0, time 181417077, (36,-12), root:(937,488),
    state 0x1, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 32, synthetic NO, window 0x2600001,
    root 0x4d, subw 0x0, time 181427183, (36,-12), root:(937,488),
    state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 32, synthetic NO, window 0x2600001,
    root 0x4d, subw 0x0, time 181427183, (36,-12), root:(937,488),
    state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 32, synthetic NO, window 0x2600001,
    root 0x4d, subw 0x0, time 181437348, (36,-12), root:(937,488),
    state 0x0, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 32, synthetic NO, window 0x2600001,
    root 0x4d, subw 0x0, time 181437349, (36,-12), root:(937,488),
    state 0x1, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 32, synthetic NO, window 0x2600001,
    root 0x4d, subw 0x0, time 181447452, (36,-12), root:(937,488),
    state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 32, synthetic NO, window 0x2600001,
    root 0x4d, subw 0x0, time 181447453, (36,-12), root:(937,488),
    state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False




Reply to: