jimevins / glabels

gLabels Label Designer
http://glabels.org
GNU General Public License v3.0
66 stars 25 forks source link

cairo-xlib-surface-shm.c:619 - Aborted #24

Open gpborges opened 7 years ago

gpborges commented 7 years ago

I built the latest version from source in RHEL 7.3 (GTK 3.14) and I'm facing some crashes where the application quits. I've started it from command line, and this is what I see:

gpborges@gpborges:~$ glabels-3

(glabels-3:9350): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1985:23: Missing name of pseudo-class

(glabels-3:9350): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:3304:8: Missing name of pseudo-class

(glabels-3:9350): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:3308:8: Missing name of pseudo-class

(glabels-3:9350): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:3311:8: Missing name of pseudo-class

(glabels-3:9350): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:3315:8: Missing name of pseudo-class

(glabels-3:9350): Gtk-WARNING **: GtkNotebook 0x28581e0 is mapped but visible child GtkLabel 0x280e2f0 is not mapped

(glabels-3:9350): Gtk-WARNING **: GtkNotebook 0x28581e0 is mapped but visible child GtkLabel 0x294a480 is not mapped

(glabels-3:9350): Gtk-WARNING **: GtkNotebook 0x28581e0 is mapped but visible child GtkLabel 0x294ade0 is not mapped

(glabels-3:9350): Gtk-WARNING **: GtkNotebook 0x28581e0 is mapped but visible child GtkLabel 0x295b480 is not mapped

(glabels-3:9350): Gtk-WARNING **: GtkNotebook 0x28581e0 is mapped but visible child GtkLabel 0x2a857b0 is not mapped
glabels-3: cairo-xlib-surface-shm.c:619: _cairo_xlib_shm_pool_create: Assertion `*ptr != ((void *)0)' failed.
Aborted
gpborges@gpborges:~$ 

If you want me to collect some other type of logs, just give me the instructions and I'll do it here.

I could still use it, but it's crashing with this error many times.

Thanks for the great work here buddy!

jimevins commented 7 years ago

Can you please send a backtrace:

$ gdb glabels-3
(gdb) run
<do something in glabels to make it crash>
(gdb) bt
<backtrace output>
(gdb) quit

Also, please describe what you were doing when it crashed.