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 267025 - Random crash in exchange-storage after receiving a meeting request email
Random crash in exchange-storage after receiving a meeting request email
Status: RESOLVED OBSOLETE
Product: Evolution Exchange
Classification: Deprecated
Component: Connector
1.5
Other All
: Normal major
: reschedule
Assigned To: Connector Maintainer
Ximian Connector QA
Depends on:
Blocks: 270414
 
 
Reported: 2004-09-28 20:42 UTC by Raul Acevedo
Modified: 2006-02-16 06:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Raul Acevedo 2004-09-28 20:42:02 UTC
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
I was in the middle of composing an email for my non-exchange IMAP account,
when I got a meeting request email in my exchange account. 
Exchange-storage then crashed.

Oddly enough, I hadn't clicked on the new email... the only reason I know I
had just received it is because I have one of my GNOME mailbox monitor
applets monitoring the folder where all my exchange meeting requests go,
and it had just shown a new message.  I was only in the new email window
when it happened (and that new email I was composing was for my IMAP
account, not exchange).

This is not reproducible.  However, because of bug 266342, I run
exchange-storage in gdb, I do have a stack trace.  I'm running 2.0.0, with
the gnutls-1.0.20-3 RPM from rawhide, and GNOME 2.8.0 (using GARNOME tarball).

This problem is probably rare.  I've been running exchange-storage in gdb
for several days, and this is the first crash in libbonobo that I've seen.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -151170400 (LWP 15391)]
0x00653f27 in bonobo_object_ref () from
/home/garnome/2.8.0/lib/libbonobo-2.so.0
(gdb) thread apply all bt

Thread 1 (Thread -151170400 (LWP 15391))

  • #0 bonobo_object_ref
    from /home/garnome/2.8.0/lib/libbonobo-2.so.0
  • #1 e_book_backend_foreach_view
    from /home/garnome/2.8.0/lib/libedata-book.so.1
  • #2 e_book_backend_notify_update
    from /home/garnome/2.8.0/lib/libedata-book.so.1
  • #3 subscription_notify
  • #4 maybe_notification
  • #5 polled
  • #6 g_cclosure_marshal_VOID__VOID
    from /home/garnome/2.8.0/lib/libgobject-2.0.so.0
  • #7 g_closure_invoke
    from /home/garnome/2.8.0/lib/libgobject-2.0.so.0
  • #8 signal_emit_unlocked_R
    from /home/garnome/2.8.0/lib/libgobject-2.0.so.0
  • #9 g_signal_emit_valist
    from /home/garnome/2.8.0/lib/libgobject-2.0.so.0
  • #10 g_signal_emit
    from /home/garnome/2.8.0/lib/libgobject-2.0.so.0
  • #11 soup_message_finished
    at soup-message.c line 490
  • #12 soup_message_io_finished
    at soup-message-io.c line 139
  • #13 g_cclosure_marshal_VOID__VOID
    from /home/garnome/2.8.0/lib/libgobject-2.0.so.0
  • #14 g_closure_invoke
    from /home/garnome/2.8.0/lib/libgobject-2.0.so.0
  • #15 signal_emit_unlocked_R
    from /home/garnome/2.8.0/lib/libgobject-2.0.so.0
  • #16 g_signal_emit_valist
    from /home/garnome/2.8.0/lib/libgobject-2.0.so.0
  • #17 g_signal_emit
    from /home/garnome/2.8.0/lib/libgobject-2.0.so.0
  • #18 socket_read_watch
    at soup-socket.c line 862
  • #19 g_io_unix_dispatch
    from /home/garnome/2.8.0/lib/libglib-2.0.so.0
  • #20 g_main_dispatch
    from /home/garnome/2.8.0/lib/libglib-2.0.so.0
  • #21 g_main_context_dispatch
    from /home/garnome/2.8.0/lib/libglib-2.0.so.0
  • #22 g_main_context_iterate
    from /home/garnome/2.8.0/lib/libglib-2.0.so.0
  • #23 g_main_loop_run
    from /home/garnome/2.8.0/lib/libglib-2.0.so.0
  • #24 bonobo_main
    from /home/garnome/2.8.0/lib/libbonobo-2.so.0
  • #25 main

Comment 1 Sarfraaz Ahmed 2004-11-29 18:33:59 UTC
Looks like something wrong with the ref/unref in addressbook here.
Comment 2 Sushma Rai 2006-02-16 06:32:39 UTC
Not reproducible. Please re-open if u see this in the newer versions of 
Evolution.