gdk_display_get_window_at_pointer() (or more specifically _gdk_windowing_window_at_pointer) grabs with XGrabServer() before calling XQueryPointer.
The grab can be broken by switching to a virtual terminal and killing the app using gdk_display_get_window_at_pointer (or attaching to that process with a debugger and calling XUngrabServer(Display* display), though I don't know if you can do that if a debugger is already attached). -- X server freezes while the application is executing XQueryPointer https://bugs.launchpad.net/bugs/400374 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs