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 672177 - crash in cell_destroyed()
crash in cell_destroyed()
Status: RESOLVED OBSOLETE
Product: baobab
Classification: Core
Component: general
3.3.x
Other Linux
: Normal major
: ---
Assigned To: Baobab Maintainers
Baobab Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-15 18:31 UTC by Christian Kirbach
Modified: 2012-07-31 10:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Kirbach 2012-03-15 18:31:11 UTC
See also https://bugzilla.redhat.com/show_bug.cgi?id=759229

The disk run was complete and the details listed in the left pain in the tree view. I expanded two folders into /var/tmp and right-clicked on a folder when the crash happened.


Core was generated by `baobab /'.
Program terminated with signal 11, Segmentation fault.

Thread 1 (Thread 0x7f113bf04940 (LWP 1724))

  • #0 cell_destroyed
    at gtktreeviewaccessible.c line 3194
  • #1 weak_refs_notify
    at gobject.c line 2244
  • #2 g_object_unref
    at gobject.c line 2709
  • #3 focus_out
    at gtktreeviewaccessible.c line 1976
  • #4 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 85
  • #5 g_closure_invoke
    at gclosure.c line 774
  • #6 signal_emit_unlocked_R
    at gsignal.c line 3272
  • #7 g_signal_emit_valist
    at gsignal.c line 3013
  • #8 g_signal_emit
    at gsignal.c line 3060
  • #9 gtk_widget_event_internal
    at gtkwidget.c line 6132
  • #10 gtk_widget_send_focus_change
    at gtkwidget.c line 14218
  • #11 do_focus_change
    at gtkwindow.c line 5978
  • #12 _gtk_window_set_has_toplevel_focus
    at gtkwindow.c line 9447
  • #13 gtk_window_focus_out_event
    at gtkwindow.c line 6050
  • #14 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 85
  • #15 g_closure_invoke
    at gclosure.c line 774
  • #16 signal_emit_unlocked_R
    at gsignal.c line 3310
  • #17 g_signal_emit_valist
    at gsignal.c line 3013
  • #18 g_signal_emit
    at gsignal.c line 3060
  • #19 gtk_widget_event_internal
    at gtkwidget.c line 6132
  • #20 gtk_main_do_event
    at gtkmain.c line 1830
  • #21 gdk_event_source_dispatch
    at gdkeventsource.c line 360
  • #22 g_main_dispatch
    at gmain.c line 2441
  • #23 g_main_context_dispatch
    at gmain.c line 3011
  • #24 g_main_context_iterate
    at gmain.c line 3089
  • #25 g_main_loop_run
    at gmain.c line 3297
  • #26 gtk_main
    at gtkmain.c line 1362
  • #27 main
    at baobab.c line 1344

Comment 1 Christian Kirbach 2012-03-15 18:33:03 UTC
[nazgul@rivendell ~]$ baobab --version
Baobab 3.2.1
Comment 2 Paolo Borelli 2012-03-18 14:20:07 UTC
Stack trace points to the accessibility stuff in gtk. That code has seen many fixes in gtk 3.3, so it would be cool to know if it can be reproduced with newer versions
Comment 3 Tobias Mueller 2012-07-04 12:03:28 UTC
Christian, can you check with a more recent GTK+ version?
Comment 4 Christian Kirbach 2012-07-15 21:36:02 UTC
hi

wasnt able to reproduce at will at any time

i have not seen this with gnome 3.4
Comment 5 Paolo Borelli 2012-07-31 10:38:41 UTC
We landed the vala rewrite on master. This is not valid anymore