This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug breakpoints/19598] GDB breakpoint locks up Ubuntu UI, requiring reboot


https://sourceware.org/bugzilla/show_bug.cgi?id=19598

--- Comment #6 from Pedro Alves <palves at redhat dot com> ---
I did not mean a console window (Alt-Tab), I mean a virtual console
(Ctrl+Alt+Fn), which should work even when X is stuck:

 http://askubuntu.com/questions/277517/what-does-ctrl-alt-f12-do

most likely, you stopped the program while it was holding a pointer grab:


http://unix.stackexchange.com/questions/40458/command-for-forcing-a-pointer-ungrab-captured-mouse-release

Try switching to a virtual console (ctrl+alt+fn) and doing:

 $ DISPLAY=:0 xdotool key XF86Ungrab

If that doesn't work, as a wild guess, try to figure out out to disable client
side decorations.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]