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 738275 - brasero reliably crashes when clicking on 'edit -> 'plugins'
brasero reliably crashes when clicking on 'edit -> 'plugins'
Status: RESOLVED DUPLICATE of bug 728376
Product: brasero
Classification: Applications
Component: libbrasero-burn
3.11.x
Other Linux
: Normal major
: ---
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-10-10 06:24 UTC by Dominique Leuenberger
Modified: 2014-10-10 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dominique Leuenberger 2014-10-10 06:24:53 UTC
Brasero 3.11.4 (latest release) reliably crashes under GNOME 3.14 when navigating to 'edi' -< 'plugins'

A backtrace looks like this:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff795c6f4 in brasero_plugin_get_gtype ()
   from /usr/lib64/libbrasero-burn3.so.1
(gdb) bt
  • #0 brasero_plugin_get_gtype
  • #1 0x0000000000431137 in
  • #2 apply_cell_attributes
    at gtkcellarea.c line 1257
  • #3 g_hash_table_foreach
    at ghash.c line 1550
  • #4 gtk_cell_area_real_apply_attributes
    at gtkcellarea.c line 1286
  • #5 gtk_cell_area_box_apply_attributes
    at gtkcellareabox.c line 1312
  • #6 _gtk_marshal_VOID__OBJECT_BOXED_BOOLEAN_BOOLEANv
    at gtkmarshalers.c line 5040
  • #7 _g_closure_invoke_va
    at gclosure.c line 831
  • #8 g_signal_emit_valist
  • #9 g_signal_emit
    at gsignal.c line 3365
  • #10 gtk_cell_area_apply_attributes
    at gtkcellarea.c line 2375
  • #11 gtk_tree_view_column_cell_set_cell_data
    at gtktreeviewcolumn.c line 2843
  • #12 set_cell_data
    at a11y/gtktreeviewaccessible.c line 336
  • #13 create_cell
    at a11y/gtktreeviewaccessible.c line 427
  • #14 gtk_tree_view_accessible_ref_child
    at a11y/gtktreeviewaccessible.c line 470
  • #15 children_changed_event_listener
    at event.c line 1088
  • #18 <emit signal 0x7ffff6a6a0c3 "children-changed::add" or children-changed:add on instance 0x1112540 [GtkTreeViewAccessible]>
    at gsignal.c line 3405
  • #19 _gtk_tree_view_accessible_add
    at a11y/gtktreeviewaccessible.c line 1632
  • #20 gtk_tree_view_row_inserted
    at gtktreeview.c line 9093
  • #24 <emit signal ??? on instance 0xd3ecc0 [GtkListStore]>
    at gsignal.c line 3365
  • #25 gtk_tree_model_row_inserted
    at gtktreemodel.c line 1852
  • #26 gtk_list_store_insert
    at gtkliststore.c line 1282
  • #27 0x0000000000432ae8 in
  • #28 g_type_create_instance
    at gtype.c line 1865
  • #29 g_object_new_internal
    at gobject.c line 1774
  • #30 g_object_newv
    at gobject.c line 1922
  • #31 g_object_new
    at gobject.c line 1614
  • #32 0x0000000000432e5c in
  • #33 g_type_create_instance
    at gtype.c line 1865
  • #34 g_object_new_internal
    at gobject.c line 1774
  • #35 g_object_newv
    at gobject.c line 1922
  • #36 g_object_new
    at gobject.c line 1614
  • #37 0x0000000000443a3f in
  • #41 <emit signal ??? on instance 0xa69280 [GtkAction]>
    at gsignal.c line 3365
  • #42 _gtk_action_emit_activate
    at deprecated/gtkaction.c line 909
  • #46 <emit signal ??? on instance 0xb526c0 [GtkImageMenuItem]>
    at gsignal.c line 3365
  • #47 gtk_widget_activate
    at gtkwidget.c line 7806
  • #48 gtk_menu_shell_activate_item
    at gtkmenushell.c line 1380
  • #49 gtk_menu_shell_button_release
    at gtkmenushell.c line 792
  • #50 _gtk_marshal_BOOLEAN__BOXEDv
    at gtkmarshalers.c line 130
  • #51 _g_closure_invoke_va
    at gclosure.c line 831
  • #52 g_signal_emit_valist
    at gsignal.c line 3218
  • #53 g_signal_emit
    at gsignal.c line 3365
  • #54 gtk_widget_event_internal
    at gtkwidget.c line 7773
  • #55 propagate_event
    at gtkmain.c line 2414
  • #56 propagate_event
    at gtkmain.c line 2516
  • #57 gtk_propagate_event
    at gtkmain.c line 2551
  • #58 gtk_main_do_event
    at gtkmain.c line 1748
  • #59 gdk_event_source_dispatch
    at gdkeventsource.c line 364
  • #60 g_main_context_dispatch
    at gmain.c line 3111
  • #61 g_main_context_dispatch
    at gmain.c line 3710
  • #62 g_main_context_iterate
    at gmain.c line 3781
  • #63 g_main_loop_run
    at gmain.c line 3975
  • #64 gtk_main
    at gtkmain.c line 1207
  • #65 brasero_app_run_mainwin
  • #66 main

Comment 1 Dominique Leuenberger 2014-10-10 06:26:21 UTC
Just before the segfault, there is also this glib critical being printed:
(brasero:2536): GLib-GObject-CRITICAL **: g_type_instance_get_private: assertion 'instance != NULL && instance->g_class != NULL' failed
Comment 2 Dominique Leuenberger 2014-10-10 18:03:25 UTC

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