cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
385 stars 33 forks source link

Bug: Intermitten random crashes #368

Closed harrisonrobin closed 10 months ago

harrisonrobin commented 10 months ago

I am experiencing a crash after 5 minutes or so of usage. I do not know how to recover unsaved document changes, if the feature is there, i would appreciate if it was invoked immediately on reopening the document. I am using tag v57 on opensuse Aeon Gnome desktop.

The error when started from a command line reads

(setzer:3903): Gtk-WARNING **: 15:00:54.291: Trying to snapshot GtkGizmo 0x5556d8394e60 without a current allocation

(setzer:3903): Gtk-WARNING **: 15:03:20.107: GtkLabel 0x5556d9034dd0 (label) reported min width -5, but sizes must be >= 0

(setzer:3903): Gtk-WARNING **: 15:03:20.107: GtkLabel 0x5556d9077b20 (label) reported min width -4, but sizes must be >= 0

(setzer:3903): Gtk-WARNING **: 15:03:20.107: GtkLabel 0x5556d9018980 (label) reported min width -4, but sizes must be >= 0

(setzer:3903): Gtk-WARNING : 15:03:20.107: GtkLabel 0x5556d90eccf0 (label) reported min width -3, but sizes must be >= 0 Gtk:ERROR:../gtk/gtktextview.c:4765:gtk_text_view_validate_onscreen: assertion failed: (priv->onscreen_validated) Bail out! Gtk:ERROR:../gtk/gtktextview.c:4765:gtk_text_view_validate_onscreen: assertion failed: (priv->onscreen_validated)

cvfosammmm commented 10 months ago

Can you upload some more info about what you do exactly that leads to the error, so I can try to reproduce it?

cvfosammmm commented 10 months ago

I can't reproduce this, so I guess this is fixed in later versions.