GNOME Bugzilla – Bug 664023
Crash in g_str_hash, camel_imapx_server_get_job_queue_info
Last modified: 2015-08-11 14:34:35 UTC
Evolution 3.3.2 Evolution crashed while quitting it. (evolution:28268): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (evolution:28268): camel-CRITICAL **: camel_folder_freeze: assertion `CAMEL_IS_FOLDER (folder)' failed (evolution:28268): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer (evolution:28268): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (evolution:28268): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer (evolution:28268): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (evolution:28268): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer (evolution:28268): GLib-GObject-CRITICAL **: g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (evolution:28268): camel-CRITICAL **: camel_folder_thaw: assertion `CAMEL_IS_FOLDER (folder)' failed (evolution:28268): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (evolution:28268): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed [New Thread 0xa6cdcb70 (LWP 29180)] (evolution:28268): camel-CRITICAL **: camel_folder_get_full_name: assertion `CAMEL_IS_FOLDER (folder)' failed [New Thread 0xa851fb70 (LWP 29181)] Program received signal SIGSEGV, Segmentation fault.
+ Trace 229059
Thread 2 (Thread 0xb5e50b70 (LWP 28271))
Got another crash which looks similar. Before evolution crashed, evolution popped up a message 'Do you want to recover unfinished message', when i recovered it, i realized that i have already sent this message successfully but evolution still tried to recover it, later i just closed the composer window. Evolution crashed after some time later when it was idle. (evolution:2050): evolution-composer-autosave-CRITICAL **: e_composer_save_snapshot: assertion `E_IS_MSG_COMPOSER (composer)' failed [New Thread 0xaf392b70 (LWP 2226)] [New Thread 0xae354b70 (LWP 2227)] Program received signal SIGSEGV, Segmentation fault.
+ Trace 229180
Thread 2922728304 (LWP 2227)
Similar downstream bug report from 3.2.3: https://bugzilla.redhat.com/show_bug.cgi?id=810705
+ Trace 230032
Thread 1 (Thread 0x7fb8d57fa700 (LWP 12731))
Another similar from 3.8.2: https://bugzilla.redhat.com/show_bug.cgi?id=966268 Core was generated by `evolution'. Program terminated with signal 6, Aborted.
+ Trace 232002
Thread 17 (Thread 0x7f83d62fea40 (LWP 4032))
Thread 1 (Thread 0x7f83a61c4700 (LWP 5223))
This code doesn't exist in the current git master (to be 3.17.90), after the changes for bug #745545, which changed the IMAPx internals significantly. I'm closing this as obsolete.