After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705745 - Unable to get GladeWidget for internal child vbox
Unable to get GladeWidget for internal child vbox
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
: 710783 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-08-10 00:42 UTC by Dimitri John Ledkov
Modified: 2013-11-26 23:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
empty-dialog.glade (1.24 KB, application/x-glade)
2013-08-10 00:42 UTC, Dimitri John Ledkov
Details

Description Dimitri John Ledkov 2013-08-10 00:42:14 UTC
Open glade on Ubuntu 13.04 (raring)
glade 3.14.2-0ubuntu1
libgtk-3-0:amd64 3.6.4-0ubuntu8

Add gnome dialog, save file.

Open glade on Ubuntu 13.10 (devel, saucy)
glade 3.14.2-0ubuntu1
libgtk-3-0:amd64 3.8.2-3ubuntu6

Get:
(glade:30608): GladeUI-ERROR **: Unable to get GladeWidget for internal child vbox

Trace/breakpoint trap (core dumped)

The glade file is attached.
Comment 1 Dimitri John Ledkov 2013-08-10 00:42:51 UTC
Created attachment 251263 [details]
empty-dialog.glade
Comment 2 Dimitri John Ledkov 2013-08-10 00:44:23 UTC
(gdb) bt full
  • #0 g_logv
    at /build/buildd/glib2.0-2.37.3/./glib/gmessages.c line 989
  • #1 g_log
    at /build/buildd/glib2.0-2.37.3/./glib/gmessages.c line 1025
  • #2 glade_widget_read
    at glade-widget.c line 3804
  • #3 glade_widget_adaptor_object_read_child
    at glade-widget-adaptor.c line 1111
  • #4 glade_widget_adaptor_object_read_child
    at glade-widget-adaptor.c line 1092
  • #5 glade_gtk_dialog_read_child
    at glade-gtk.c line 4050
  • #6 glade_widget_adaptor_object_read_widget
    at glade-widget-adaptor.c line 1064
  • #7 glade_gtk_widget_read_widget
    at glade-gtk.c line 417
  • #8 glade_gtk_window_read_widget
    at glade-gtk.c line 3859
  • #9 glade_widget_read
    at glade-widget.c line 3819
  • #10 glade_project_load_internal
    at glade-project.c line 1629
  • #11 glade_project_load_from_file
    at glade-project.c line 1686
  • #12 _start

Comment 3 raster 2013-10-26 15:13:04 UTC
This bug is confirmed in Launchpad: https://bugs.launchpad.net/ubuntu/+source/glade/+bug/1242865
Comment 4 Juan Pablo Ugarte 2013-11-11 18:00:46 UTC
This bug is triggered by a change in the order properties are set in glib >= 2.37
Fixed in glade-3-14 branch
I will make a new release asap
Comment 5 raster 2013-11-11 20:26:41 UTC
Tested the bugfix on Ubuntu 13.10, and seems to work.
Comment 6 Jean-Philippe Orsini 2013-11-11 22:13:22 UTC
The fix is also ok for my .glade files.

Thanks a lot Juan.
Comment 7 Juan Pablo Ugarte 2013-11-26 23:57:36 UTC
*** Bug 710783 has been marked as a duplicate of this bug. ***