Community
Participate
Working Groups
There is a problem with the GTK port on AIX 64. Programs crash whenever you click on the title of the window to activate it. The details are as follows: - exits through an XError (BadWindow) - We have a small GTK app, written in C, that crashes the same way under 64 but works well under 32 - if we trap XErrors (and dont let default handler run) everything seems to work fine - The error occurs in gdk_x11_set_input_focus_safe, which is called from gdk_wm_protocols_filter (in gdkevents-x11.c) when a WM_TAKE_FOCUS message is handled. - This usually happens when a window takes focus (click on window title bar) - The code in gdk_x11... is doing a low level X call -> GetReq(SetInputFocus, req) -> instead of calling XSetInputFocus directly - We installed GTK 2.18 to see if a more recent version makes any difference and it doesn't.
Created attachment 179999 [details] Temporary patch to work around Bad Window crash
SWT no longer provides AIX builds.