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 593292 - Hang while composing new message and after attaching a .zip file
Hang while composing new message and after attaching a .zip file
Status: RESOLVED DUPLICATE of bug 581150
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-08-27 14:08 UTC by Kjartan Maraas
Modified: 2013-09-13 01:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjartan Maraas 2009-08-27 14:08:54 UTC
Tried sending a mail with a zip file attached and somewhere along the way evolution hung on me.

Backtrace:

Thread 1 (Thread 0xb7ed4760 (LWP 30290))

  • #0 cairo_line_to
    at cairo.c line 1436
  • #1 clearlooks_gummy_draw_progressbar_fill
    at src/clearlooks_draw_gummy.c line 419
  • #2 clearlooks_style_draw_box
    at src/clearlooks_style.c line 857
  • #3 IA__gtk_paint_box
    at gtkstyle.c line 6090
  • #4 gtk_cell_renderer_progress_render
    at gtkcellrendererprogress.c line 600
  • #5 IA__gtk_cell_renderer_render
    at gtkcellrenderer.c line 578
  • #6 gtk_icon_view_paint_item
    at gtkiconview.c line 3222
  • #7 gtk_icon_view_expose
    at gtkiconview.c line 1574
  • #8 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #9 g_type_class_meta_marshal
    at gclosure.c line 878
  • #10 IA__g_closure_invoke
    at gclosure.c line 767
  • #11 signal_emit_unlocked_R
    at gsignal.c line 3285
  • #12 IA__g_signal_emit_valist
    at gsignal.c line 2990
  • #13 IA__g_signal_emit
    at gsignal.c line 3037
  • #14 gtk_widget_event_internal
    at gtkwidget.c line 4786
  • #15 IA__gtk_main_do_event
    at gtkmain.c line 1558
  • #16 _gdk_window_process_updates_recurse
    at gdkwindow.c line 4844
  • #17 _gdk_window_process_updates_recurse
    at gdkwindow.c line 4817
  • #18 _gdk_window_process_updates_recurse
    at gdkwindow.c line 4817
  • #19 _gdk_windowing_window_process_updates_recurse
    at gdkwindow-x11.c line 5547
  • #20 gdk_window_process_updates_internal
    at gdkwindow.c line 4997
  • #21 IA__gdk_window_process_all_updates
    at gdkwindow.c line 5093
  • #22 gdk_window_update_idle
    at gdkwindow.c line 4737
  • #23 gdk_threads_dispatch
    at gdk.c line 501
  • #24 g_idle_dispatch
    at gmain.c line 4065
  • #25 g_main_dispatch
    at gmain.c line 1960

        Inferior 1 [process 30290] will be detached.

Quit anyway? (y or n) Detaching from program: /usr/bin/evolution, process 30290
Comment 1 Kjartan Maraas 2009-08-27 14:09:46 UTC
This is Fedora rawhide. Could it be related to the client side window stuff maybe?
Comment 2 Matthew Barnes 2009-08-27 14:46:25 UTC
It's either a GTK+ or ClearLooks issue.  I've seen it myself.  The hang does not occur in other themes.  Apparently the GtkIconView widget is not widely used and so it's not as mature as most of the rest of GTK+.

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