[GnomeMeeting-devel-list] GM 1.3 segfault



Hi All,

I have two accounts configured in GM 1.3. One is a sip provider and
the other is the H323 phone system we have at work. Normally I run GM
with the H323 one disabled and the SIP one enabled as I haven't
actually had time to play properly with the work phone system. Today I
decided to play so bought up the GM account preferences disabled the
SIP account, enabled the H323 account hit OK and wammo GM died. I
restarted it and it didn't reappear so ran it up through gdb and got
the following backtrace with the debuginfo packages installed for
peoples debugging goodness. Let me know if you need more info.

Cheers,
Pete
[peterr localhost ~]$ gdb gnomemeeting
GNU gdb Red Hat Linux (6.3.0.0-1.24rh)
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-redhat-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/gnomemeeting
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0x506000
[Thread debugging using libthread_db enabled]
[New Thread -1208154432 (LWP 7491)]
[New Thread 5536688 (LWP 7494)]
[New Thread 15944624 (LWP 7495)]
[New Thread 16247728 (LWP 7496)]
[New Thread 26737584 (LWP 7497)]
[New Thread 27003824 (LWP 7498)]
[New Thread 46693296 (LWP 7503)]
[New Thread 31742896 (LWP 7507)]
[New Thread 29604784 (LWP 7508)]
[New Thread 27270064 (LWP 7509)]
[New Thread 27536304 (LWP 7510)]
[New Thread 27802544 (LWP 7511)]
[Thread 46693296 (LWP 7503) exited]
[New Thread 46693296 (LWP 7512)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 27802544 (LWP 7511)]
0x00cdeb7a in main_arena () from /lib/libc.so.6
(gdb) thread apply all bt

Thread 13 (Thread 46693296 (LWP 7512)):
#0  0x00c829b8 in clone () from /lib/libc.so.6
#1  0x007d0f00 in ?? ()
#2  0x00000000 in ?? ()

Thread 12 (Thread 27802544 (LWP 7511)):
#0  0x00cdeb7a in main_arena () from /lib/libc.so.6
#1  0x05b969cf in OpalTransportUDP::WriteConnect (this=0x98f58c0, function=0x5fbf43e <WriteGRQ>, userData=0x1a83080)
    at /usr/src/debug/opal-2.1.2/src/opal/transports.cxx:2076
#2  0x05fc4292 in H323Gatekeeper::StartDiscovery (this=0x97d0340, initialAddress= 0x1a831f4)
    at /usr/src/debug/opal-2.1.2/src/h323/gkclient.cxx:763
#3  0x05fc4725 in H323Gatekeeper::DiscoverByAddress (this=0x97d0340, address= 0x98f5d14)
    at /usr/src/debug/opal-2.1.2/src/h323/gkclient.cxx:703
#4  0x05f5b090 in H323EndPoint::SetGatekeeper (this=0x98a7938, address= 0x98f5d14, transport=0x98f5d14)
    at /usr/src/debug/opal-2.1.2/src/h323/h323ep.cxx:1001
#5  0x05f5b516 in H323EndPoint::UseGatekeeper (this=0x98a7938, address= 0x1a83394, identifier= 0x1a83380,
    localAddress= 0x1a8336c) at /usr/src/debug/opal-2.1.2/src/h323/h323ep.cxx:990
#6  0x08083a9a in GMAccountsManager::H323Register (this=0x98906c8, a=0x9815230) at accounts.cpp:1805
#7  0x080841fa in GMAccountsManager::Main (this=0x98906c8) at accounts.cpp:1674
#8  0x0655ca20 in PThread::PX_ThreadStart (arg=0x98906c8) at tlibthrd.cxx:1308
#9  0x00617b80 in start_thread () from /lib/libpthread.so.0
#10 0x00c829ce in clone () from /lib/libc.so.6

