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 726839 - Creating new local mail folder gets Segment Violation
Creating new local mail folder gets Segment Violation
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-21 18:06 UTC by pdtwonotes
Modified: 2014-03-27 10:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description pdtwonotes 2014-03-21 18:06:51 UTC
Evolution 3.10.4 on Arch Linux with xfce4 desktop.

On creating a new local mail folder by:
   1. Right click on "On this computer"
   2. Select "New folder"
   3. Enter new folder name
   4. Click "CREATE"

Expected: new folder is created.
Observed: crash due to segment fault.  On restart, the new folder is there, so the crash is actually happening after that.

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff3d7b154 in g_hash_table_lookup () from 
	/usr/lib/libglib-2.0.so.0
(gdb) bt
  • #0 g_hash_table_lookup
    from /usr/lib/libglib-2.0.so.0
  • #1 ??
    from /usr/lib/evolution/3.10/libevolution-mail.so
  • #2 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #3 ??
    from /usr/lib/libgobject-2.0.so.0
  • #4 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #5 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #6 em_folder_tree_model_set_folder_info
    from /usr/lib/evolution/3.10/libevolution-mail.so
  • #7 ??
    from /usr/lib/evolution/3.10/libevolution-mail.so
  • #8 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #9 ??
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit
  • #12 ??
    from /usr/lib/libcamel-1.2.so.45
  • #13 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #14 ??
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_loop_run
  • #16 gtk_main
    from /usr/lib/libgtk-3.so.0
  • #17 main

Comment 1 Milan Crha 2014-03-27 10:40:09 UTC
Thanks for a bug report. Pity you do not have also installed debuginfo for evolution, but even without that I believe this is bug #722698, thus I mark this as a duplicate of it.

*** This bug has been marked as a duplicate of bug 722698 ***