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 684691 - EMailConfigFormatHTML: Signal handler never disconnected
EMailConfigFormatHTML: Signal handler never disconnected
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
3.6.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[formatter]
: 685701 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-09-23 23:22 UTC by Bastien Nocera
Modified: 2013-09-13 01:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
.tar.gz of the problematic message's body and header (8.22 KB, application/x-gzip)
2012-09-30 09:10 UTC, Alexandre Rostovtsev
Details

Description Bastien Nocera 2012-09-23 23:22:37 UTC
evolution-3.5.92-2.fc18.x86_64

Probably related to bug 683866

I get this crash in 3.5.92 trying to preview a private e-mail I sent with attachments.

For my reference, message is:
Message-ID: <1348433536.2545.11.camel@sirocco.hadess.net>

Thread 1 (Thread 0x7ffc2ac19a00 (LWP 17116))

  • #0 e_extension_get_extensible
    at e-extension.c line 187
  • #1 headers_changed_cb
    at e-mail-config-format-html.c line 50
  • #2 headers_changed_cb
    at e-mail-config-format-html.c line 35
  • #3 g_cclosure_marshal_VOID__STRINGv
    at gmarshal.c line 1004
  • #4 _g_closure_invoke_va
    at gclosure.c line 840
  • #5 g_signal_emit_valist
    at gsignal.c line 3211
  • #6 g_signal_emit
    at gsignal.c line 3356
  • #7 g_settings_real_change_event
    at gsettings.c line 288
  • #8 ffi_call_unix64
    at ../src/x86/unix64.S line 75
  • #9 ffi_call
    at ../src/x86/ffi64.c line 486
  • #10 g_cclosure_marshal_generic_va
    at gclosure.c line 1550
  • #11 _g_closure_invoke_va
    at gclosure.c line 840
  • #12 g_signal_emit_valist
    at gsignal.c line 3211
  • #13 g_signal_emit
    at gsignal.c line 3356
  • #14 settings_backend_path_changed
    at gsettings.c line 363
  • #15 g_settings_backend_invoke_closure
    at gsettingsbackend.c line 271
  • #16 g_main_dispatch
    at gmain.c line 2715
  • #17 g_main_context_dispatch
    at gmain.c line 3219
  • #18 g_main_context_iterate
    at gmain.c line 3290
  • #19 g_main_loop_run
    at gmain.c line 3484
  • #20 gtk_main
    at gtkmain.c line 1162
  • #21 main
    at main.c line 691

Comment 1 Alexandre Rostovtsev 2012-09-30 09:10:24 UTC
Created attachment 225411 [details]
.tar.gz of the problematic message's body and header

I am getting a crash with a nearly identical backtrace with evolution 3.6.0 on Gentoo when viewing the attached message (the gmane version can be viewed at http://thread.gmane.org/gmane.linux.gentoo.devel/80497)

Thread 1 (Thread 0x7f5f08c59940 (LWP 17332))

  • #0 g_type_check_instance_is_a
    at gtype.c line 3964
  • #1 e_extension_get_extensible
    at e-extension.c line 187
  • #2 headers_changed_cb
    at e-mail-config-format-html.c line 50
  • #3 headers_changed_cb
    at e-mail-config-format-html.c line 35
  • #4 g_cclosure_marshal_VOID__STRINGv
    at gmarshal.c line 1004
  • #5 _g_closure_invoke_va
    at gclosure.c line 840
  • #6 g_signal_emit_valist
    at gsignal.c line 3211
  • #7 g_signal_emit
    at gsignal.c line 3356
  • #8 g_settings_real_change_event
    at gsettings.c line 288
  • #9 ffi_call_unix64
    from /usr/lib64/libffi.so.6
  • #10 ffi_call
    from /usr/lib64/libffi.so.6
  • #11 g_cclosure_marshal_generic_va
    at gclosure.c line 1550
  • #12 _g_closure_invoke_va
    at gclosure.c line 840
  • #13 g_signal_emit_valist
    at gsignal.c line 3211
  • #14 g_signal_emit
    at gsignal.c line 3356
  • #15 settings_backend_path_changed
    at gsettings.c line 363
  • #16 settings_backend_path_changed
    at gsettings.c line 354
  • #17 g_settings_backend_invoke_closure
    at gsettingsbackend.c line 271
  • #18 g_main_dispatch
    at gmain.c line 2715
  • #19 g_main_context_dispatch
    at gmain.c line 3219
  • #20 g_main_context_iterate
    at gmain.c line 3290
  • #21 g_main_loop_run
    at gmain.c line 3484
  • #22 gtk_main
    at gtkmain.c line 1163
  • #23 main
    at main.c line 691

Comment 3 Matthew Barnes 2012-10-09 21:03:55 UTC
*** Bug 685701 has been marked as a duplicate of this bug. ***