b4n left a comment (geany/geany#4613)

There ought to be memory corruption at some point.

@nyamatongwe the invalid signal warning comes from some call to 
[`g_signal_emit_by_name()`](https://gitlab.gnome.org/GNOME/glib/-/blob/glib-2-84/gobject/gsignal.c#L3647)
 according to the path and line before, and given the error right above I'd 
wager it's coming from some `gtk_im_context_*()` call that lead to emitting 
such a signal.

To go further a proper backtrace would be useful, because for now it requires a 
lot of speculation on which code path is triggering this.  Whether it's even 
Scintilla is not guaranteed, it could be Gtk as well, or even Geany although I 
don't think we do any IM stuff directly.

@Vekkq could you collect a backtrace, e.g. with GDB?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4613#issuecomment-4855250672
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/4613/[email protected]>

Reply via email to