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 623263 - evolution crashes on restart after creating new calendar / addressbook / task
evolution crashes on restart after creating new calendar / addressbook / task
Status: RESOLVED DUPLICATE of bug 623280
Product: evolution-mapi
Classification: Applications
Component: miscellaneous
0.31.x
Other Linux
: Normal critical
: ---
Assigned To: evolution-mapi-maint
evolution-mapi-maint
Depends on:
Blocks:
 
 
Reported: 2010-07-01 06:27 UTC by Punit Jain
Modified: 2010-07-01 12:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30



Description Punit Jain 2010-07-01 06:27:27 UTC
Steps to reproduce :
1.Create a new MAPI Calendar 
2.Restart Evolution

Regression after Public calendar/task/addressbook support in mapi.

Crash traces:

Program received signal SIGSEGV, Segmentation fault.
0xa8cba526 in add_cal_esource (account=<value optimized out>, folders=<value optimized out>, folder_type=MAPI_FOLDER_TYPE_APPOINTMENT, url=0x8970aa8, 
    trash_fid=15898239944418656257) at exchange-mapi-account-listener.c:314
314					if (strcmp (e_source_get_property (source, "public"), "yes") != 0)
(gdb) bt
  • #0 add_cal_esource
    at exchange-mapi-account-listener.c line 314
  • #1 add_calendar_sources
    at exchange-mapi-account-listener.c line 543
  • #2 update_sources_idle_cb
    at exchange-mapi-account-listener.c line 792
  • #3 g_idle_dispatch
    at gmain.c line 4149
  • #4 g_main_dispatch
    at gmain.c line 2044
  • #5 g_main_context_dispatch
    at gmain.c line 2597
  • #6 g_main_context_iterate
    at gmain.c line 2675
  • #7 g_main_loop_run
    at gmain.c line 2883
  • #8 IA__gtk_main
    at gtkmain.c line 1237
  • #9 main
    at main.c line 631

Comment 1 Akhil Laddha 2010-07-01 10:09:25 UTC
It's common crash across components (ofcourse difference line numbers) so should be fixed all together for addressbook, task and note.
Comment 2 Akhil Laddha 2010-07-01 10:10:35 UTC
s/difference/with different
Comment 3 Punit Jain 2010-07-01 12:52:59 UTC
This bug is resolved with the patch submitted to bug #623280.

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