GNOME Bugzilla – Bug 628686
Glade 3 crashes when adding frame
Last modified: 2010-09-16 17:32:42 UTC
uname -a output: Linux cool 2.6.34.6-47.fc13.x86_64 #1 SMP Fri Aug 27 08:56:01 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux -------------------------------------------------------------------- When frame is added to new window or to an empty cell in Horizontal or Vertical Box, glade crashes with following messages in terminal. (glade-3:10796): GladeUI-CRITICAL **: glade_widget_get_from_gobject: assertion `G_IS_OBJECT (object)' failed (glade-3:10796): GladeUI-CRITICAL **: glade_widget_get_children: assertion `GLADE_IS_WIDGET (widget)' failed (glade-3:10796): GladeUI-CRITICAL **: glade_widget_get_from_gobject: assertion `G_IS_OBJECT (object)' failed [1]+ Segmentation fault (core dumped) glade-3 -------------------------------------------------------------------- Additional Information: When Glade 3 run from terminal, following messages displayed on terminal: GladeUI-Message: Glade needs artwork; a default icon will be used for the following classes: GtkSizeGroup needs an icon named 'widget-gtk-sizegroup' GtkFileFilter needs an icon named 'widget-gtk-filefilter' GtkAccelGroup needs an icon named 'widget-gtk-accelgroup' GtkSpinner needs an icon named 'widget-gtk-spinner' GtkAdjustment needs an icon named 'widget-gtk-adjustment' GtkTextBuffer needs an icon named 'widget-gtk-textbuffer' GtkTreeModelFilter needs an icon named 'widget-gtk-treemodelfilter' GtkTextTagTable needs an icon named 'widget-gtk-texttagtable' GtkEntryBuffer needs an icon named 'widget-gtk-entrybuffer' GtkTreeSelection needs an icon named 'widget-gtk-treeselection' GtkTextTag needs an icon named 'widget-gtk-texttag' GtkStatusIcon needs an icon named 'widget-gtk-statusicon' GtkCellRendererSpinner needs an icon named 'widget-gtk-cellrendererspinner' GtkTreeModelSort needs an icon named 'widget-gtk-treemodelsort'
Please provide exact numbered steps to reproduce this. thank :-)
Steps to reproduce bug: 1. Start Glade (3.7.1) from either Applications->Programming menu or from command line. 2. add top level window 3. add 'vbox' with any number of items 4. add 'Frame' in one of the 'items' in 'vbox' 5. Glade crashes immediately when step 4 is attempted. Other observations: 1.this happens with 'Notebook' widget also. If you try adding notebook' instead of 'Frame' in step 4, same thing happens. 2. If I add 'Toolbar' before adding 'Frame' in step 4 above in one of the 'vbox' item, I am able to add 'Frame' in other 'vbox' item. However in this case is still crashing if you add 'Notebook' instead of 'Frame' 3. I recently installed Fedora 13 and glade 3.7.1 4. My original project made from glade 3.6 works fine. However when I add new top level window in this project using glade 3.7.1, I get an empty window when I run program.
I have the same problem with version 3.7.1, but version 3.6.7 work fine.
Rajesh can you send the trace? 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!
Hope following would help: (gdb) thread apply all bt full
+ Trace 223754
Thread 1 (Thread 0x7ffff7d238e0 (LWP 24384))
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 627031 ***