Hello, I'm getting a crash in dbus-c++ example code:
https://gitorious.org/dbus-cplusplus/mainline/trees/master/examples/glib 0x00a4f3d4 in Glib::ustring::~ustring() () from /usr/lib/libglibmm-2.4.so.1 (gdb) bt #0 0x00a4f3d4 in Glib::ustring::~ustring() () from /usr/lib/libglibmm-2.4.so.1 #1 0x0102e1bf in __run_exit_handlers (status=0, listp=0x1155324, run_list_atexit=true) at exit.c:78 #2 0x0102e22f in *__GI_exit (status=0) at exit.c:100 #3 0x01015bde in __libc_start_main (main=0x8054d07 <main>, argc=1, ubp_av=0xbfffed24, init=0x805f910 <__libc_csu_init>, fini=0x805f900 <__libc_csu_fini>, rtld_fini=0x11e030 <_dl_fini>, stack_end=0xbfffed1c) at libc-start.c:258 #4 0x08052df1 in _start () As I don't see a function from my app in the callstack I'm a little out of ideas. > pkg-config --modversion gtkmm-2.4 2.20.3 regards Andreas -- Technical Blog <http://andreasvolz.wordpress.com/> _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