Thread 11 (Thread 27536304 (LWP 7510)):
#0  0x00506402 in __kernel_vsyscall ()
#1  0x00c7b221 in ___newselect_nocancel () from /lib/libc.so.6
#2  0x03a4d45e in sw_salt_step () from /usr/lib/libhowl.so.0
#3  0x03a4d822 in sw_salt_run () from /usr/lib/libhowl.so.0
#4  0x03a49bb7 in sw_discovery_run () from /usr/lib/libhowl.so.0
#5  0x080cd7bd in GMZeroconfPublisher::Main (this=0x98aef00) at zeroconf_publisher.cpp:253
#6  0x0655ca20 in PThread::PX_ThreadStart (arg=0x98aef00) at tlibthrd.cxx:1308
#7  0x00617b80 in start_thread () from /lib/libpthread.so.0
#8  0x00c829ce in clone () from /lib/libc.so.6

Thread 10 (Thread 27270064 (LWP 7509)):
---Type <return> to continue, or q <return> to quit---
#0  0x00506402 in __kernel_vsyscall ()
#1  0x00c7b221 in ___newselect_nocancel () from /lib/libc.so.6
#2  0x065511a4 in PSocket::Select (read= 0xfffffdfe, write= 0xfffffdfe, except= 0xfffffdfe, timeout= 0x1a013c8)
    at socket.cxx:595
#3  0x065659d4 in PSocket::Select (read= 0x1a01334, timeout= 0x1a013c8) at ../common/sockets.cxx:1632
#4  0x05ba054a in OpalListenerUDP::Accept (this=0x98ae110, timeout= 0xfffffdfe)
    at /usr/src/debug/opal-2.1.2/src/opal/transports.cxx:1301
#5  0x05b9be76 in OpalListener::ListenForConnections (this=0x98ae110, thread= 0x98aea68)
    at /usr/src/debug/opal-2.1.2/src/opal/transports.cxx:963
#6  0x05ba0f80 in OpalListener::ListenForConnections_PNotifier::Call (this=0xfffffdfe, note= 0xfffffdfe, extra=-514)
    at /usr/src/debug/opal-2.1.2/include/opal/transports.h:405
#7  0x0656de3b in PSimpleThread::Main (this=0xfffffdfe) at ../common/osutils.cxx:2182
#8  0x0655ca20 in PThread::PX_ThreadStart (arg=0x98aea68) at tlibthrd.cxx:1308
#9  0x00617b80 in start_thread () from /lib/libpthread.so.0
#10 0x00c829ce in clone () from /lib/libc.so.6

Thread 9 (Thread 29604784 (LWP 7508)):
#0  0x00506402 in __kernel_vsyscall ()
#1  0x00c7b221 in ___newselect_nocancel () from /lib/libc.so.6
#2  0x0655e1d4 in PThread::PXBlockOnIO (this=0x98adba0, handle=Variable "handle" is not available.
) at tlibthrd.cxx:1394
#3  0x065540b0 in PChannel::PXSetIOBlock (this=Variable "this" is not available.
) at channel.cxx:242
#4  0x0654f29d in PSocket::os_accept (this=0x98aeb70, listener= 0x98addf0, addr=0x1c3b220, size=0x1c3b2a0) at socket.cxx:473
#5  0x06567254 in PTCPSocket::Accept (this=0x98aeb70, socket=Variable "socket" is not available.
) at ../common/sockets.cxx:2735
#6  0x05b9f02a in OpalListenerTCP::Accept (this=0x98addb8, timeout= 0xfffffdfe)
    at /usr/src/debug/opal-2.1.2/src/opal/transports.cxx:1187
#7  0x05b9be76 in OpalListener::ListenForConnections (this=0x98addb8, thread= 0x98adba0)
    at /usr/src/debug/opal-2.1.2/src/opal/transports.cxx:963
#8  0x05ba0f80 in OpalListener::ListenForConnections_PNotifier::Call (this=0xfffffdfe, note= 0xfffffdfe, extra=-514)
    at /usr/src/debug/opal-2.1.2/include/opal/transports.h:405
#9  0x0656de3b in PSimpleThread::Main (this=0xfffffdfe) at ../common/osutils.cxx:2182
#10 0x0655ca20 in PThread::PX_ThreadStart (arg=0x98adba0) at tlibthrd.cxx:1308
#11 0x00617b80 in start_thread () from /lib/libpthread.so.0
#12 0x00c829ce in clone () from /lib/libc.so.6

