GNOME Bugzilla – Bug 428966
Crash while adding a GtkInputDialog
Last modified: 2007-09-27 16:45:06 UTC
Steps to reproduce: 1. Start glade3 2. Create a new project 3. Click the "input dialog" button Stack trace: System: Linux 2.6.20-1.2933.fc6 #1 SMP Mon Mar 19 11:00:19 EDT 2007 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 70101000 Selinux: No Accessibility: Disabled Memory status: size: 289763328 vsize: 289763328 resident: 28762112 share: 12423168 rss: 28762112 rss_rlim: -1 CPU usage: start_time: 1176379668 rtime: 326 utime: 317 stime: 9 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/local/bin/glade-3' Using host libthread_db library "/lib64/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 46912498989712 (LWP 3233)] 0x0000003e5cc942f5 in waitpid () from /lib64/libc.so.6
+ Trace 127145
Thread 1 (Thread 46912498989712 (LWP 3233))
----------- .xsession-errors --------------------- (glade-3:3233): Gtk-CRITICAL **: gtk_container_child_set_property: assertion `child->parent == GTK_WIDGET (container)' failed (glade-3:3233): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed (glade-3:3233): Gtk-WARNING **: Ignoring the separator setting (glade-3:3233): Gtk-WARNING **: Ignoring the separator setting ** (glade-3:3233): CRITICAL **: Cannot embed a window that is already realized or embedded (glade-3:3233): Gtk-WARNING **: Can't set a parent on a toplevel widget ** (bug-buddy:3272): WARNING **: Couldn't load icon for Open Folder -------------------------------------------------- Other information:
*** Bug 415879 has been marked as a duplicate of this bug. ***
I have seen a quite a few duplicates of this bug, so I am going to mark this bug as confirmed.
I don't know if I could get a correct bug trace from glade, but I rebuilt my Debian package without stripping and got a somewhat different trace; thought I should put it here: (glade-3:2294): Gtk-WARNING **: Ignoring the separator setting (glade-3:2294): Gtk-WARNING **: Ignoring the separator setting ** (glade-3:2294): CRITICAL **: Cannot embed a window that is already realized or embedded (glade-3:2294): Gtk-WARNING **: Can't set a parent on a toplevel widget Program received signal SIGSEGV, Segmentation fault.
+ Trace 131323
Thread NaN (LWP 2294)
Backtrace stopped: frame did not save the PC
*** Bug 438281 has been marked as a duplicate of this bug. ***
This should be fixed as per #433975 in the latest unstable glade3. Please reopen if this bug still occurs in our upcoming glade 3.4.0 release. *** This bug has been marked as a duplicate of 433975 ***
(In reply to comment #5) > This should be fixed as per #433975 in the latest unstable glade3. Please > reopen if this bug still occurs in our upcoming glade 3.4.0 release. > > *** This bug has been marked as a duplicate of 433975 *** > This bug is still present in 3.4.0 (ubuntu gutsy package) Is it a dup of 458599?