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 314573 - Evolution exchange storage crashes after subscribing to other's Inbox and restart evolution
Evolution exchange storage crashes after subscribing to other's Inbox and res...
Status: VERIFIED FIXED
Product: Evolution Exchange
Classification: Deprecated
Component: Connector
2.3.x
Other Linux
: Normal major
: 2.3
Assigned To: Connector Maintainer
Ximian Connector QA
: 314556 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-08-26 13:33 UTC by Khasim Shaheed
Modified: 2005-09-09 08:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes this bug (4.43 KB, patch)
2005-08-30 04:58 UTC, Arunprakash
none Details | Review

Description Khasim Shaheed 2005-08-26 13:33:00 UTC
Steps to reproduce the problem:
1.Subscribe to some other user's inbox (Make sure that you have enough 
  permissions)
2.Now restart evolution to actually see that Inbox in the folder hierarchy.

Evolution exchange storage crashes by the time you enter the password.
This is happening always.

Debugging Info:
Backtrace was generated from '/opt/gnome/libexec/evolution-exchange-storage'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
0xffffe410 in ?? ()
  • #0 ??
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 waitpid
    from /lib/tls/libpthread.so.0
  • #5 gnome_init_with_popt_table
    from /opt/gnome/lib/libgnomeui-2.so.0
  • #6 <signal handler called>
  • #7 g_str_hash
    from /opt/gnome/lib/libglib-2.0.so.0
  • #8 g_hash_table_insert
    from /opt/gnome/lib/libglib-2.0.so.0
  • #9 get_folder
    at mail-stub-exchange.c line 799
  • #10 connection_handler
    at mail-stub.c line 125
  • #11 g_io_channel_unix_get_fd
    from /opt/gnome/lib/libglib-2.0.so.0
  • #12 g_main_context_dispatch
    from /opt/gnome/lib/libglib-2.0.so.0
  • #13 g_main_context_acquire
    from /opt/gnome/lib/libglib-2.0.so.0
  • #14 g_main_loop_run
    from /opt/gnome/lib/libglib-2.0.so.0
  • #15 bonobo_main
    from /opt/gnome/lib/libbonobo-2.so.0
  • #16 main
    at main.c line 220

Comment 1 Khasim Shaheed 2005-08-26 13:34:07 UTC
This is happening with the devel snaps dated,
evolution-exchange-2.3.8.0.200508260453-0.snap.novell.11.1
evolution-data-server-1.3.8.0.200508260453-0.snap.novell.11.1
evolution-2.3.8.0.200508260453-0.snap.novell.11.1
Comment 2 Poornima 2005-08-27 06:42:55 UTC
Exchange crashes when i clicked on configured accounts 'Inbox'.

Backtrace was generated from '/opt/gnome/libexec/evolution-exchange-storage'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1099982336 (LWP 19275)]
[New Thread 1103514544 (LWP 19276)]
[Thread debugging using libthread_db enabled]
[New Thread 1099982336 (LWP 19275)]
[New Thread 1103514544 (LWP 19276)]
[Thread debugging using libthread_db enabled]
[New Thread 1099982336 (LWP 19275)]
[New Thread 1103514544 (LWP 19276)]
0xffffe410 in ?? ()

Thread 1 (Thread 1099982336 (LWP 19275))

  • #0 ??
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #5 gnome_init_with_popt_table
    from /opt/gnome/lib/libgnomeui-2.so.0
  • #6 <signal handler called>
  • #7 g_str_hash
    from /opt/gnome/lib/libglib-2.0.so.0
  • #8 g_hash_table_insert
    from /opt/gnome/lib/libglib-2.0.so.0
  • #9 get_folder
    at mail-stub-exchange.c line 799
  • #10 connection_handler
    at mail-stub.c line 125
  • #11 g_io_channel_unix_get_fd
    from /opt/gnome/lib/libglib-2.0.so.0
  • #12 g_main_context_dispatch
    from /opt/gnome/lib/libglib-2.0.so.0
  • #13 g_main_context_acquire
    from /opt/gnome/lib/libglib-2.0.so.0
  • #14 g_main_loop_run
    from /opt/gnome/lib/libglib-2.0.so.0
  • #15 bonobo_main
    from /opt/gnome/lib/libbonobo-2.so.0
  • #16 main
    at main.c line 220
  • #0 ??

Comment 3 Poornima 2005-08-27 06:59:19 UTC
This is not a critical bug bcoz it doesnt crash always while subscribing to a
mail folder/calendar/contact.
Comment 4 Poornima 2005-08-27 08:55:22 UTC
Subscribe to folder and then click Send/Receive, this bug can be reproduced
Comment 5 Khasim Shaheed 2005-08-29 08:14:48 UTC
I forgot to mention that i have enabled the option "Automatically check for new
mail every 10 mins". If this option is enabled, this bug is always reproducible. 
Comment 6 Sarfraaz Ahmed 2005-08-30 04:55:35 UTC
*** Bug 314556 has been marked as a duplicate of this bug. ***
Comment 7 Arunprakash 2005-08-30 04:58:02 UTC
Created attachment 51539 [details] [review]
Fixes this bug
Comment 8 Khasim Shaheed 2005-09-09 08:31:21 UTC
Verified, exchange storage is not crashing now.