Thread 8 (Thread 31742896 (LWP 7507)):
#0  0x00506402 in __kernel_vsyscall ()
---Type <return> to continue, or q <return> to quit---
#1  0x00c44b86 in __nanosleep_nocancel () from /lib/libc.so.6
#2  0x00c7ba57 in usleep () from /lib/libc.so.6
#3  0x080c90ae in PVideoInputDevice_Picture::WaitFinishPreviousFrame (this=0x98b6848) at vfakeio.cpp:344
#4  0x080c90f2 in PVideoInputDevice_Picture::GetFrameData (this=0x98b6848, a=0xfffffdfc <Address 0xfffffdfc out of bounds>,
    i=0x1e45398) at vfakeio.cpp:196
#5  0x06489a69 in PVideoInputDevice::GetFrame (this=Variable "this" is not available.
) at ../common/videoio.cxx:1228
#6  0x080cb3e1 in GMVideoGrabber::Main (this=0xb7d3f008) at videograbber.cpp:119
#7  0x0655ca20 in PThread::PX_ThreadStart (arg=0xb7d3f008) at tlibthrd.cxx:1308
#8  0x00617b80 in start_thread () from /lib/libpthread.so.0
#9  0x00c829ce in clone () from /lib/libc.so.6

Thread 7 (Thread 46693296 (LWP 7503)):
#0  0x00c829b8 in clone () from /lib/libc.so.6
#1  0x007d0f00 in ?? ()
#2  0x00000000 in ?? ()

Thread 6 (Thread 27003824 (LWP 7498)):
#0  0x00506402 in __kernel_vsyscall ()
#1  0x00c78a5c in poll () from /lib/libc.so.6
#2  0x005ad328 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#3  0x005ad7c3 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#4  0x0732d3de in link_thread_io_context () from /usr/lib/libORBit-2.so.0
#5  0x005c5ffa in g_static_private_free () from /usr/lib/libglib-2.0.so.0
#6  0x00617b80 in start_thread () from /lib/libpthread.so.0
#7  0x00c829ce in clone () from /lib/libc.so.6

Thread 5 (Thread 26737584 (LWP 7497)):
#0  0x00506402 in __kernel_vsyscall ()
#1  0x00c78a5c in poll () from /lib/libc.so.6
#2  0x005ad328 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#3  0x005ad7c3 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#4  0x06d2342b in e_book_set_default_source () from /usr/lib/libebook-1.2.so.5
#5  0x005c5ffa in g_static_private_free () from /usr/lib/libglib-2.0.so.0
#6  0x00617b80 in start_thread () from /lib/libpthread.so.0
#7  0x00c829ce in clone () from /lib/libc.so.6

---Type <return> to continue, or q <return> to quit---
Thread 4 (Thread 16247728 (LWP 7496)):
#0  0x00506402 in __kernel_vsyscall ()
#1  0x00c7b221 in ___newselect_nocancel () from /lib/libc.so.6
#2  0x03a4d45e in sw_salt_step () from /usr/lib/libhowl.so.0
#3  0x03a4d822 in sw_salt_run () from /usr/lib/libhowl.so.0
#4  0x03a49bb7 in sw_discovery_run () from /usr/lib/libhowl.so.0
#5  0x080ddc92 in GMZeroconfBrowser::Main (this=0x8146a40) at gm_contacts-zeroconf.cpp:537
#6  0x0655ca20 in PThread::PX_ThreadStart (arg=0x8146a40) at tlibthrd.cxx:1308
#7  0x00617b80 in start_thread () from /lib/libpthread.so.0
#8  0x00c829ce in clone () from /lib/libc.so.6

