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 361365 - crash in Evolution: checking email
crash in Evolution: checking email
Status: RESOLVED DUPLICATE of bug 361369
Product: evolution
Classification: Applications
Component: Mailer
2.8.x (obsolete)
Other All
: High critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-10-11 07:08 UTC by Gour
Modified: 2006-10-11 14:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
gdb trace of evo crashing (42.62 KB, text/plain)
2006-10-11 14:24 UTC, Gour
Details

Description Gour 2006-10-11 07:08:19 UTC
What were you doing when the application crashed?
checking email


Distribution: Gentoo Base System version 1.12.4
Gnome Release: 2.16.0 2006-10-09 (Gentoo)
BugBuddy Version: 2.16.0

Memory status: size: 301510656 vsize: 301510656 resident: 28893184 share: 18415616 rss: 28893184 rss_rlim: -1
CPU usage: start_time: 1160549353 rtime: 114 utime: 102 stime: 12 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

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

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
0x00002b492954e92f in waitpid () from /lib/libpthread.so.0
  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #2 funlockfile
    from /lib/libpthread.so.0
  • #3 ??

Comment 1 Gour 2006-10-11 07:11:58 UTC
Hi!

Above is bug-buddy's output, here is the log I got in console:

gour@gaura-nitai ~ $ evolution
CalDAV Eplugin starting up ...

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Stacktrace:


Native stacktrace:

        /usr/lib/libmono.so.0(mono_handle_native_sigsegv+0xf2) [0x2aefff1d4092]
        /usr/lib/libmono.so.0 [0x2aefff195cfd]
        /lib/libpthread.so.0 [0x2af002490d00]
        /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x200) [0x2af004746ab0]
        /usr/lib/libgobject-2.0.so.0 [0x2af004757ec2]
        /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x878) [0x2af0047591b8]
        /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x80) [0x2af004759790]
        /usr/lib/libgtkhtml-3.8.so.15 [0x2aefffcd419b]
        /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x200) [0x2af004746ab0]
        /usr/lib/libgobject-2.0.so.0 [0x2af004757ec2]
        /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x878) [0x2af0047591b8]
        /usr/lib/libgobject-2.0.so.0(g_signal_emit_by_name+0x171) [0x2af00475cb41]
        /usr/lib/libgtkhtml-3.8.so.15(html_image_factory_register+0xd8) [0x2aefffd09498]
        /usr/lib/libgtkhtml-3.8.so.15(html_image_init+0x128) [0x2aefffd09938]
        /usr/lib/libgtkhtml-3.8.so.15(html_image_new+0xbd) [0x2aefffd09a5d]
        /usr/lib/libgtkhtml-3.8.so.15 [0x2aefffd0387a]
        /usr/lib/libgtkhtml-3.8.so.15 [0x2aefffcfb49f]
        /usr/lib/libgtkhtml-3.8.so.15 [0x2aefffd00f1d]
        /usr/lib/libgtkhtml-3.8.so.15(html_engine_flush+0x38) [0x2aefffd00fc8]
        /usr/lib64/evolution/2.8/components/libevolution-mail.so [0x2aaaab97f0c9]
        /usr/lib64/evolution/2.8/components/libevolution-mail.so [0x2aaaab98cf7f]
        /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1bc) [0x2af004ab822c]
        /usr/lib/libglib-2.0.so.0 [0x2af004abb0ad]
        /usr/lib/libglib-2.0.so.0(g_main_loop_run+0x196) [0x2af004abb386]
        /usr/lib/libbonobo-2.so.0(bonobo_main+0x45) [0x2af000eac8d5]
        evolution(main+0x32e) [0x41768e]
        /lib/libc.so.6(__libc_start_main+0xf4) [0x2af004d57134]
        evolution [0x40bf39]
Aborted


During the email-check, Evolution crashed and became totally disfunctional, ie. aborting with the above log after startup and the only solution to get it in workable state was to re-merge without 'mono' flag.

Sincerely,
Gour
Comment 2 Harish Krishnaswamy 2006-10-11 11:35:53 UTC
This issue has been filed again in #361369 with additional information. Marking this as resolved. Please prefer to update bugs when you have more information instead of filing fresh ones. Thanks.

*** This bug has been marked as a duplicate of 361399 ***
Comment 3 Harish Krishnaswamy 2006-10-11 11:42:50 UTC
The dupe should have been bug 361369. Sorry for the spam due to the typo.

*** This bug has been marked as a duplicate of 361369 ***
Comment 4 Gour 2006-10-11 14:24:21 UTC
Created attachment 74487 [details]
gdb trace of evo crashing

Hi!

This one will maybe be more useful.

Sincerely,
Gour