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 584868 - another deadlock
another deadlock
Status: RESOLVED DUPLICATE of bug 581150
Product: evolution
Classification: Applications
Component: Mailer
2.28.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2009-06-04 20:46 UTC by David Ronis
Modified: 2013-09-13 01:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description David Ronis 2009-06-04 20:46:43 UTC
Please describe the problem:
I was doing the following:

1.  Deleted some email in my mapi account.
2.  Marked some of the mapi mail as junk.
3.  Was examining  5 pdf attachments (in email in my local tree) using acroreader-9.0
4.  Was printing one of the attachments  from within acroread.

Evo has hung.  (the gui won't even redraw).  I've attached gdb and will paste the backtrace below.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
0xb67af343 in *INT_cairo_line_to (cr=0xb21acff0, x=0, y=0) at cairo.c:1433
1433	{
(gdb) thread apply all bt full

Thread 1 (Thread 0xb6187700 (LWP 7751))

  • #0 *INT_cairo_line_to
    at cairo.c line 1433
  • #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
  • #6 gtk_icon_view_paint_item
    at gtkiconview.c line 3200
  • #7 gtk_icon_view_expose
    at gtkiconview.c line 1549
  • #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 4761
  • #15 IA__gtk_main_do_event
    at gtkmain.c line 1558
  • #16 gdk_window_process_updates_internal
    at gdkwindow.c line 2611
  • #17 IA__gdk_window_process_all_updates
    at gdkwindow.c line 2677
  • #18 gdk_window_update_idle
    at gdkwindow.c line 2521
  • #19 gdk_threads_dispatch
    at gdk.c line 498
  • #20 g_idle_dispatch
    at gmain.c line 3919
  • #21 IA__g_main_context_dispatch
    at gmain.c line 1814
  • #22 g_main_context_iterate
    at gmain.c line 2445
  • #23 IA__g_main_loop_run
    at gmain.c line 2653
  • #24 bonobo_main
    at bonobo-main.c line 311
  • #25 main
    at main.c line 706

Comment 1 Matthew Barnes 2009-06-04 22:17:53 UTC
It's the ClearLooks bug again.

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