GNOME Bugzilla – Bug 627078
Copy/Paste or Add Parent causes segfault
Last modified: 2010-08-29 05:54:37 UTC
Very reproducibly, I get the error: (glade-3:85445): GladeUI-CRITICAL **: glade_widget_get_from_gobject: assertion `G_IS_OBJECT (object)' failed (glade-3:85445): GladeUI-CRITICAL **: glade_widget_get_children: assertion `GLADE_IS_WIDGET (widget)' failed (glade-3:85445): GladeUI-CRITICAL **: glade_widget_get_from_gobject: assertion `G_IS_OBJECT (object)' failed Segmentation fault when I try to copy/paste an existing horizontal box, or when I try to add a horizontal box as a parent.
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance! or can you explain the exacts step for reproduce?
Created attachment 168018 [details] Backtrace from glade3 through gdb.
Comment on attachment 168018 [details] Backtrace from glade3 through gdb. Steps to produce crash: Open glade-3. Open an existing project. Cut a button which has a horizontal box as the custom content. Paste the button into a valid container. Glade-3 crashes.
paste here the backtrace (gdb) backtrace
+ Trace 223275
*** This bug has been marked as a duplicate of bug 627031 ***