After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635659 - crash on selecting folder
crash on selecting folder
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Importers
3.0.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-11-24 05:18 UTC by Ritesh Khadgaray ( irc:ritz)
Modified: 2013-09-13 01:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ritesh Khadgaray ( irc:ritz) 2010-11-24 05:18:10 UTC
(gdb) bt
  • #0 raise
    from /lib64/libc.so.6
  • #1 abort
    from /lib64/libc.so.6
  • #2 g_assertion_message
    from /lib64/libglib-2.0.so.0
  • #3 g_assertion_message_expr
    from /lib64/libglib-2.0.so.0
  • #4 camel_mime_message_get_subject
    at camel-mime-message.c line 627
  • #5 build_template_menus_recurse
    at templates.c line 623
  • #6 update_actions_cb
    at templates.c line 795
  • #7 g_closure_invoke
    from /lib64/libgobject-2.0.so.0
  • #8 ??
    from /lib64/libgobject-2.0.so.0
  • #9 g_signal_emit_valist
    from /lib64/libgobject-2.0.so.0
  • #10 g_signal_emit
    from /lib64/libgobject-2.0.so.0
  • #11 mail_shell_view_reader_changed_cb
    at e-mail-shell-view-private.c line 342
  • #12 g_closure_invoke
    from /lib64/libgobject-2.0.so.0
  • #13 ??
    from /lib64/libgobject-2.0.so.0
  • #14 g_signal_emit_valist
    from /lib64/libgobject-2.0.so.0
  • #15 g_signal_emit_by_name
    from /lib64/libgobject-2.0.so.0
  • #16 g_closure_invoke
    from /lib64/libgobject-2.0.so.0
  • #17 ??
    from /lib64/libgobject-2.0.so.0
  • #18 g_signal_emit_valist
    from /lib64/libgobject-2.0.so.0
  • #19 g_signal_emit
    from /lib64/libgobject-2.0.so.0
  • #20 g_closure_invoke
    from /lib64/libgobject-2.0.so.0
  • #21 ??
    from /lib64/libgobject-2.0.so.0
  • #22 g_signal_emit_valist
    from /lib64/libgobject-2.0.so.0
  • #23 g_signal_emit
    from /lib64/libgobject-2.0.so.0
  • #24 g_closure_invoke
    from /lib64/libgobject-2.0.so.0
  • #25 ??
    from /lib64/libgobject-2.0.so.0
  • #26 g_signal_emit_valist
    from /lib64/libgobject-2.0.so.0
  • #27 g_signal_emit
    from /lib64/libgobject-2.0.so.0
  • #28 e_tree_set_cursor
    at e-tree.c line 1823
  • #29 message_list_select_uid
    at message-list.c line 739
  • #30 mail_paned_view_message_list_built_cb
    at e-mail-paned-view.c line 164
  • #31 g_closure_invoke
    from /lib64/libgobject-2.0.so.0
  • #32 ??
    from /lib64/libgobject-2.0.so.0
  • #33 g_signal_emit_valist
    from /lib64/libgobject-2.0.so.0
  • #34 g_signal_emit
    from /lib64/libgobject-2.0.so.0
  • #35 regen_list_done
    at message-list.c line 4716
  • #36 mail_msg_idle_cb
    at mail-mt.c line 395
  • #37 g_main_context_dispatch
    from /lib64/libglib-2.0.so.0
  • #38 ??
    from /lib64/libglib-2.0.so.0
  • #39 g_main_loop_run
    from /lib64/libglib-2.0.so.0
  • #40 gtk_main
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #41 main
    at main.c line 697
  • #5 build_template_menus_recurse
    at templates.c line 623
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'
Comment 1 Ritesh Khadgaray ( irc:ritz) 2010-11-24 05:19:19 UTC
This happens when I select a new migrated maildir folder. Mbox works fine.
Comment 2 Chenthill P 2010-11-29 14:15:16 UTC
Commit id - 59eb724737d129dc0c25444fda31eed1df546a8e .