Your message dated Sat, 20 Oct 2007 11:55:01 +0800
with message-id <[EMAIL PROTECTED]>
and subject line libglademm-2.4-1c2a: fails to load .glade file
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libglademm-2.4-1c2a
Version: 2.6.2-2
Severity: normal
Hi,
libglademm fails to load .glade file and segfaults:
L> cat test.cpp
#include <libglademm.h>
int main (int argc, char *argv[])
{
Gnome::Glade::Xml::create("test.glade");
}
L> g++ -o test `pkg-config libglademm-2.4 --cflags --libs` test.cpp
L> ./test
(process:16191): GLib-GObject-CRITICAL **: gtype.c:2240: initialization
assertion failed, use IA__g_type_init() prior to this function
zsh: segmentation fault ./test
L>
libglade and gtkmm works fine so I think the problem is with libglademm.
I'm ready to provide any required info and help.
Regards,
Dmitry
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Versions of packages libglademm-2.4-1c2a depends on:
ii libatk1.0-0 1.12.3-1 The ATK accessibility toolkit
ii libc6 2.3.6.ds1-5 GNU C Library: Shared libraries
ii libcairo2 1.2.4-1 The Cairo 2D vector graphics libra
ii libfontconfig1 2.4.1-2 generic font configuration library
ii libgcc1 1:4.1.1-15 GCC support library
ii libglade2-0 1:2.6.0-2 library to load .glade files at ru
ii libglib2.0-0 2.12.4-1 The GLib library of C routines
ii libglibmm-2.4-1c2a 2.12.0-1 C++ wrapper for the GLib toolkit (
ii libgtk2.0-0 2.8.20-2 The GTK+ graphical user interface
ii libgtkmm-2.4-1c2a 1:2.8.8-1 C++ wrappers for GTK+ 2.4 (shared
ii libpango1.0-0 1.14.7-1 Layout and rendering of internatio
ii libsigc++-2.0-0c2a 2.0.17-2 type-safe Signal Framework for C++
ii libstdc++6 4.1.1-15 The GNU Standard C++ Library v3
ii libx11-6 2:1.0.0-9 X11 client-side library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii libxi6 1:1.0.1-3 X11 Input extension library
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxml2 2.6.26.dfsg-4 GNOME XML library
ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library
ii libxrender1 1:0.9.1-3 X Rendering Extension client libra
libglademm-2.4-1c2a recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
The problem was that I did not initialize gtkmm before using glademm.
This bug should be closed.
So close.
Deng Xiyue, aka. manphiz
--- End Message ---