techee left a comment (geany/geany-plugins#1354) I think that when I compiled GTK by myself, the im-ibus module didn't get loaded and the crash disappeared because of that. After running `im-config`, setting `xim` as input method logging out/in, the crash disappears also with the Debian GTK.
Inside the ibus im module, the crash happens at https://github.com/ibus/ibus/blob/219386a67501e1a0fbbe45b28d5ef57e12a3c7d6/client/gtk2/ibusimcontext.c#L2172 which is called from https://github.com/ibus/ibus/blob/219386a67501e1a0fbbe45b28d5ef57e12a3c7d6/client/gtk2/ibusimcontext.c#L1211 So probably some double-freed or uninitialized value, but I don't see a clear source of such a problem in the source. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1354#issuecomment-2994405767 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1354/[email protected]>
