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 652019 - Crash in Select user dialog
Crash in Select user dialog
Status: RESOLVED FIXED
Product: evolution-mapi
Classification: Applications
Component: Account Setup Plugin
0.32.x
Other Linux
: Normal critical
: ---
Assigned To: evolution-mapi-maint
evolution-mapi-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-07 05:08 UTC by Milan Crha
Modified: 2011-06-17 11:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ema patch (3.37 KB, patch)
2011-06-17 11:36 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2011-06-07 05:08:37 UTC
Moving this from a downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=711061

abrt version: 1.1.18
architecture: x86_64
Attached file: backtrace, 52508 bytes
cmdline: /usr/bin/evolution
comment:  Crash happens everytime I try to setup a Exchange MAPI account.
component: evolution
Attached file: coredump, 75026432 bytes
crash_function: IA__gtk_tree_model_get_valist
executable: /usr/bin/evolution
kernel: 2.6.35.13-91.fc14.x86_64
package: evolution-2.32.2-1.fc14
rating: 4
reason: Process /usr/bin/evolution was killed by signal 11 (SIGSEGV)
release: Fedora release 14 (Laughlin)

How to reproduce
-----
1. Starting Evolution for the first time and setting up an Exchange MAPI
connection to an existing Exchange account
2. Clicking on "Authenticate" brings up a list of Exchange users to pick from
3. User list is not resizable and I can't se alle users on the list. Picking my
name on the list and clicking next results in a crash

Thread 1 (Thread 0x7f3878723980 (LWP 11077))

  • #0 IA__gtk_tree_model_get_valist
    at gtktreemodel.c line 1473
  • #1 IA__gtk_tree_model_get
    at gtktreemodel.c line 1435
  • #2 create_profile_callback
    at exchange-mapi-account-setup.c line 184
  • #3 ProcessNetworkProfile
    at libmapi/IProfAdmin.c line 1323
  • #4 mapi_profile_create
    at exchange-mapi-connection.c line 3757
  • #5 exchange_mapi_create_profile
    at exchange-mapi-connection.c line 3800
  • #6 validate_credentials
    at exchange-mapi-account-setup.c line 240
  • #7 g_closure_invoke
    at gclosure.c line 766
  • #8 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #9 g_signal_emit_valist
    at gsignal.c line 2983
  • #10 g_signal_emit
    at gsignal.c line 3040
  • #11 gtk_real_button_released
    at gtkbutton.c line 1725
  • #12 g_closure_invoke
    at gclosure.c line 766
  • #13 signal_emit_unlocked_R
    at gsignal.c line 3182
  • #14 g_signal_emit_valist
    at gsignal.c line 2983
  • #15 g_signal_emit
    at gsignal.c line 3040
  • #16 gtk_button_button_release
    at gtkbutton.c line 1617
  • #17 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 86
  • #18 g_closure_invoke
    at gclosure.c line 766
  • #19 signal_emit_unlocked_R
    at gsignal.c line 3290
  • #20 g_signal_emit_valist
    at gsignal.c line 2993
  • #21 g_signal_emit
    at gsignal.c line 3040
  • #22 gtk_widget_event_internal
    at gtkwidget.c line 4992
  • #23 IA__gtk_propagate_event
    at gtkmain.c line 2460
  • #24 IA__gtk_main_do_event
    at gtkmain.c line 1665
  • #25 gdk_event_dispatch
    at gdkevents-x11.c line 2377
  • #26 g_main_dispatch
    at gmain.c line 2149
  • #27 g_main_context_dispatch
    at gmain.c line 2702
  • #28 g_main_context_iterate
    at gmain.c line 2780
  • #29 g_main_loop_run
    at gmain.c line 2988
  • #30 IA__gtk_main
    at gtkmain.c line 1237
  • #31 g_closure_invoke
    at gclosure.c line 766
  • #32 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #33 g_signal_emit_valist
    at gsignal.c line 2983
  • #34 g_signal_emit
    at gsignal.c line 3040
  • #35 main
    at main.c line 675

Comment 1 Milan Crha 2011-06-17 11:36:00 UTC
Created attachment 190107 [details] [review]
ema patch

for evolution-mapi;

I can reproduce it too, when I press OK button from the "Select user" dialog while there is no user selected. Easy workaround is to select user before pressing OK or press Cancel instead.
Comment 2 Milan Crha 2011-06-17 11:37:36 UTC
Created commit 1969ec4 in ema master (3.1.3+)