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 608278 - Crash (segfault) whenever I click on a mail with an attachment
Crash (segfault) whenever I click on a mail with an attachment
Status: RESOLVED DUPLICATE of bug 606811
Product: evolution
Classification: Applications
Component: Mailer
2.30.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[attachments]
Depends on:
Blocks:
 
 
Reported: 2010-01-27 18:23 UTC by Adam Williamson
Modified: 2013-09-13 01:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
stack trace from the crash (48.27 KB, text/plain)
2010-01-27 18:23 UTC, Adam Williamson
Details

Description Adam Williamson 2010-01-27 18:23:51 UTC
Created attachment 152437 [details]
stack trace from the crash

Evolution 2.29.5-2 in current Fedora Rawhide crashes every time I click on a mail with an attachment. My mail is on an IMAP server (the server runs courier-imap).

As abrt seems broken in current Rawhide I had to grab the backtrace myself according to the instructions at https://fedoraproject.org/wiki/StackTraces#Obtaining_a_stack_trace_using_just_GDB - let me know if this is wrong for Evo. I'll attach it. This is 100% reproducible; click a mail with an attachment, watch Evo fall over. Note that mails with attachments aren't actually properly denoted in the message list; I only figured out the common factor between all the mails I knew would cause Evo to crash by looking at them in an older Evo on an F11 machine.
Comment 1 Fabio Durán Verdugo 2010-01-27 18:47:28 UTC
paste here the trace

(gdb) thread apply all bt full

Thread 1 (Thread 0x7ffff467b800 (LWP 22138))

  • #0 match_content_type
    at camel-folder-summary.c line 5066
  • #1 camel_folder_summary_guess_content_info
    at camel-folder-summary.c line 5088
  • #2 efhd_attachment_button
    at em-format-html-display.c line 813
  • #3 efh_object_requested
    at em-format-html.c line 1519
  • #4 html_g_cclosure_marshal_BOOLEAN__OBJECT
    at htmlmarshal.c line 81
  • #5 IA__g_closure_invoke
    at gclosure.c line 767
  • #6 signal_emit_unlocked_R
    at gsignal.c line 3247
  • #7 IA__g_signal_emit_valist
    at gsignal.c line 2990
  • #8 IA__g_signal_emit
    at gsignal.c line 3037
  • #9 html_engine_object_requested_cb
    at gtkhtml.c line 549
  • #10 html_g_cclosure_marshal_BOOLEAN__OBJECT
    at htmlmarshal.c line 81
  • #11 IA__g_closure_invoke
    at gclosure.c line 767
  • #12 signal_emit_unlocked_R
    at gsignal.c line 3247
  • #13 IA__g_signal_emit_valist
    at gsignal.c line 2990
  • #14 IA__g_signal_emit
    at gsignal.c line 3037
  • #15 element_parse_object
    at htmlengine.c line 1624
  • #16 parse_one_token
    at htmlengine.c line 3975
  • #17 new_parse_body
    at htmlengine.c line 1429
  • #18 html_engine_timer_event
    at htmlengine.c line 4928
  • #19 html_engine_flush
    at htmlengine.c line 6907
  • #20 emhs_sync_flush
    at em-html-stream.c line 86
  • #21 emss_process_message
    at em-sync-stream.c line 87
  • #22 g_main_dispatch
    at gmain.c line 1960
  • #23 IA__g_main_context_dispatch
    at gmain.c line 2513
  • #24 g_main_context_iterate
    at gmain.c line 2591
  • #25 IA__g_main_loop_run
    at gmain.c line 2799
  • #26 IA__gtk_main
    at gtkmain.c line 1219
  • #27 main
    at main.c line 609

Comment 2 Fabio Durán Verdugo 2010-01-27 18:48:55 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 606811 ***
Comment 3 Adam Williamson 2010-01-27 18:51:16 UTC
ah, right. I did look for dupes but that one doesn't have a very good summary :/