GNOME Bugzilla – Bug 754932
crash in gtk_css_widget_node_dequeue_validate
Last modified: 2015-09-12 19:36:20 UTC
Current master crashes. Stack trace of gtk3-widget-factory (every app crashes here..): Also there are a lots of: (gtk3-widget-factory:1253): GLib-GObject-WARNING **: invalid cast from 'GtkLabel' to 'GtkContainer' Program received signal SIGSEGV, Segmentation fault. gtk_css_widget_node_dequeue_validate (node=<optimized out>) at gtkcsswidgetnode.c:118 118 if (_GTK_IS_RESIZE_CONTAINER (widget_node->widget))
+ Trace 235438
Reverted the patch causing it.
thanks!