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 726074 - evolution-3.10.4 - segfault when creating new folder in mail accounts
evolution-3.10.4 - segfault when creating new folder in mail accounts
Status: RESOLVED DUPLICATE of bug 722698
Product: evolution
Classification: Applications
Component: Mailer
3.10.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2014-03-10 23:37 UTC by wraeth
Modified: 2014-03-13 02:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Backtrace (13.59 KB, text/x-log)
2014-03-10 23:37 UTC, wraeth
Details
backtrace with additional debug symbols (14.91 KB, text/plain)
2014-03-12 05:41 UTC, wraeth
Details

Description wraeth 2014-03-10 23:37:42 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.
Comment 1 André Klapper 2014-03-11 08:55:38 UTC
Please install debug packages for glib2 and evolution-data-server for a better stacktrace.
Comment 2 wraeth 2014-03-12 05:41:12 UTC
Created attachment 271573 [details]
backtrace with additional debug symbols

Attached backtrace with non-stripped glibc-2, evolution-data-server and evolution
Comment 3 André Klapper 2014-03-12 10:04:20 UTC
Still missing symbols for glib2. Not glibc2.
Comment 4 Matthew Barnes 2014-03-12 12:28:37 UTC

*** This bug has been marked as a duplicate of bug 722698 ***
Comment 5 wraeth 2014-03-13 02:32:58 UTC
Apologies - misread glib2 as glibc.

I can confirm that the patch attached to bug 722698 resolves this issue.