GNOME Bugzilla – Bug 311430
Glade 2.6.8 crashes on cut & paste
Last modified: 2005-07-25 14:31:24 UTC
Version details: 2.6.8 Distribution/Version: Kernel 2.6.10 The error is erratic but repeatable. I mean, it does always happen at the same spot in the same project, but I cannot find a sure way to present an example. If someone is interested, I'll send the xml file. The crash appears, when cutting a fairly complicated section of a GUI to move it to somewhere else. As far as I can see, notebooks must be present, but it is not necessary to be cutting the actual notebook itself.
The error in GDB: (glade-2:6223): Gtk-CRITICAL **: gtk_container_foreach: assertion `GTK_IS_CONTAINER (container)' failed Program received signal SIGSEGV, Segmentation fault.
+ Trace 61971
Thread 16384 (LWP 6223)
According to simple-dup-finder this is a unique stack trace. And please do attach the xml file that is causing this.
Created attachment 49699 [details] This is the glade xml file The glade file gives basically three parts - a frame left and right, and a notebook in the middle. Ctrl-X-ing the middle (notebook), crashes glade reliably. Ctrl-X on the smaller notebook on page 4 of the larger one, also crashes. Several other ops also cause crahes, such as Ctrl-X on the right frame...
This looks like a duplicate of a gail bug. Run 'pkg-config --modversion gail' to check which version of gail you have. The bug was fixed after 1.6.6. *** This bug has been marked as a duplicate of 171965 ***
Thanks for the fast reply guys! John