Re: [Ekiga-devel-list] Ekiga call does not reach established state



El día Saturday, May 17, 2008 a las 03:13:46PM +0200, Matthias Apitz escribió:

> Hi Matthias,
> 
> I could make also Opal and nearly Ekiga, linking in Ekiga ends with some
> unresolved symbols in Opal (see nohup.out attachment); as well I'm
> attaching a small fix for Ekiga and Opal; see attachments; thx
> 
> 	Emilio

Hi Matthias,

I was willing to figure out why there are unresolved symbols in libopal
and I recompiled it; magically already this solved the problem, so I
don't know why they have been missing;

it took me also some time to realize that my patch for
ptlib/plugins/vidinput_v4l does not made it to SVN, I'm attaching it
again; someone with write acces the this should fill it in, please;

I removed the old user-config with the tool ekiga-config-tool and
started ekiga; it made me running though the config assistant and then
it crashes with:

$ ekiga
Assertion failed: (client), function avahi_entry_group_new, file
entrygroup.c, line 110.
Abort trap: 6 (core dumped)

I'm attaching the backtrace output of gdb; let me know if I could
provide more information;

	Emilio

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <matthias apitz oclc org> - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet and in e-mail?
*** vidinput_v4l.cxx.orig	2008-05-05 14:43:41.000000000 +0200
--- vidinput_v4l.cxx	2008-05-17 17:30:19.000000000 +0200
***************
*** 323,328 ****
--- 323,338 ----
          struct stat s;
          if (lstat(devname, &s) == 0) {
   
+ #if defined(P_FREEBSD)
+          // device numbers are irrelevant here, so we match on names instead.
+           if (filename.GetLength() <= 5 || filename.Left(5) != "video")
+                continue;
+          int num = atoi(filename.Mid(6));
+          if (num < 0 || num > 63)
+                continue;
+           vid.SetAt(num, devname);
+ #else
+ 
            static const int deviceNumbers[] = { 81 };
            for (PINDEX i = 0; i < PARRAYSIZE(deviceNumbers); i++) {
              if (MAJOR(s.st_rdev) == deviceNumbers[i]) {
***************
*** 332,337 ****
--- 342,348 ----
                }
              }
            }
