compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #36820
[Bug 1019337] Re: gtk-window-decorator crashes with BadWindow (invalid Window parameter), from XGetWindowProperty() from get_frame_type()
Miklos, sorry for the confusion. I've figured it out now.
Breaking on gdk_x_error doesn't work at all, because the symbol is static (hence not breakable in release builds).
Breaking on _XError gives false positives, showing harmless X errors that we do actually handle and are not fatal.
The correct place to break it seems is the "exit" function:
break exit
--
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1019337
Title:
gtk-window-decorator crashes with BadWindow (invalid Window
parameter), from XGetWindowProperty() from get_frame_type()
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1019337/+subscriptions