GNOME Bugzilla – Bug 731080
Glade-gtk2 crash on loading file
Last modified: 2014-06-10 14:37:42 UTC
glade-gtk2 3.8.0-0ubuntu6 (Linux Mint 17) crashes (segfault) on opening my Glade file: https://git.gnome.org/browse/chronojump/plain/glade/chronojump.glade with this gtk+-: pkg-config --modversion gtk+-2.0 2.24.23 This Glade file is successfully open with glade-gtk2 3.8.0-0ubuntu5 with this gtk+-: pkg-config --modversion gtk+-2.0 2.24.13 Cheers
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!
Linux mint 17 has glib 3.40 (according to http://community.linuxmint.com/software/view/libglib2.0-0 ) $ pkg-config --modversion glib-2.0 So this is a duplicate of bug #702886 and you need glade >= 3.8.4 You should file a bug to your distribution to upgrade the package *** This bug has been marked as a duplicate of bug 702886 ***
I installed glade-gtk2 3.8.5 from sources: http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/ and then I do: export LD_LIBRARY_PATH=/usr/local/lib and now file opens ok Thanks again