GNOME Bugzilla – Bug 726074
evolution-3.10.4 - segfault when creating new folder in mail accounts
Last modified: 2014-03-13 02:32:58 UTC
Created attachment 271493 [details] Backtrace Evolution crashes when creating new folder in account. Restarting shows folder created successfully and can be used. This has been with both an EWS account and a GMail account, both configured through GOA. folder_tree_maybe_expand_row (model=0x7f679c0166c0, tree_path=0x7f678c013040, iter=<optimized out>, folder_tree=0x932210) at em-folder-tree.c:564 564 em-folder-tree.c: No such file or directory. How reproducible: Always Steps to reproduce: 1. Right-click inbox folder and select "New Folder..." 2. Enter new folder name and click "Create" Actual results: Application receives SIGSEGV as per above. Upon restart, folder has been created. Expected Results: New folder created and usable without crashing. Have attached backtrace of SIGSEGV.
Please install debug packages for glib2 and evolution-data-server for a better stacktrace.
Created attachment 271573 [details] backtrace with additional debug symbols Attached backtrace with non-stripped glibc-2, evolution-data-server and evolution
Still missing symbols for glib2. Not glibc2.
*** This bug has been marked as a duplicate of bug 722698 ***
Apologies - misread glib2 as glibc. I can confirm that the patch attached to bug 722698 resolves this issue.