+ #endif
          }
        }
      }
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...
Core was generated by `ekiga'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/local/lib/libgconf-2.so.4...done.
Loaded symbols for /usr/local/lib/libgconf-2.so.4
Reading symbols from /usr/local/lib/libORBit-2.so.0...done.
Loaded symbols for /usr/local/lib/libORBit-2.so.0
Reading symbols from /usr/local/lib/libavahi-client.so.3...done.
Loaded symbols for /usr/local/lib/libavahi-client.so.3
Reading symbols from /usr/local/lib/libdbus-1.so.3...done.
Loaded symbols for /usr/local/lib/libdbus-1.so.3
Reading symbols from /usr/local/lib/libavahi-glib.so.1...done.
Loaded symbols for /usr/local/lib/libavahi-glib.so.1
Reading symbols from /usr/local/lib/libavahi-common.so.3...done.
Loaded symbols for /usr/local/lib/libavahi-common.so.3
Reading symbols from /lib/libssp.so.0...done.
Loaded symbols for /lib/libssp.so.0
Reading symbols from /usr/local/lib/libgtk-x11-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libgtk-x11-2.0.so.0
Reading symbols from /usr/local/lib/libgdk-x11-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libgdk-x11-2.0.so.0
Reading symbols from /usr/local/lib/libatk-1.0.so.0...done.
Loaded symbols for /usr/local/lib/libatk-1.0.so.0
Reading symbols from /usr/local/lib/libgdk_pixbuf-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libgdk_pixbuf-2.0.so.0
Reading symbols from /usr/local/lib/libpangocairo-1.0.so.0...done.
Loaded symbols for /usr/local/lib/libpangocairo-1.0.so.0
Reading symbols from /usr/local/lib/libXinerama.so.1...done.
Loaded symbols for /usr/local/lib/libXinerama.so.1
Reading symbols from /usr/local/lib/libXi.so.6...done.
Loaded symbols for /usr/local/lib/libXi.so.6
Reading symbols from /usr/local/lib/libXrandr.so.2...done.
Loaded symbols for /usr/local/lib/libXrandr.so.2
Reading symbols from /usr/local/lib/libXcursor.so.1...done.
Loaded symbols for /usr/local/lib/libXcursor.so.1
Reading symbols from /usr/local/lib/libXcomposite.so.1...done.
Loaded symbols for /usr/local/lib/libXcomposite.so.1
Reading symbols from /usr/local/lib/libXext.so.6...done.
Loaded symbols for /usr/local/lib/libXext.so.6
Reading symbols from /usr/local/lib/libXdamage.so.1...done.
Loaded symbols for /usr/local/lib/libXdamage.so.1
Reading symbols from /usr/local/lib/libcairo.so.2...done.
Loaded symbols for /usr/local/lib/libcairo.so.2
Reading symbols from /usr/local/lib/libpng.so.5...done.
Loaded symbols for /usr/local/lib/libpng.so.5
Reading symbols from /usr/local/lib/libXrender.so.1...done.
Loaded symbols for /usr/local/lib/libXrender.so.1
Reading symbols from /usr/local/lib/libpangoft2-1.0.so.0...done.
Loaded symbols for /usr/local/lib/libpangoft2-1.0.so.0
Reading symbols from /usr/local/lib/libfontconfig.so.1...done.
Loaded symbols for /usr/local/lib/libfontconfig.so.1
Reading symbols from /usr/local/lib/libexpat.so.6...done.
Loaded symbols for /usr/local/lib/libexpat.so.6
Reading symbols from /usr/local/lib/libfreetype.so.9...done.
Loaded symbols for /usr/local/lib/libfreetype.so.9
Reading symbols from /usr/local/lib/libpango-1.0.so.0...done.
Loaded symbols for /usr/local/lib/libpango-1.0.so.0
Reading symbols from /usr/local/lib/libXfixes.so.3...done.
Loaded symbols for /usr/local/lib/libXfixes.so.3
Reading symbols from /usr/local/lib/libX11.so.6...done.
Loaded symbols for /usr/local/lib/libX11.so.6
Reading symbols from /usr/local/lib/libXau.so.6...done.
Loaded symbols for /usr/local/lib/libXau.so.6
Reading symbols from /usr/local/lib/libXdmcp.so.6...done.
Loaded symbols for /usr/local/lib/libXdmcp.so.6
Reading symbols from /usr/lib/librpcsvc.so.4...done.
Loaded symbols for /usr/lib/librpcsvc.so.4
Reading symbols from /usr/local/lib/libgmodule-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libgmodule-2.0.so.0
Reading symbols from /usr/local/lib/libgobject-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libgobject-2.0.so.0
Reading symbols from /usr/local/lib/libgthread-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libgthread-2.0.so.0
Reading symbols from /usr/local/lib/libglib-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libglib-2.0.so.0
Reading symbols from /usr/local/lib/libintl.so.8...done.
Loaded symbols for /usr/local/lib/libintl.so.8
Reading symbols from /usr/local/lib/libpcre.so.0...done.
Loaded symbols for /usr/local/lib/libpcre.so.0
Reading symbols from /lib/libthr.so.3...done.
Loaded symbols for /lib/libthr.so.3
Reading symbols from /usr/local/lib/libopal_FreeBSD_x86_r.so.3.3-beta0...done.
Loaded symbols for /usr/local/lib/libopal_FreeBSD_x86_r.so.3.3-beta0
Reading symbols from /usr/local/lib/libpt_FreeBSD_x86_r.so.2.3-beta0...done.
Loaded symbols for /usr/local/lib/libpt_FreeBSD_x86_r.so.2.3-beta0
Reading symbols from /usr/local/lib/libsigc-2.0.so.0...done.
Loaded symbols for /usr/local/lib/libsigc-2.0.so.0
Reading symbols from /usr/local/lib/libxml2.so.5...done.
Loaded symbols for /usr/local/lib/libxml2.so.5
Reading symbols from /lib/libz.so.4...done.
Loaded symbols for /lib/libz.so.4
Reading symbols from /usr/local/lib/libiconv.so.3...done.
Loaded symbols for /usr/local/lib/libiconv.so.3
Reading symbols from /usr/lib/libstdc++.so.6...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/libm.so.5...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /lib/libc.so.7...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /usr/lib/libssl.so.5...done.
Loaded symbols for /usr/lib/libssl.so.5
Reading symbols from /lib/libcrypto.so.5...done.
Loaded symbols for /lib/libcrypto.so.5
Reading symbols from /usr/local/lib/ptlib/devices/sound/oss_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/devices/sound/oss_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/devices/videoinput/v4l_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/devices/videoinput/v4l_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/audio/gsm0610_audio_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/audio/gsm0610_audio_pwplugin.so
Reading symbols from /usr/local/lib/libgsm.so.1...done.
Loaded symbols for /usr/local/lib/libgsm.so.1
Reading symbols from /usr/local/lib/ptlib/codecs/audio/speex_audio_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/audio/speex_audio_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/audio/ilbc_audio_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/audio/ilbc_audio_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/audio/lpc10_audio_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/audio/lpc10_audio_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/audio/g726_audio_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/audio/g726_audio_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/audio/ima_adpcm_audio_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/audio/ima_adpcm_audio_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/audio/gsmamrcodec_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/audio/gsmamrcodec_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/video/h261-vic_video_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/video/h261-vic_video_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/video/h263-ffmpeg_video_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/video/h263-ffmpeg_video_pwplugin.so
Reading symbols from /usr/local/lib/libavcodec.so...done.
Loaded symbols for /usr/local/lib/libavcodec.so
Reading symbols from /usr/local/lib/liba52.so.0...done.
Loaded symbols for /usr/local/lib/liba52.so.0
Reading symbols from /usr/local/lib/libavutil.so.1...done.
Loaded symbols for /usr/local/lib/libavutil.so.1
Reading symbols from /usr/local/lib/libfaad.so.0...done.
Loaded symbols for /usr/local/lib/libfaad.so.0
Reading symbols from /usr/local/lib/libogg.so.5...done.
Loaded symbols for /usr/local/lib/libogg.so.5
Reading symbols from /usr/local/lib/libtheora.so.0...done.
Loaded symbols for /usr/local/lib/libtheora.so.0
Reading symbols from /usr/local/lib/libvorbis.so.4...done.
Loaded symbols for /usr/local/lib/libvorbis.so.4
Reading symbols from /usr/local/lib/libvorbisenc.so.2...done.
Loaded symbols for /usr/local/lib/libvorbisenc.so.2
Reading symbols from /usr/local/lib/libx264.so.50...done.
Loaded symbols for /usr/local/lib/libx264.so.50
Reading symbols from /usr/local/lib/libxvidcore.so.4...done.
Loaded symbols for /usr/local/lib/libxvidcore.so.4
Reading symbols from /usr/local/lib/libgpac.so.1...done.
Loaded symbols for /usr/local/lib/libgpac.so.1
Reading symbols from /usr/local/lib/ptlib/codecs/video/h263-1998_video_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/video/h263-1998_video_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/video/mpeg4-ffmpeg_video_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/video/mpeg4-ffmpeg_video_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/video/theora_video_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/video/theora_video_pwplugin.so
Reading symbols from /usr/local/lib/ptlib/codecs/video/h264_video_pwplugin.so...done.
Loaded symbols for /usr/local/lib/ptlib/codecs/video/h264_video_pwplugin.so
Reading symbols from /usr/local/lib/pango/1.6.0/modules/pango-basic-fc.so...done.
Loaded symbols for /usr/local/lib/pango/1.6.0/modules/pango-basic-fc.so
Reading symbols from /usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so...done.
Loaded symbols for /usr/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x299025cb in thr_kill () from /lib/libc.so.7
[New Thread 0x2bd44b00 (LWP 100209)]
[New Thread 0x2bd44a00 (LWP 100208)]
[New Thread 0x29c04000 (LWP 100211)]
[New Thread 0x29c03000 (LWP 100210)]
[New Thread 0x29c02700 (LWP 100207)]
[New Thread 0x29c02f00 (LWP 100193)]
[New Thread 0x29c02e00 (LWP 100192)]
[New Thread 0x29c02d00 (LWP 100178)]
[New Thread 0x29c02c00 (LWP 100191)]
[New Thread 0x29c01100 (LWP 100174)]
(gdb) bt
#0  0x299025cb in thr_kill () from /lib/libc.so.7
#1  0x28c1a386 in pthread_kill () from /lib/libthr.so.3
#2  0x28c18123 in raise () from /lib/libthr.so.3
#3  0x2998fb8a in abort () from /lib/libc.so.7
#4  0x29978096 in __assert () from /lib/libc.so.7
#5  0x2837dde3 in avahi_entry_group_new () from /usr/local/lib/libavahi-client.so.3
#6  0x0821addb in Avahi::PresencePublisher::publish (this=0x29cb7980, details= 0x29c8a35c)
    at ../../../../lib/engine/components/avahi-publisher//avahi-publisher.cpp:191
#7  0x081c82a9 in Ekiga::PresencePublisher::on_registration_event (this=0x29cb7980, state=Ekiga::CallCore::Registered, 
    details= 0x29c8a35c) at ../../../../lib/engine/presence/skel/presence-core.cpp:71
#8  0x081cfe25 in sigc::bound_mem_functor5<void, Ekiga::PresencePublisher, Ekiga::CallManager&, std::string, Ekiga::CallCore::RegistrationState, std::string, Ekiga::PersonalDetails&>::operator() (this=0x29c8a350, _A_a1= 0x29ca5bc4, 
    _A_a2= 0xbfbfe30c, _A_a3= 0xbfbfe2d8, _A_a4= 0xbfbfe308, _A_a5= 0x29c8a35c) at mem_fun.h:2127
#9  0x081cfec3 in sigc::adaptor_functor<sigc::bound_mem_functor5<void, Ekiga::PresencePublisher, Ekiga::CallManager&, std::string, Ekiga::CallCore::RegistrationState, std::string, Ekiga::PersonalDetails&> >::operator()<Ekiga::CallManager&, std::string const&, Ekiga::CallCore::RegistrationState const&, std::string const&, Ekiga::PersonalDetails&> (
    this=0x29c8a34c, _A_arg1= 0x29ca5bc4, _A_arg2= 0xbfbfe30c, _A_arg3= 0xbfbfe2d8, _A_arg4= 0xbfbfe308, 
    _A_arg5= 0x29c8a35c) at adaptor_trait.h:166
#10 0x081cff1e in sigc::bind_functor<-1, sigc::bound_mem_functor5<void, Ekiga::PresencePublisher, Ekiga::CallManager&, std::string, Ekiga::CallCore::RegistrationState, std::string, Ekiga::PersonalDetails&>, Ekiga::PersonalDetails, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()<Ekiga::CallManager&, std::string const&, Ekiga::CallCore::RegistrationState const&, std::string const&> (this=0x29c8a348, _A_arg1= 0x29ca5bc4, _A_arg2= 0xbfbfe30c, 
    _A_arg3= 0xbfbfe2d8, _A_arg4= 0xbfbfe308) at bind.h:1191
#11 0x081cff72 in sigc::internal::slot_call4<sigc::bind_functor<-1, sigc::bound_mem_functor5<void, Ekiga::PresencePublisher, Ekiga::CallManager&, std::string, Ekiga::CallCore::RegistrationState, std::string, Ekiga::PersonalDetails&>, Ekiga::PersonalDetails, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, void, Ekiga::CallManager&, std::string, Ekiga::CallCore::RegistrationState, std::string>::call_it (rep=0x29c8a330, a_1= 0x29ca5bc4, a_2= 0xbfbfe30c, 
    a_3= 0xbfbfe2d8, a_4= 0xbfbfe308) at slot.h:251
#12 0x081ddd0d in sigc::internal::signal_emit4<void, Ekiga::CallManager&, std::string, Ekiga::CallCore::RegistrationState, std::string, sigc::nil>::emit (impl=0x29c77450, _A_a1= 0x29ca5bc4, _A_a2= 0xbfbfe30c, _A_a3= 0xbfbfe2d8, 
    _A_a4= 0xbfbfe308) at signal.h:1136
#13 0x081dddec in sigc::signal4<void, Ekiga::CallManager&, std::string, Ekiga::CallCore::RegistrationState, std::string, sigc::nil>::emit (this=0x29c730ec, _A_a1= 0x29ca5bc4, _A_a2= 0xbfbfe30c, _A_a3= 0xbfbfe2d8, _A_a4= 0xbfbfe308)
    at signal.h:2154
#14 0x081d9c5f in Ekiga::CallCore::on_registration_event (this=0x29c73060, account= 0xbfbfe30c, 
    state=Ekiga::CallCore::Registered, info= 0xbfbfe308, manager=0x29ca5bc4)
    at ../../../../lib/engine/protocol/skel/call-core.cpp:230
#15 0x081e07d6 in sigc::bound_mem_functor4<void, Ekiga::CallCore, std::string, Ekiga::CallCore::RegistrationState, std::string, Ekiga::CallManager*>::operator() (this=0x29c82f00, _A_a1= 0x2bd4b3f0, _A_a2= 0x2bd4b3f4, _A_a3= 0x2bd4b3f8, 
    _A_a4= 0x29c82f0c) at mem_fun.h:2055
#16 0x081e086c in sigc::adaptor_functor<sigc::bound_mem_functor4<void, Ekiga::CallCore, std::string, Ekiga::CallCore::RegistrationState, std::string, Ekiga::CallManager*> >::operator()<std::string const&, Ekiga::CallCore::RegistrationState const&, std::string const&, Ekiga::CallManager*&> (this=0x29c82efc, _A_arg1= 0x2bd4b3f0, _A_arg2= 0x2bd4b3f4, 
    _A_arg3= 0x2bd4b3f8, _A_arg4= 0x29c82f0c) at adaptor_trait.h:144
#17 0x081e08c7 in sigc::bind_functor<-1, sigc::bound_mem_functor4<void, Ekiga::CallCore, std::string, Ekiga::CallCore::RegistrationState, std::string, Ekiga::CallManager*>, Ekiga::CallManager*, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()<std::string const&, Ekiga::CallCore::RegistrationState const&, std::string const&> (
    this=0x29c82ef8, _A_arg1= 0x2bd4b3f0, _A_arg2= 0x2bd4b3f4, _A_arg3= 0x2bd4b3f8) at bind.h:1167
#18 0x081e090b in sigc::internal::slot_call3<sigc::bind_functor<-1, sigc::bound_mem_functor4<void, Ekiga::CallCore, std::string, Ekiga::CallCore::RegistrationState, std::string, Ekiga::CallManager*>, Ekiga::CallManager*, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, void, std::string, Ekiga::CallCore::RegistrationState, std::string>::call_it (rep=0x29c82ee0, a_1= 0x2bd4b3f0, a_2= 0x2bd4b3f4, a_3= 0x2bd4b3f8) at slot.h:211
#19 0x081afd67 in sigc::internal::signal_emit3<void, std::string, Ekiga::CallCore::RegistrationState, std::string, sigc::nil>::emit (impl=0x29cba880, _A_a1= 0x2bd4b3f0, _A_a2= 0x2bd4b3f4, _A_a3= 0x2bd4b3f8) at signal.h:982
#20 0x081aed98 in sigc::bind_functor<-1, sigc::bound_const_mem_functor3<void, sigc::signal3<void, std::string, Ekiga::CallCore::RegistrationState, std::string, sigc::nil>, std::string const&, Ekiga::CallCore::RegistrationState const&, std::string const&>, std::string, Ekiga::CallCore::RegistrationState, std::string, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator() (this=0x2bd4b3d8) at bind.h:1511
#21 0x081e42a2 in sigc::slot0<void>::operator() (this=0x2bd4a580) at slot.h:440
#22 0x081e3db3 in run_later_or_back_in_main_helper (data=0x2bd4a580)
    at ../../../lib/engine/framework/runtime-glib.cpp:58
#23 0x081e4175 in dispatch (source=0x29c7c540) at ../../../lib/engine/framework/runtime-glib.cpp:100
#24 0x28b6f886 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0
#25 0x28b72c02 in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0
#26 0x28b72fe7 in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0
#27 0x2851c964 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0
#28 0x08190bf7 in main (argc=1818325103, argv=0x6d6f632d, envp=) at gui/main.cpp:4508
(gdb) q


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]