GNOME Bugzilla – Bug 729997
Segfault in `g_queue_peek_head_link()`
Last modified: 2014-05-14 17:10:47 UTC
Evolution crashed with a segmentation fault (GLIB_DEBUG=fatal-warnings) and the backtrace below. Unfortunately my console log buffer was too small so the other messages written to the terminal are lost. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x6cbcfb40 (LWP 14681)] g_queue_peek_head_link (queue=queue@entry=0x14) at /build/glib2.0-f_gKLq/glib2.0-2.40.0/./glib/gqueue.c:579 579 /build/glib2.0-f_gKLq/glib2.0-2.40.0/./glib/gqueue.c: Datei oder Verzeichnis nicht gefunden.
Created attachment 276368 [details] (gdb) t a a bt f `GLIB_DEBUG=fatal-warnings`
Please do not attach backtraces, paste them as a comment. bugzilla has features to identify duplicates and so on, which helps, not talking about easier searching when the backtrace is part of the comment. *** This bug has been marked as a duplicate of bug 729546 ***
(In reply to comment #2) > Please do not attach backtraces, paste them as a comment. bugzilla has features > to identify duplicates and so on, which helps, not talking about easier > searching when the backtrace is part of the comment. Sure. The backtrace was so big though, that I was not allowed to commit the comment and therefore I chose to attach it.