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 731080 - Glade-gtk2 crash on loading file
Glade-gtk2 crash on loading file
Status: RESOLVED DUPLICATE of bug 702886
Product: glade
Classification: Applications
Component: general
3.8.x
Other Linux
: High critical
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-01 16:44 UTC by Xavier de Blas
Modified: 2014-06-10 14:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier de Blas 2014-06-01 16:44:26 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
Comment 1 André Klapper 2014-06-02 10:59:52 UTC
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!
Comment 2 Juan Pablo Ugarte 2014-06-02 20:06:56 UTC
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 ***
Comment 3 Chronojump devel list 2014-06-10 14:37:42 UTC
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