lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.26k stars 162 forks source link

Crash in the midst of typing #432

Closed bodqhrohro closed 3 years ago

bodqhrohro commented 3 years ago
(tilda:271819): GLib-GObject-WARNING **: 14:12:48.183: invalid unclassed pointer in cast to 'GtkNotebook'

(tilda:271819): Gtk-CRITICAL **: 14:12:48.644: gtk_notebook_get_n_pages: assertion 'GTK_IS_NOTEBOOK (notebook)' failed

(tilda:271819): Gtk-CRITICAL **: 14:12:48.644: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed

I can only tell for sure that the system was under heavy load when it crashed.

lanoxx commented 3 years ago

Looks like something ran out of memory and or the stack got corrupted, this should not happen under normal operation and I have no idea how this could be fixed. If you find some way to reproduce this or provide a stack trace, then maybe I can look into it.