Le mercredi 13 février 2008 à 16:58 +0100, Kévin REDON a écrit : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > OS: > Ubuntu Gutsy 7.10 > > lib: > ptlib 19501 (--enable-plugins --enable-opal --prefix=/usr) > opal 19501 (--prefix=/usr) > ekiga 5964 (./autogen.sh --prefix=/usr --sysconfdir=/etc/) > > debug: even after killall -9 gconfd-2 (yannick had not problem running > it on gutsy) > gdb ekiga > GNU gdb 6.6-debian > Copyright (C) 2006 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 "i486-linux-gnu"... > Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". > (gdb) run > Starting program: /usr/bin/ekiga > [Thread debugging using libthread_db enabled] > [New Thread -1244002624 (LWP 28150)] > [New Thread -1257075824 (LWP 28200)] > [New Thread -1257342064 (LWP 28201)] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1244002624 (LWP 28150)] > 0xb73abfa4 in PContainer::PContainer () > from /usr/local/lib/libpt_linux_x86_r.so.2.1-beta3 > (gdb) thread apply all > Please specify a command following the thread ID list > (gdb) thread apply all bt > > Thread 3 (Thread -1257342064 (LWP 28201)): > #0 0xb67a06c8 in clone () from /lib/tls/i686/cmov/libc.so.6 > #1 0x003d0f00 in ?? () > #2 0x00000000 in ?? () > > Thread 2 (Thread -1257075824 (LWP 28200)): > #0 0xffffe410 in __kernel_vsyscall () > #1 0xb6a7b8fc in pthread_cond_timedwait@@GLIBC_2.3.2 () > from /lib/tls/i686/cmov/libpthread.so.0 > #2 0xb7385bb7 in PSyncPoint::Wait () > from /usr/local/lib/libpt_linux_x86_r.so.2.1-beta3 > #3 0xb6e4557a in OpalManager::GarbageMain () > from /usr/local/lib/libopal_linux_x86_r.so.3.1-beta3 > #4 0xb6e46635 in OpalManager::GarbageMain_PNotifier::Call () > from /usr/local/lib/libopal_linux_x86_r.so.3.1-beta3 > #5 0xb739d8b2 in PSimpleThread::Main () > from /usr/local/lib/libpt_linux_x86_r.so.2.1-beta3 > #6 0xb7386b02 in PThread::PX_ThreadStart () > from /usr/local/lib/libpt_linux_x86_r.so.2.1-beta3 > #7 0xb6a7746b in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 > #8 0xb67a06de in clone () from /lib/tls/i686/cmov/libc.so.6 > > - ---Type <return> to continue, or q <return> to quit---(gdb) run > Thread 1 (Thread -1244002624 (LWP 28150)): > #0 0xb73abfa4 in PContainer::PContainer () > from /usr/local/lib/libpt_linux_x86_r.so.2.1-beta3 > #1 0xb7342bab in PAbstractArray::PAbstractArray () > from /usr/local/lib/libpt_linux_x86_r.so.2.1-beta3 > #2 0xb7342be8 in PBaseArray<char>::PBaseArray () > from /usr/local/lib/libpt_linux_x86_r.so.2.1-beta3 > #3 0xb73b38f6 in PCharArray::PCharArray () > from /usr/local/lib/libpt_linux_x86_r.so.2.1-beta3 > #4 0xb73ac174 in PString::PString () > from /usr/local/lib/libpt_linux_x86_r.so.2.1-beta3 > #5 0x0810fb2e in OpalManager::GetDefaultSecurityMode (this=0x829a410) > at /usr/include/opal/opal/manager.h:1187 > #6 0xb6e4d151 in OpalEndPoint::OpalEndPoint () > from /usr/local/lib/libopal_linux_x86_r.so.3.1-beta3 > #7 0xb70a2d33 in H323EndPoint::H323EndPoint () > from /usr/local/lib/libopal_linux_x86_r.so.3.1-beta3 > #8 0x08114f47 in GMH323Endpoint (this=0x829b800, [EMAIL PROTECTED]) > at endpoints/h323.cpp:133 > #9 0x0810887d in GMManager (this=0x829a410, [EMAIL PROTECTED]) > at endpoints/manager.cpp:264 > #10 0x081250e5 in opal_init ([EMAIL PROTECTED]) at endpoints/opal-main.cpp:74 > #11 0x08135e06 in engine_init (argc=1, argv=0x0, runtime=0x828a388, > - ---Type <return> to continue, or q <return> to quit---Starting program: > /usr/bin/ekiga > [EMAIL PROTECTED]) at engine.cpp:115 > #12 0x081029bc in GnomeMeeting::InitEngine (this=0x820b5a0) > at endpoints/ekiga.cpp:552 > #13 0x080eb628 in main (argc=1, argv=0xbfb95384, envp=0x27e7e804) > at gui/main.cpp:4256
It is symptomatic of a compilation that went wrong : - opal compiled or run with wrong ptlib headers/libs - ekiga compiled or run with wrong opal/ptlib headers/libs -- _ Damien Sandras (o- //\ Ekiga Softphone : http://www.ekiga.org/ v_/_ NOVACOM : http://www.novacom.be/ FOSDEM : http://www.fosdem.org/ SIP Phone : sip:[EMAIL PROTECTED] _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
