GNOME Bugzilla – Bug 622253
Glade aborts when adding various container widgets to a project
Last modified: 2010-06-22 02:26:16 UTC
On glade 3.7.1 compiled from source, I'm getting assertion failures when adding various container widgets into my projects. I've seen it happen when trying to add frames, notebooks, and dialog boxes. There might be more that cause the problem; I just haven't run across them yet. This is the backtrace I get: Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) bt
+ Trace 222505
I did a git blame on the offending function and it appears that commit 944b46ff introduced the problem, which was not present on the earlier builds of glade I was using.
maybe this is dup of bug 619530
Have you tried git master? I think tristan fixed that (add least there is a comment in the code that suggests that this case was fixed).
Yes, master works
(In reply to comment #3) > Yes, master works Not completely. Frames work now, but notebooks don't. I get this error: GladeUI:ERROR:glade-project.c:4358:glade_project_model_get_path: assertion failed: (child != NULL)
It looks like Fabio's right, so let's move this discussion to bug 619530. *** This bug has been marked as a duplicate of bug 619530 ***