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 608973 - crash in Evolution Mail: Clicking on a new mail m...
crash in Evolution Mail: Clicking on a new mail m...
Status: RESOLVED DUPLICATE of bug 598932
Product: evolution
Classification: Applications
Component: BugBuddyBugs
2.28.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: Evolution Triage Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-02-04 11:04 UTC by nowak2000
Modified: 2010-09-30 03:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description nowak2000 2010-02-04 11:04:33 UTC
What were you doing when the application crashed?
Clicking on a new mail message in the IMAP inbox.


Distribution: Debian squeeze/sid
Gnome Release: 2.28.2 2009-12-18 (Debian)
BugBuddy Version: 2.28.0

System: Linux 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10704000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks Compact
Icon Theme: gnome
GTK+ Modules: gnomebreakpad, canberra-gtk-module

Memory status: size: 189558784 vsize: 189558784 resident: 64212992 share: 25718784 rss: 64212992 rss_rlim: 18446744073709551615
CPU usage: start_time: 1265274599 rtime: 1581 utime: 1505 stime: 76 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/evolution'

0xb7866424 in __kernel_vsyscall ()
  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/i686/cmov/libpthread.so.0
  • #2 g_spawn_sync
    from /lib/libglib-2.0.so.0
  • #3 g_spawn_command_line_sync
    from /lib/libglib-2.0.so.0
  • #4 ??
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #5 segv_redirect
    at main.c line 432
  • #6 <signal handler called>
  • #7 g_async_queue_lock
    from /lib/libglib-2.0.so.0
  • #8 camel_msgport_try_pop
    at camel-msgport.c line 402
  • #9 camel_operation_cancel_check
    at camel-operation.c line 405
  • #10 camel_getaddrinfo
    at camel-net-utils.c line 673
  • #11 connect_to_server_wrapper
    at camel-imap-store.c line 975
  • #12 imap_connect
    at camel-imap-store.c line 1412
  • #13 camel_service_connect
    at camel-service.c line 364
  • #14 camel_imap_store_connected
    at camel-imap-store.c line 3009
  • #15 camel_imap_folder_fetch_data
    at camel-imap-folder.c line 3806
  • #16 write_to_stream
    at camel-imap-wrapper.c line 139
  • #17 camel_data_wrapper_write_to_stream
    at camel-data-wrapper.c line 171
  • #18 decode_to_stream
    at camel-data-wrapper.c line 210
  • #19 camel_data_wrapper_decode_to_stream
    at camel-data-wrapper.c line 233
  • #20 camel_mime_part_get_content_size
    at camel-mime-part.c line 1108
  • #21 attachment_load_from_mime_part
    at e-attachment.c line 1784
  • #22 e_attachment_load_async
    at e-attachment.c line 1852
  • #23 efhd_attachment_button
    at em-format-html-display.c line 1419
  • #24 efh_object_requested
    at em-format-html.c line 637
  • #25 html_g_cclosure_marshal_BOOLEAN__OBJECT
    from /usr/lib/libgtkhtml-3.14.so.19
  • #26 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #27 ??
    from /usr/lib/libgobject-2.0.so.0
  • #28 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #29 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #30 ??
    from /usr/lib/libgtkhtml-3.14.so.19
  • #31 html_g_cclosure_marshal_BOOLEAN__OBJECT
    from /usr/lib/libgtkhtml-3.14.so.19
  • #32 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #33 ??
    from /usr/lib/libgobject-2.0.so.0
  • #34 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #35 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #36 ??
    from /usr/lib/libgtkhtml-3.14.so.19
  • #37 ??
    from /usr/lib/libgtkhtml-3.14.so.19
  • #38 ??
    from /usr/lib/libgtkhtml-3.14.so.19
  • #39 html_engine_flush
    from /usr/lib/libgtkhtml-3.14.so.19
  • #40 gtk_html_flush
    from /usr/lib/libgtkhtml-3.14.so.19
  • #41 emhs_sync_flush
    at em-html-stream.c line 130
  • #42 emss_process_message
    at em-sync-stream.c line 87
  • #43 ??
    from /lib/libglib-2.0.so.0
  • #44 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #45 ??
    from /lib/libglib-2.0.so.0
  • #46 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #47 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #48 main
    at main.c line 732

Comment 1 Akhil Laddha 2010-09-30 03:34:08 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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