GNOME Bugzilla – Bug 635659
crash on selecting folder
Last modified: 2013-09-13 01:10:17 UTC
(gdb) bt
+ Trace 224802
618 /* FIXME Not passing a GCancellable or GError here. */ 619 template = camel_folder_get_message_sync ( 620 folder, uid, NULL, NULL); 621 g_object_ref (template); 622 623 action_label = 624 camel_mime_message_get_subject (template); 625 if (action_label == NULL || *action_label == '\0') 626 action_label = _("No Title"); 627 (gdb) p *template Cannot access memory at address 0x0 (gdb) p *folder $1 = {parent = {parent = {g_type_instance = {g_class = 0xb719e0}, ref_count = 7, qdata = 0x1a48720}, priv = 0x6b39c0}, priv = 0x6b39d0, summary = 0xc69120, folder_flags = 3, permanent_flags = -2147483553, later = {0x0, 0x0, 0x0, 0x0}} (gdb) p *uid $2 = 49 '1'
This happens when I select a new migrated maildir folder. Mbox works fine.
Commit id - 59eb724737d129dc0c25444fda31eed1df546a8e .