Skip to content

Instantly share code, notes, and snippets.

@bjorn
Created January 19, 2019 10:47
Show Gist options
  • Save bjorn/703ee69c68d6253ffc5b0a95af41417a to your computer and use it in GitHub Desktop.
Save bjorn/703ee69c68d6253ffc5b0a95af41417a to your computer and use it in GitHub Desktop.
pantheon-mail crash when clicking one of my emails
(pantheon-mail:7989): Gtk-WARNING **: 11:45:01.430: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
(pantheon-mail:7989): Gdk-ERROR **: 11:45:01.487: The program 'pantheon-mail' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 39899 error_code 11 request_code 53 (core protocol) minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Thread 1 "pantheon-mail" received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff2b2ee11 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0 0x00007ffff2b2ee11 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1 0x00007ffff2b317a9 in g_log_writer_default () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff2b2f9fe in g_log_structured_array () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff2b3045e in g_log_structured_standard () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007ffff3a42c31 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#5 0x00007ffff3a4fab3 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#6 0x00007fffea9398ba in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#7 0x00007fffea9367eb in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#8 0x00007fffea936895 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#9 0x00007fffea9371c5 in _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#10 0x00007fffea928d3d in XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#11 0x00007ffff3a4a08e in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#12 0x00007ffff2b28a98 in g_main_context_prepare () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007ffff2b2946b in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x00007ffff2b2964c in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#15 0x00007ffff6857e3d in g_application_run () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#16 0x00005555555ed477 in _vala_main ()
#17 0x00007ffff1999b97 in __libc_start_main (main=0x5555555cfb50 <main>, argc=1, argv=0x7fffffffde18, init=<optimized out>,
fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffde08) at ../csu/libc-start.c:310
#18 0x00005555555cfbaa in _start ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment