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 571292 - evolution closes when asked to print email
evolution closes when asked to print email
Status: RESOLVED DUPLICATE of bug 569892
Product: evolution
Classification: Applications
Component: Mailer
2.26.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2009-02-11 11:43 UTC by Pedro Villavicencio
Modified: 2013-09-13 01:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Pedro Villavicencio 2009-02-11 11:43:33 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+bug/327383

"Various attempts to print email. Each attempt results in Evolution closing down. There are no error msgs or dialogs"

".

Thread 1 (process 7496)

  • #0 IA__g_object_ref
    at /build/buildd/glib2.0-2.19.6/gobject/gobject.c line 2339
  • #1 IA__gtk_grab_get_current
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkmain.c line 1807
  • #2 gtk_bin_remove
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkbin.c line 101
  • #3 IA__gtk_container_resize_children
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkcontainer.c line 1467
  • #4 gtk_grab_notify_foreach
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkmain.c line 1712
  • #5 gtk_grab_notify
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkmain.c line 1744
  • #6 IA__gtk_grab_add
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkmain.c line 1778
  • #7 gtk_window_map
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkwindow.c line 4590
  • #8 IA__g_cclosure_marshal_VOID__VOID
    at /build/buildd/glib2.0-2.19.6/gobject/gmarshal.c line 77
  • #9 g_type_class_meta_marshal
    at /build/buildd/glib2.0-2.19.6/gobject/gclosure.c line 878
  • #10 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.19.6/gobject/gclosure.c line 767
  • #11 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.19.6/gobject/gsignal.c line 3174
  • #12 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.19.6/gobject/gsignal.c line 2977
  • #13 IA__g_signal_emit
    at /build/buildd/glib2.0-2.19.6/gobject/gsignal.c line 3034
  • #14 IA__gtk_widget_hide
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkwidget.c line 3087
  • #15 IA__gtk_dialog_run
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkdialog.c line 1100
  • #16 find_printer
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkprintoperation-unix.c line 1092
  • #17 IA__gtk_print_operation_run
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkprintoperation.c line 1848
  • #18 html_engine_print_operation_run
    at htmlengine-print.c line 514
  • #19 gtk_html_print_operation_run
    at gtkhtml.c line 6268
  • #20 emfhp_complete
    at em-format-html-print.c line 190
  • #21 IA__g_cclosure_marshal_VOID__VOID
    at /build/buildd/glib2.0-2.19.6/gobject/gmarshal.c line 77
  • #22 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.19.6/gobject/gclosure.c line 767
  • #23 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.19.6/gobject/gsignal.c line 3244
  • #24 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.19.6/gobject/gsignal.c line 2977
  • #25 IA__g_signal_emit_by_name
    at /build/buildd/glib2.0-2.19.6/gobject/gsignal.c line 3071
  • #26 efh_format_done
    at em-format-html.c line 1338
  • #27 mail_msg_idle_cb
    at mail-mt.c line 500
  • #28 g_idle_dispatch
    at /build/buildd/glib2.0-2.19.6/glib/gmain.c line 3922
  • #29 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.19.6/glib/gmain.c line 1814
  • #30 g_main_context_iterate
    at /build/buildd/glib2.0-2.19.6/glib/gmain.c line 2448
  • #31 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.19.6/glib/gmain.c line 2656
  • #32 bonobo_main
    at bonobo-main.c line 311
  • #33 main
    at main.c line 704

Comment 1 Matthew Barnes 2009-02-11 13:59:32 UTC
I've seen this stacktrace before but can't find it at the moment.  It's a bug in GTK+ as far as I can tell:

  • #7 gtk_window_map
    at /build/buildd/gtk+2.0-2.15.3/gtk/gtkwindow.c line 4590

The private pointer for the print dialog window is bad.  And this is deep inside a gtk_print_operation_run() call, far out of reach of Evolution's control.
Comment 2 Akhil Laddha 2009-02-12 03:27:42 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 569892 ***