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 271737 - Evo crash on startup
Evo crash on startup
Status: RESOLVED DUPLICATE of bug 394082
Product: evolution
Classification: Applications
Component: Mailer
2.2.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-01-25 18:35 UTC by Hubert Figuiere (:hub)
Modified: 2013-09-13 00:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tarball of cached folder (62.48 KB, application/gzip)
2005-01-25 18:36 UTC, Hubert Figuiere (:hub)
Details

Description Hubert Figuiere (:hub) 2005-01-25 18:35:23 UTC
It crash while attempting to display the last selected message. It
initially crashed whil displaying a message. It since crash on startup.

The error message in the console is 

evolution-mail-ERROR **: file em-format-html-display.c: line 1223
(efhd_attachment_button): assertion failed: (info->forward == NULL)
aborting...

according to jpr and notzed it is a malformed message bug.

I'll attach the tarball of the cached folder (message is store in IMAP)
Comment 1 Hubert Figuiere (:hub) 2005-01-25 18:36:05 UTC
Created attachment 44661 [details]
tarball of cached folder
Comment 2 Hubert Figuiere (:hub) 2005-01-25 18:40:01 UTC
guilty message is 27291.

removing the cmeta did work around the bug.

thanks to jpr for the help.
Comment 3 Not Zed 2005-03-04 05:08:02 UTC
Hmm, does this still crash?  I just tried now, copying it to a local
message, and it worked fine.

even if it is a malformed message, it shouldn't crash (which is why
i'm bumping it up).

Comment 4 Not Zed 2005-03-17 07:49:50 UTC
needinfo'ing, reopen if information is added, or close if fixed
Comment 5 vivek jain 2005-08-23 12:02:58 UTC
Closing it, re-open it if reproduced (preferably with stacktraces).
Comment 6 Lubomir Rintel 2007-01-11 16:51:12 UTC
$ uname -a
Linux pluto 2.6.18-1.2869.fc6 #1 SMP Wed Dec 20 14:51:34 EST 2006 x86_64 x86_64 x86_64 GNU/Linux
$ rpm -q evolution
evolution-2.8.2.1-3.fc6

The message 27291.
Stack backtrace follows:

Using host libthread_db library "/lib64/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 46912496421296 (LWP 31124)]
[New Thread 1084229952 (LWP 31131)]
[Thread 1084229952 (LWP 31131) exited]
[New Thread 1084229952 (LWP 31132)]
[New Thread 1094719808 (LWP 31133)]
[New Thread 1105209664 (LWP 31137)]
[New Thread 1115699520 (LWP 31138)]
[New Thread 1126189376 (LWP 31139)]
[New Thread 1126455616 (LWP 31141)]

Program received signal SIGABRT, Aborted.

Thread 46912496421296 (LWP 31124)

  • #0 *__GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 *__GI_abort
    at abort.c line 88
  • #2 IA__g_logv
  • #3 IA__g_log
    at gmessages.c line 517
  • #4 IA__g_assert_warning
    at gmessages.c line 552
  • #5 efhd_attachment_button
    at em-format-html-display.c line 1769
  • #6 efh_object_requested
    at em-format-html.c line 601
  • #7 html_g_cclosure_marshal_BOOLEAN__OBJECT
    from /usr/lib64/libgtkhtml-3.8.so.15
  • #8 IA__g_closure_invoke
    at gclosure.c line 490
  • #9 signal_emit_unlocked_R
    at gsignal.c line 2438
  • #10 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #11 IA__g_signal_emit
    at gsignal.c line 2241
  • #12 gtk_html_get_top_html
    from /usr/lib64/libgtkhtml-3.8.so.15
  • #13 html_g_cclosure_marshal_BOOLEAN__OBJECT
    from /usr/lib64/libgtkhtml-3.8.so.15
  • #14 IA__g_closure_invoke
    at gclosure.c line 490
  • #15 signal_emit_unlocked_R
    at gsignal.c line 2438
  • #16 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #17 IA__g_signal_emit
    at gsignal.c line 2241
  • #18 html_engine_add_object_with_id
    from /usr/lib64/libgtkhtml-3.8.so.15
  • #19 html_engine_add_object_with_id
    from /usr/lib64/libgtkhtml-3.8.so.15
  • #20 html_engine_update_focus_if_necessary
    from /usr/lib64/libgtkhtml-3.8.so.15
  • #21 html_engine_flush
    from /usr/lib64/libgtkhtml-3.8.so.15
  • #22 emhs_sync_flush
    at em-html-stream.c line 127
  • #23 emcs_gui_received
    at em-sync-stream.c line 161
  • #24 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #25 g_main_context_iterate
    at gmain.c line 2677
  • #26 IA__g_main_loop_run
    at gmain.c line 2881
  • #27 bonobo_main
    from /usr/lib64/libbonobo-2.so.0
  • #28 main
    at main.c line 614
  • #29 __libc_start_main
    at libc-start.c line 231
  • #30 _start

Comment 7 Kjartan Maraas 2007-03-15 21:38:43 UTC

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