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 599320 - [regression] [kill-bonobo] Hang trying to spawn acrobat-9.0
[regression] [kill-bonobo] Hang trying to spawn acrobat-9.0
Status: RESOLVED DUPLICATE of bug 581150
Product: evolution
Classification: Applications
Component: Mailer
2.30.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2009-10-22 16:19 UTC by David Ronis
Modified: 2013-09-13 01:08 UTC
See Also:
GNOME target: 2.30.x
GNOME version: 2.27/2.28



Description David Ronis 2009-10-22 16:19:17 UTC
I was trying to read a pdf attachement and had selected acrobat as the reader.  Evo hangs.  This is yesterday's git master.  I attached gdb to the process; here's what I see:

0xb69d2217 in *INT_cairo_line_to (cr=0xaeb8d088, x=0, y=0) at cairo.c:1436
1436	{
(gdb) 
(gdb) thread apply all bt full

Thread 1 (Thread 0xb5e2da20 (LWP 23249))

  • #0 *INT_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
  • #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 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
  • #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 4767
  • #15 IA__gtk_main_do_event
    at gtkmain.c line 1571
  • #16 _gdk_window_process_updates_recurse
    at gdkwindow.c line 5061
  • #17 _gdk_window_process_updates_recurse
    at gdkwindow.c line 5034
  • #18 _gdk_window_process_updates_recurse
    at gdkwindow.c line 5034
  • #19 _gdk_window_process_updates_recurse
    at gdkwindow.c line 5034
  • #20 _gdk_windowing_window_process_updates_recurse
    at gdkwindow-x11.c line 5566
  • #21 gdk_window_process_updates_internal
    at gdkwindow.c line 5220
  • #22 IA__gdk_window_process_all_updates
    at gdkwindow.c line 5328
  • #23 gdk_window_update_idle
    at gdkwindow.c line 4954
  • #24 gdk_threads_dispatch
    at gdk.c line 506
  • #25 g_idle_dispatch
    at gmain.c line 4065
  • #26 IA__g_main_context_dispatch
    at gmain.c line 1960
  • #27 g_main_context_iterate
    at gmain.c line 2591
  • #28 IA__g_main_loop_run
    at gmain.c line 2799
  • #29 IA__gtk_main
    at gtkmain.c line 1218
  • #30 main
    at main.c line 619

Comment 1 Matthew Barnes 2009-10-22 18:01:18 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 581150 ***