Thread 3 (Thread 15944624 (LWP 7495)):
#0  0x00506402 in __kernel_vsyscall ()
#1  0x00c7b221 in ___newselect_nocancel () from /lib/libc.so.6
#2  0x0655e1d4 in PThread::PXBlockOnIO (this=0x969bce0, handle=Variable "handle" is not available.
) at tlibthrd.cxx:1394
#3  0x065540b0 in PChannel::PXSetIOBlock (this=Variable "this" is not available.
) at channel.cxx:242
#4  0x0654f217 in PSocket::os_connect (this=Variable "this" is not available.
) at socket.cxx:455
#5  0x06569519 in PIPSocket::Connect (this=Variable "this" is not available.
) at ../common/sockets.cxx:1976
#6  0x06568d29 in PIPSocket::Connect (this=0x9894ed8, host= 0xf33890) at ../common/sockets.cxx:1909
#7  0x06549dcb in PInternetProtocol::Connect (this=0xf33c94, address= 0xf33890, port=Variable "port" is not available.
) at ../../ptclib/inetprot.cxx:377
#8  0x06511776 in PHTTPClient::AssureConnect (this=0xf33c94, url=Variable "url" is not available.
) at ../../ptclib/httpclnt.cxx:636
#9  0x065119cc in PHTTPClient::ExecuteCommand (this=0xf33c94, cmdName= 0x96874d0, url= 0xf33a18, outMIME= 0xf33bfc,
    dataBody= 0xf33bd4, replyMime= 0xf33c30, persist=1) at ../../ptclib/httpclnt.cxx:333
#10 0x06511aee in PHTTPClient::ExecuteCommand (this=0xf33c94, cmd=PHTTP::GET, url= 0xf33a18, outMIME= 0xf33bfc,
    dataBody= 0xf33bd4, replyMime= 0xf33c30, persist=1) at ../../ptclib/httpclnt.cxx:312
#11 0x06511d06 in PHTTPClient::GetDocument (this=0xf33c94, _url= 0xf341e0, _outMIME= 0xf33c3c, replyMIME= 0xf33c30,
    persist=1) at ../../ptclib/httpclnt.cxx:531
#12 0x06511f1d in PHTTPClient::GetTextDocument (this=0xf33c94, url= 0xf341e0, document= 0xf342d8, persist=1)
    at ../../ptclib/httpclnt.cxx:512
#13 0x0809bf3c in GMEndPoint::OnGatewayIPTimeout (this=0x969ca90) at endpoint.cpp:2109
#14 0x0656cf75 in PTimer::OnTimeout (this=Variable "this" is not available.
) at ../common/osutils.cxx:1291
#15 0x0656d085 in PTimer::Process (this=0x969d11c, delta= 0xf3438c, minTimeLeft= 0xf343f4) at ../common/osutils.cxx:1333
#16 0x0656d1ed in PTimerList::Process (this=0x8145614) at ../common/osutils.cxx:1378
#17 0x0655e2d1 in PHouseKeepingThread::Main (this=0x969bce0) at tlibthrd.cxx:599
#18 0x0655ca20 in PThread::PX_ThreadStart (arg=0x969bce0) at tlibthrd.cxx:1308
#19 0x00617b80 in start_thread () from /lib/libpthread.so.0
---Type <return> to continue, or q <return> to quit---
#20 0x00c829ce in clone () from /lib/libc.so.6

Thread 2 (Thread 5536688 (LWP 7494)):
#0  0x00506402 in __kernel_vsyscall ()
#1  0x00619a1c in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x0655d1b6 in PSyncPoint::Wait (this=0x969d00c, waitTime= 0x5473c8) at tlibthrd.cxx:1842
#3  0x05b58fa9 in OpalManager::GarbageMain (this=0x969ca90) at /usr/src/debug/opal-2.1.2/src/opal/manager.cxx:1142
#4  0x05b615b3 in OpalManager::GarbageMain_PNotifier::Call (this=0xfffffffc, note= 0xfffffffc, extra=-4)
    at /usr/src/debug/opal-2.1.2/include/opal/manager.h:1137
#5  0x0656de3b in PSimpleThread::Main (this=0xfffffffc) at ../common/osutils.cxx:2182
#6  0x0655ca20 in PThread::PX_ThreadStart (arg=0x969a7a8) at tlibthrd.cxx:1308
#7  0x00617b80 in start_thread () from /lib/libpthread.so.0
#8  0x00c829ce in clone () from /lib/libc.so.6

Thread 1 (Thread -1208154432 (LWP 7491)):
#0  0x00506402 in __kernel_vsyscall ()
#1  0x00c78a5c in poll () from /lib/libc.so.6
#2  0x005ad328 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#3  0x005ad7c3 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#4  0x009b1a46 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x080b102c in main (argc=1, argv=0xbfbf5264, envp=0xfffffffc) at main_window.cpp:4391
(gdb)


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