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 706151 - [abrt] Crash under mail_config_ews_ooo_page_display_settings()
[abrt] Crash under mail_config_ews_ooo_page_display_settings()
Status: RESOLVED FIXED
Product: evolution-ews
Classification: Other
Component: Mail
3.8.x
Other Linux
: Normal critical
: ---
Assigned To: Evolution EWS maintainer(s)
Evolution EWS maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-16 16:44 UTC by Milan Crha
Modified: 2013-09-23 15:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ews patch (5.45 KB, patch)
2013-09-19 07:57 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2013-08-16 16:44:16 UTC
Moving this from a downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=997927

Version-Release number of selected component:
evolution-3.8.5-2.fc19

Additional info:
reporter:       libreport-2.1.6
backtrace_rating: 4
cmdline:        evolution
crash_function: gtk_text_buffer_set_text
executable:     /usr/bin/evolution
kernel:         3.10.6-200.fc19.x86_64
runlevel:       N 5
uid:            1000

Core was generated by `evolution'.
Program terminated with signal 11, Segmentation fault.

Thread 1 (Thread 0x7fa1dd2b2a80 (LWP 15016))

  • #0 gtk_text_buffer_set_text
    at gtktextbuffer.c line 869
  • #1 mail_config_ews_ooo_page_display_settings
    at e-mail-config-ews-ooo-page.c line 204
  • #2 mail_config_ews_ooo_page_refresh_cb
    at e-mail-config-ews-ooo-page.c line 246
  • #3 g_simple_async_result_complete
    at gsimpleasyncresult.c line 777
  • #4 complete_in_idle_cb_for_thread
    at gsimpleasyncresult.c line 845
  • #5 g_main_dispatch
    at gmain.c line 3054
  • #6 g_main_context_dispatch
    at gmain.c line 3630
  • #7 g_main_context_iterate
    at gmain.c line 3701
  • #8 g_main_loop_run
    at gmain.c line 3895
  • #9 gtk_main
    at gtkmain.c line 1156
  • #10 main
    at main.c line 707

Comment 1 Milan Crha 2013-09-19 06:59:16 UTC
Similar crash from 3.9.91:
https://bugzilla.redhat.com/show_bug.cgi?id=1009717

Thread 1 (Thread 0x7fe6dae46a40 (LWP 4109))

  • #0 g_type_check_instance_cast
    at gtype.c line 4008
  • #1 mail_config_ews_ooo_page_display_settings
    at e-mail-config-ews-ooo-page.c line 186
  • #2 mail_config_ews_ooo_page_refresh_cb
    at e-mail-config-ews-ooo-page.c line 246
  • #3 g_simple_async_result_complete
    at gsimpleasyncresult.c line 777
  • #4 complete_in_idle_cb_for_thread
    at gsimpleasyncresult.c line 845
  • #5 g_main_dispatch
    at gmain.c line 3065
  • #6 g_main_context_dispatch
    at gmain.c line 3641
  • #7 g_main_context_iterate
    at gmain.c line 3712
  • #8 g_main_loop_run
    at gmain.c line 3906
  • #9 gtk_main
    at gtkmain.c line 1157
  • #10 main
    at main.c line 683

Comment 2 Milan Crha 2013-09-19 07:57:44 UTC
Created attachment 255274 [details] [review]
ews patch

for evolution-ews;

This could happen when the Account properties dialog was cancelled before the actual values from the server were downloaded. It was both for the Delegates page and for the Out of Office page.
Comment 3 Milan Crha 2013-09-23 15:55:50 UTC
Created commit f54455e in ews master (3.11.1+)
Created commit aa37c9c in ews gnome-3-10 (3.10.1+)