flathub / org.tabos.roger

https://flathub.org/apps/details/org.tabos.roger
1 stars 2 forks source link

Version 2.4.0 crashes after sending a fax #6

Closed ketose closed 1 year ago

ketose commented 3 years ago

OS: Ubuntu/Bionic

How I can reproduce this:

I sent six faxes and saw three different crash-messages.

First crash:

$ flatpak run org.tabos.roger

(Roger Router:2): Gtk-WARNING **: 08:15:01.574: Locale not supported by C library.
    Using the fallback 'C' locale.
Gtk-Message: 08:15:01.605: Failed to load module "canberra-gtk-module"
Gtk-Message: 08:15:01.607: Failed to load module "canberra-gtk-module"

double free or corruption (fasttop)

Second and third crash:

$ flatpak run org.tabos.roger

(Roger Router:2): Gtk-WARNING **: 08:15:51.265: Locale not supported by C library.
    Using the fallback 'C' locale.
Gtk-Message: 08:15:51.294: Failed to load module "canberra-gtk-module"
Gtk-Message: 08:15:51.296: Failed to load module "canberra-gtk-module"
free(): double free detected in tcache 2

Fourth to sixth crash:

$ flatpak run org.tabos.roger

(Roger Router:2): Gtk-WARNING **: 08:15:42.513: Locale not supported by C library.
    Using the fallback 'C' locale.
Gtk-Message: 08:15:42.544: Failed to load module "canberra-gtk-module"
Gtk-Message: 08:15:42.545: Failed to load module "canberra-gtk-module"
malloc_consolidate(): invalid chunk size
ketose commented 3 years ago

The second crash might be a duplicate of https://gitlab.com/tabos/rogerrouter/-/issues/97

michaelof commented 3 years ago

Same for 2.4.0 via flatpak on OpenSuse Leap 15.2:


$ flatpak run org.tabos.roger
Gtk-Message: 17:49:25.827: Failed to load module "unity-gtk-module"
Gtk-Message: 17:49:25.827: Failed to load module "canberra-gtk-module"

(Roger Router:2): GLib-GObject-CRITICAL **: 17:51:02.767: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
free(): double free detected in tcache 2
janbrummer commented 3 years ago

I assume this is always the same issue and therefore i'll fix it in my own bug tracker: https://gitlab.com/tabos/rogerrouter/-/issues/97

janbrummer commented 1 year ago

Closing as obsolete.