Hey Philip,

* Philipp Kern <[EMAIL PROTECTED]> [2008-11-03 14:49-0500]:
> On Mon, Nov 03, 2008 at 04:22:07PM -0500, Micah Anderson wrote:
> > I start gobby, get the typical gobby window... I click Join to join a
> > session, put in my name and host and then click "Ok", and the window
> > vanishes and I see:
> > 
> > % gobby                                                           
> > Zeroconf initialisation failed. Probably you need to run avahi-daemon
> > bby. Zeroconf support is deactivated for this session. 
> > zsh: segmentation fault gobby 
> > %
> 
> could you do me a favour and install gobby-dbg, libobby-0.4-1-dbg
> and libnet6-1.3-0-dbg and provide me with a backtrace from gdb,
> please?

Certainly, thanks for providing those debug packages, makes this a lot
easier!

Here you go, provided the basic 'bt', and then a 'bt full' afterwards:


$ gdb gobby
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run
Starting program: /usr/bin/gobby 
[Thread debugging using libthread_db enabled]
[New Thread 0xb6a16700 (LWP 9384)]
Zeroconf initialisation failed. Probably you need to run avahi-daemon or
mDNSResponder, depending on the library you use, as root prior to
Gobby. Zeroconf support is deactivated for this session.
**
** gtkmm:ERROR:(treeiter.cc:149):bool Gtk::TreeIter::equal(const
Gtk::TreeIter&) const: assertion failed: (model_ == other.model_)

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb6a16700 (LWP 9384)]
0xb7f97424 in __kernel_vsyscall ()
(gdb) bt
#0  0xb7f97424 in __kernel_vsyscall ()
#1  0xb6f75640 in raise () from /lib/i686/cmov/libc.so.6
#2  0xb6f77018 in abort () from /lib/i686/cmov/libc.so.6
#3  0xb72cfce2 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
#4  0xb72d020d in g_assertion_message_expr () from
/usr/lib/libglib-2.0.so.0
#5  0xb7d2c43f in Gtk::TreeIter::equal () from
/usr/lib/libgtkmm-2.4.so.1
#6  0x080c1641 in Gobby::JoinDialog::get_address (this=0x886f0e8) at
/usr/include/gtkmm-2.4/gtkmm/treeiter.h:222
#7  0x0810f9f4 in Gobby::Window::session_join (this=0xbf8b2260,
initial_dialog=true) at src/window.cpp:1241
#8  0x0810fc19 in Gobby::Window::on_session_join (this=0xbf8b2260) at
src/window.cpp:443
#9  0xb7a0dfb2 in Glib::SignalProxyNormal::slot0_void_callback () from
/usr/lib/libglibmm-2.4.so.1
#10 0xb7346054 in g_cclosure_marshal_VOID__VOID () from
/usr/lib/libgobject-2.0.so.0
#11 0xb733890b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#12 0xb734c3a0 in ?? () from /usr/lib/libgobject-2.0.so.0
#13 0x08831e68 in ?? ()
#14 0x00000000 in ?? ()
(gdb) bt full
#0  0xb7f97424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6f75640 in raise () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb6f77018 in abort () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#3  0xb72cfce2 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#4  0xb72d020d in g_assertion_message_expr () from
/usr/lib/libglib-2.0.so.0
No symbol table info available.
#5  0xb7d2c43f in Gtk::TreeIter::equal () from
/usr/lib/libgtkmm-2.4.so.1
No symbol table info available.
#6  0x080c1641 in Gobby::JoinDialog::get_address (this=0x886f0e8) at
/usr/include/gtkmm-2.4/gtkmm/treeiter.h:222
        iter = {<Gtk::TreeIterBase> = {gobject_ = {stamp = 0, user_data
        = 0x0, user_data2 = 0x0, user_data3 = 0x0}}, model_ = 0x0, 
  is_end_ = false}
#7  0x0810f9f4 in Gobby::Window::session_join (this=0xbf8b2260,
initial_dialog=true) at src/window.cpp:1241
                     host = {static npos = 4294967295, string_ = {static
                     npos = 4294967295, 
    _M_dataplus = {<std::allocator<char>> =
    >> {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data
    >> fields>}, 
      _M_p = 0x872a21c "gobby.localhost"}}}
      color = {gobject_ = 0x31}
      port = 6522
      addr = <value optimized out>
      name = {static npos = 4294967295, string_ = {static npos =
      4294967295, 
    _M_dataplus = {<std::allocator<char>> =
    >> {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data
    >> fields>}, 
      _M_p = 0xbf8b0888 "\230\b\213¿\031ü\020\b`\"\213¿\001"}}}
      response = 1
#8  0x0810fc19 in Gobby::Window::on_session_join (this=0xbf8b2260) at
src/window.cpp:443
No locals.
#9  0xb7a0dfb2 in Glib::SignalProxyNormal::slot0_void_callback () from
/usr/lib/libglibmm-2.4.so.1
No symbol table info available.
#10 0xb7346054 in g_cclosure_marshal_VOID__VOID () from
/usr/lib/libgobject-2.0.so.0
No symbol table info available.
#11 0xb733890b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#12 0xb734c3a0 in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#13 0x08831e68 in ?? ()
No symbol table info available.
(gdb) 

Attachment: signature.asc
Description: Digital signature

Reply via email to