[Ekiga-devel-list] Incoming calls not detected [latest]





for the missing incoming call notification (auto answer doesnt work, too):

ekiga 2.0.3 caller:

09:54:55 Calling sip:schorpp tom1
09:57:55 Could not connect to remote host
09:58:28 Calling sip:schorpp 192 168 0 100
09:58:28 Remote user rejected the call
09:58:51 Calling sip:schorpp 192 168 0 100
10:00:18 Could not connect to remote host

ekiga trunk svn head:

10:43:46 Remote user has stopped calling

thats all.

schorpp tom2:~$ ping tom1
PING tom1.schorpp.dyndns.dk (192.168.0.100) 56(84) bytes of data.
64 bytes from tom1.schorpp.dyndns.dk (192.168.0.100): icmp_seq=1 ttl=63 time=0.645 ms
64 bytes from tom1.schorpp.dyndns.dk (192.168.0.100): icmp_seq=2 ttl=63 time=1.22 ms
64 bytes from tom1.schorpp.dyndns.dk (192.168.0.100): icmp_seq=3 ttl=63 time=0.692 ms

--- tom1.schorpp.dyndns.dk ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 0.645/0.852/1.221/0.263 ms
schorpp tom2:~$

network ok.

this is the (recoverable from) state on incoming call:

Program received signal SIGINT, Interrupt.
[Switching to Thread -1248110912 (LWP 25900)]
0xb7f4f410 in ?? ()
(gdb) thread apply all bt

Thread 18 (Thread -1271768144 (LWP 26257)):
#0  0xb7f4f410 in ?? ()
#1  0xb4325388 in ?? ()
#2  0x00000000 in ?? ()

Thread 17 (Thread -1269904464 (LWP 26256)):
#0  0xb7f4f410 in ?? ()
#1  0xb44ebc58 in ?? ()
#2  0x08650090 in ?? ()
#3  0x08650628 in ?? ()
#4  0xb6268f41 in select () from /lib/tls/i686/cmov/libc.so.6
#5  0xb728278d in PSocket::Select (read= 0xb44ebd14, write= 0xb44ebc94,
   except= 0xb44ebc88, timeout= 0xb44ebd20) at socket.cxx:613
#6  0xb72a897d in PSocket::Select (read= 0xb44ebd14, timeout= 0xb44ebd20)
   at ../common/sockets.cxx:1687
#7  0xb6809854 in OpalTransportUDP::Read (this=0x86735c8, buffer=0x8674898,
   length=65535) at /usr/local/src/opal/src/opal/transports.cxx:2018
#8  0xb728ca66 in PChannelStreamBuffer::underflow (this=0x8674048)
   at ../common/pchannel.cxx:210
#9  0xb72894c0 in PChannelStreamBuffer::seekoff (this=0x8674048, off=0,
   dir=std::_S_cur) at ../common/pchannel.cxx:254
#10 0xb639000a in std::basic_streambuf<char, std::char_traits<char> >::pubseekoff () from /usr/lib/libstdc++.so.6
#11 0xb6d2bfac in SIP_PDU::Read (this=0x8694f08, transport= 0x86735c8)
   at /usr/local/src/opal/src/sip/sippdu.cxx:1814
#12 0xb6d0525b in SIPEndPoint::HandlePDU (this=0x845a8b0, transport= 0x86735c8)
   at /usr/local/src/opal/src/sip/sipep.cxx:942
#13 0xb6cfec7a in SIPEndPoint::TransportThreadMain (this=0x845a8b0,
   param=140981704) at /usr/local/src/opal/src/sip/sipep.cxx:827
#14 0xb6d0ba91 in SIPEndPoint::TransportThreadMain_PNotifier::Call (
   this=0x8694ba0, note= 0x8694a68, extra=140981704)
---Type <return> to continue, or q <return> to quit---
   at /usr/local/src/opal/include/sip/sipep.h:1104
#15 0xb72b374a in PSimpleThread::Main (this=0x8694a68)
   at ../common/osutils.cxx:2297
#16 0xb72991d1 in PThread::PX_ThreadStart (arg=0x8694a68) at tlibthrd.cxx:1341
#17 0xb641d240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#18 0xb627029e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 16 (Thread -1271501904 (LWP 26021)):
#0  0xb7f4f410 in ?? ()
#1  0xb4365a78 in ?? ()
#2  0x085bf5b8 in ?? ()
#3  0x085bfcb0 in ?? ()
#4  0xb6268f41 in select () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7298be8 in PThread::PXBlockOnIO (this=0x85bb2c8, handle=63, type=0,
   timeout= 0x8595bbc) at tlibthrd.cxx:1432
#6  0xb72884dc in PChannel::PXSetIOBlock (this=0x8595b80,
   type=PChannel::PXReadBlock, timeout= 0x8595bbc) at channel.cxx:242
#7  0xb7281fba in PSocket::os_recvfrom (this=0x8595b80, buf=0x859aa20,
   len=65535, flags=0, addr=0xb4365ba8, addrlen=0xb4365c28) at socket.cxx:835
#8  0xb72a97a6 in PIPDatagramSocket::ReadFrom (this=0x8595b80, buf=0x859aa20,
   len=65535, addr= 0x8595c8c, port= 0x8595ca4) at ../common/sockets.cxx:2848
#9  0xb72a9852 in PUDPSocket::Read (this=0x8595b80, buf=0x859aa20, len=65535)
   at ../common/sockets.cxx:3192
#10 0xb728a0c9 in PIndirectChannel::Read (this=0x8595fc0, buf=0x859aa20,
   len=65535) at ../common/pchannel.cxx:825
#11 0xb6809b07 in OpalTransportUDP::Read (this=0x8595fc0, buffer=0x859aa20,
   length=65535) at /usr/local/src/opal/src/opal/transports.cxx:2041
#12 0xb728ca66 in PChannelStreamBuffer::underflow (this=0x8596568)
   at ../common/pchannel.cxx:210
#13 0xb72894c0 in PChannelStreamBuffer::seekoff (this=0x8596568, off=0,
   dir=std::_S_cur) at ../common/pchannel.cxx:254
#14 0xb639000a in std::basic_streambuf<char, std::char_traits<char> >::pubseekof---Type <return> to continue, or q <return> to quit---
f () from /usr/lib/libstdc++.so.6
#15 0xb6d2bfac in SIP_PDU::Read (this=0x849baf8, transport= 0x8595fc0)
   at /usr/local/src/opal/src/sip/sippdu.cxx:1814
#16 0xb6d0525b in SIPEndPoint::HandlePDU (this=0x845a8b0, transport= 0x8595fc0)
   at /usr/local/src/opal/src/sip/sipep.cxx:942
#17 0xb6cfec7a in SIPEndPoint::TransportThreadMain (this=0x845a8b0,
   param=140074944) at /usr/local/src/opal/src/sip/sipep.cxx:827
#18 0xb6d0ba91 in SIPEndPoint::TransportThreadMain_PNotifier::Call (
   this=0x8596ff0, note= 0x85bb2c8, extra=140074944)
   at /usr/local/src/opal/include/sip/sipep.h:1104
#19 0xb72b374a in PSimpleThread::Main (this=0x85bb2c8)
   at ../common/osutils.cxx:2297
#20 0xb72991d1 in PThread::PX_ThreadStart (arg=0x85bb2c8) at tlibthrd.cxx:1341
#21 0xb641d240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#22 0xb627029e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 15 (Thread -1271235664 (LWP 26020)):
#0  0xb7f4f410 in ?? ()
#1  0xb43a6a78 in ?? ()
#2  0x085bd0a8 in ?? ()
#3  0x08597900 in ?? ()
#4  0xb6268f41 in select () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7298be8 in PThread::PXBlockOnIO (this=0x856d110, handle=60, type=0,
   timeout= 0x85918f4) at tlibthrd.cxx:1432
#6  0xb72884dc in PChannel::PXSetIOBlock (this=0x85918b8,
   type=PChannel::PXReadBlock, timeout= 0x85918f4) at channel.cxx:242
#7  0xb7281fba in PSocket::os_recvfrom (this=0x85918b8, buf=0x8571638,
   len=65535, flags=0, addr=0xb43a6ba8, addrlen=0xb43a6c28) at socket.cxx:835
#8  0xb72a97a6 in PIPDatagramSocket::ReadFrom (this=0x85918b8, buf=0x8571638,
   len=65535, addr= 0x85919c4, port= 0x85919dc) at ../common/sockets.cxx:2848
#9  0xb72a9852 in PUDPSocket::Read (this=0x85918b8, buf=0x8571638, len=65535)
   at ../common/sockets.cxx:3192
---Type <return> to continue, or q <return> to quit---
#10 0xb728a0c9 in PIndirectChannel::Read (this=0x8571298, buf=0x8571638,
   len=65535) at ../common/pchannel.cxx:825
#11 0xb6809b07 in OpalTransportUDP::Read (this=0x8571298, buffer=0x8571638,
   length=65535) at /usr/local/src/opal/src/opal/transports.cxx:2041
#12 0xb728ca66 in PChannelStreamBuffer::underflow (this=0x8544930)
   at ../common/pchannel.cxx:210
#13 0xb72894c0 in PChannelStreamBuffer::seekoff (this=0x8544930, off=0,
   dir=std::_S_cur) at ../common/pchannel.cxx:254
#14 0xb639000a in std::basic_streambuf<char, std::char_traits<char> >::pubseekoff () from /usr/lib/libstdc++.so.6
#15 0xb6d2bfac in SIP_PDU::Read (this=0x8597228, transport= 0x8571298)
   at /usr/local/src/opal/src/sip/sippdu.cxx:1814
#16 0xb6d0525b in SIPEndPoint::HandlePDU (this=0x845a8b0, transport= 0x8571298)
   at /usr/local/src/opal/src/sip/sipep.cxx:942
#17 0xb6cfec7a in SIPEndPoint::TransportThreadMain (this=0x845a8b0,
   param=139924120) at /usr/local/src/opal/src/sip/sipep.cxx:827
#18 0xb6d0ba91 in SIPEndPoint::TransportThreadMain_PNotifier::Call (
   this=0x856e7e8, note= 0x856d110, extra=139924120)
   at /usr/local/src/opal/include/sip/sipep.h:1104
#19 0xb72b374a in PSimpleThread::Main (this=0x856d110)
   at ../common/osutils.cxx:2297
#20 0xb72991d1 in PThread::PX_ThreadStart (arg=0x856d110) at tlibthrd.cxx:1341
#21 0xb641d240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#22 0xb627029e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 14 (Thread -1270969424 (LWP 26019)):
#0  0xb7f4f410 in ?? ()
#1  0xb43e7a78 in ?? ()
#2  0x08544fa8 in ?? ()
#3  0x0856e150 in ?? ()
#4  0xb6268f41 in select () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7298be8 in PThread::PXBlockOnIO (this=0x856b238, handle=57, type=0,
---Type <return> to continue, or q <return> to quit---
   timeout= 0x8567d9c) at tlibthrd.cxx:1432
#6  0xb72884dc in PChannel::PXSetIOBlock (this=0x8567d60,
   type=PChannel::PXReadBlock, timeout= 0x8567d9c) at channel.cxx:242
#7  0xb7281fba in PSocket::os_recvfrom (this=0x8567d60, buf=0x8547cf0,
   len=65535, flags=0, addr=0xb43e7ba8, addrlen=0xb43e7c28) at socket.cxx:835
#8  0xb72a97a6 in PIPDatagramSocket::ReadFrom (this=0x8567d60, buf=0x8547cf0,
   len=65535, addr= 0x8567e6c, port= 0x8567e84) at ../common/sockets.cxx:2848
#9  0xb72a9852 in PUDPSocket::Read (this=0x8567d60, buf=0x8547cf0, len=65535)
   at ../common/sockets.cxx:3192
#10 0xb728a0c9 in PIndirectChannel::Read (this=0x8547490, buf=0x8547cf0,
   len=65535) at ../common/pchannel.cxx:825
#11 0xb6809b07 in OpalTransportUDP::Read (this=0x8547490, buffer=0x8547cf0,
   length=65535) at /usr/local/src/opal/src/opal/transports.cxx:2041
#12 0xb728ca66 in PChannelStreamBuffer::underflow (this=0x8545ff8)
   at ../common/pchannel.cxx:210
#13 0xb72894c0 in PChannelStreamBuffer::seekoff (this=0x8545ff8, off=0,
   dir=std::_S_cur) at ../common/pchannel.cxx:254
#14 0xb639000a in std::basic_streambuf<char, std::char_traits<char> >::pubseekoff () from /usr/lib/libstdc++.so.6
#15 0xb6d2bfac in SIP_PDU::Read (this=0x856dfa8, transport= 0x8547490)
   at /usr/local/src/opal/src/sip/sippdu.cxx:1814
#16 0xb6d0525b in SIPEndPoint::HandlePDU (this=0x845a8b0, transport= 0x8547490)
   at /usr/local/src/opal/src/sip/sipep.cxx:942
#17 0xb6cfec7a in SIPEndPoint::TransportThreadMain (this=0x845a8b0,
   param=139752592) at /usr/local/src/opal/src/sip/sipep.cxx:827
#18 0xb6d0ba91 in SIPEndPoint::TransportThreadMain_PNotifier::Call (
   this=0x8547b50, note= 0x856b238, extra=139752592)
   at /usr/local/src/opal/include/sip/sipep.h:1104
#19 0xb72b374a in PSimpleThread::Main (this=0x856b238)
   at ../common/osutils.cxx:2297
#20 0xb72991d1 in PThread::PX_ThreadStart (arg=0x856b238) at tlibthrd.cxx:1341
#21 0xb641d240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
---Type <return> to continue, or q <return> to quit---
#22 0xb627029e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 13 (Thread -1270703184 (LWP 26018)):
#0  0xb7f4f410 in ?? ()
#1  0xb4428a78 in ?? ()
#2  0x08545ee0 in ?? ()
#3  0x084f8748 in ?? ()
#4  0xb6268f41 in select () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7298be8 in PThread::PXBlockOnIO (this=0x85219e8, handle=54, type=0,
   timeout= 0x852008c) at tlibthrd.cxx:1432
#6  0xb72884dc in PChannel::PXSetIOBlock (this=0x8520050,
   type=PChannel::PXReadBlock, timeout= 0x852008c) at channel.cxx:242
#7  0xb7281fba in PSocket::os_recvfrom (this=0x8520050, buf=0x8523470,
   len=65535, flags=0, addr=0xb4428ba8, addrlen=0xb4428c28) at socket.cxx:835
#8  0xb72a97a6 in PIPDatagramSocket::ReadFrom (this=0x8520050, buf=0x8523470,
   len=65535, addr= 0x852015c, port= 0x8520174) at ../common/sockets.cxx:2848
#9  0xb72a9852 in PUDPSocket::Read (this=0x8520050, buf=0x8523470, len=65535)
   at ../common/sockets.cxx:3192
#10 0xb728a0c9 in PIndirectChannel::Read (this=0x851f8c8, buf=0x8523470,
   len=65535) at ../common/pchannel.cxx:825
#11 0xb6809b07 in OpalTransportUDP::Read (this=0x851f8c8, buffer=0x8523470,
   length=65535) at /usr/local/src/opal/src/opal/transports.cxx:2041
#12 0xb728ca66 in PChannelStreamBuffer::underflow (this=0x851f720)
   at ../common/pchannel.cxx:210
#13 0xb72894c0 in PChannelStreamBuffer::seekoff (this=0x851f720, off=0,
   dir=std::_S_cur) at ../common/pchannel.cxx:254
#14 0xb639000a in std::basic_streambuf<char, std::char_traits<char> >::pubseekoff () from /usr/lib/libstdc++.so.6
#15 0xb6d2bfac in SIP_PDU::Read (this=0x8543620, transport= 0x851f8c8)
   at /usr/local/src/opal/src/sip/sippdu.cxx:1814
#16 0xb6d0525b in SIPEndPoint::HandlePDU (this=0x845a8b0, transport= 0x851f8c8)
   at /usr/local/src/opal/src/sip/sipep.cxx:942
---Type <return> to continue, or q <return> to quit---
#17 0xb6cfec7a in SIPEndPoint::TransportThreadMain (this=0x845a8b0,
   param=139589832) at /usr/local/src/opal/src/sip/sipep.cxx:827
#18 0xb6d0ba91 in SIPEndPoint::TransportThreadMain_PNotifier::Call (
   this=0x851fe70, note= 0x85219e8, extra=139589832)
   at /usr/local/src/opal/include/sip/sipep.h:1104
#19 0xb72b374a in PSimpleThread::Main (this=0x85219e8)
   at ../common/osutils.cxx:2297
#20 0xb72991d1 in PThread::PX_ThreadStart (arg=0x85219e8) at tlibthrd.cxx:1341
#21 0xb641d240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#22 0xb627029e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 12 (Thread -1270436944 (LWP 26017)):
#0  0xb7f4f410 in ?? ()
#1  0xb4469a78 in ?? ()
#2  0x08522328 in ?? ()
#3  0x08522b70 in ?? ()
#4  0xb6268f41 in select () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7298be8 in PThread::PXBlockOnIO (this=0x851a338, handle=51, type=0,
   timeout= 0x84f4dcc) at tlibthrd.cxx:1432
#6  0xb72884dc in PChannel::PXSetIOBlock (this=0x84f4d90,
   type=PChannel::PXReadBlock, timeout= 0x84f4dcc) at channel.cxx:242
#7  0xb7281fba in PSocket::os_recvfrom (this=0x84f4d90, buf=0x84f8ed8,
   len=65535, flags=0, addr=0xb4469ba8, addrlen=0xb4469c28) at socket.cxx:835
#8  0xb72a97a6 in PIPDatagramSocket::ReadFrom (this=0x84f4d90, buf=0x84f8ed8,
   len=65535, addr= 0x84f4e9c, port= 0x84f4eb4) at ../common/sockets.cxx:2848
#9  0xb72a9852 in PUDPSocket::Read (this=0x84f4d90, buf=0x84f8ed8, len=65535)
   at ../common/sockets.cxx:3192
#10 0xb728a0c9 in PIndirectChannel::Read (this=0x84f4788, buf=0x84f8ed8,
   len=65535) at ../common/pchannel.cxx:825
#11 0xb6809b07 in OpalTransportUDP::Read (this=0x84f4788, buffer=0x84f8ed8,
   length=65535) at /usr/local/src/opal/src/opal/transports.cxx:2041
#12 0xb728ca66 in PChannelStreamBuffer::underflow (this=0x84f3b88)
---Type <return> to continue, or q <return> to quit---
   at ../common/pchannel.cxx:210
#13 0xb72894c0 in PChannelStreamBuffer::seekoff (this=0x84f3b88, off=0,
   dir=std::_S_cur) at ../common/pchannel.cxx:254
#14 0xb639000a in std::basic_streambuf<char, std::char_traits<char> >::pubseekoff () from /usr/lib/libstdc++.so.6
#15 0xb6d2bfac in SIP_PDU::Read (this=0x8521190, transport= 0x84f4788)
   at /usr/local/src/opal/src/sip/sippdu.cxx:1814
#16 0xb6d0525b in SIPEndPoint::HandlePDU (this=0x845a8b0, transport= 0x84f4788)
   at /usr/local/src/opal/src/sip/sipep.cxx:942
#17 0xb6cfec7a in SIPEndPoint::TransportThreadMain (this=0x845a8b0,
   param=139413384) at /usr/local/src/opal/src/sip/sipep.cxx:827
#18 0xb6d0ba91 in SIPEndPoint::TransportThreadMain_PNotifier::Call (
   this=0x84f8700, note= 0x851a338, extra=139413384)
   at /usr/local/src/opal/include/sip/sipep.h:1104
#19 0xb72b374a in PSimpleThread::Main (this=0x851a338)
   at ../common/osutils.cxx:2297
#20 0xb72991d1 in PThread::PX_ThreadStart (arg=0x851a338) at tlibthrd.cxx:1341
#21 0xb641d240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#22 0xb627029e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 11 (Thread -1270170704 (LWP 26016)):
#0  0xb7f4f410 in ?? ()
#1  0xb44aaa78 in ?? ()
#2  0x0851a480 in ?? ()
#3  0x084f4650 in ?? ()
#4  0xb6268f41 in select () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7298be8 in PThread::PXBlockOnIO (this=0x84d0478, handle=48, type=0,
   timeout= 0x84d0294) at tlibthrd.cxx:1432
#6  0xb72884dc in PChannel::PXSetIOBlock (this=0x84d0258,
   type=PChannel::PXReadBlock, timeout= 0x84d0294) at channel.cxx:242
#7  0xb7281fba in PSocket::os_recvfrom (this=0x84d0258, buf=0x84d1fb0,
   len=65535, flags=0, addr=0xb44aaba8, addrlen=0xb44aac28) at socket.cxx:835
---Type <return> to continue, or q <return> to quit---
#8  0xb72a97a6 in PIPDatagramSocket::ReadFrom (this=0x84d0258, buf=0x84d1fb0,
   len=65535, addr= 0x84d0364, port= 0x84d037c) at ../common/sockets.cxx:2848
#9  0xb72a9852 in PUDPSocket::Read (this=0x84d0258, buf=0x84d1fb0, len=65535)
   at ../common/sockets.cxx:3192
#10 0xb728a0c9 in PIndirectChannel::Read (this=0x849c8b0, buf=0x84d1fb0,
   len=65535) at ../common/pchannel.cxx:825
#11 0xb6809b07 in OpalTransportUDP::Read (this=0x849c8b0, buffer=0x84d1fb0,
   length=65535) at /usr/local/src/opal/src/opal/transports.cxx:2041
#12 0xb728ca66 in PChannelStreamBuffer::underflow (this=0x84c63c0)
   at ../common/pchannel.cxx:210
#13 0xb72894c0 in PChannelStreamBuffer::seekoff (this=0x84c63c0, off=0,
   dir=std::_S_cur) at ../common/pchannel.cxx:254
#14 0xb639000a in std::basic_streambuf<char, std::char_traits<char> >::pubseekoff () from /usr/lib/libstdc++.so.6
#15 0xb6d2bfac in SIP_PDU::Read (this=0x84f2c88, transport= 0x849c8b0)
   at /usr/local/src/opal/src/sip/sippdu.cxx:1814
#16 0xb6d0525b in SIPEndPoint::HandlePDU (this=0x845a8b0, transport= 0x849c8b0)
   at /usr/local/src/opal/src/sip/sipep.cxx:942
#17 0xb6cfec7a in SIPEndPoint::TransportThreadMain (this=0x845a8b0,
   param=139053232) at /usr/local/src/opal/src/sip/sipep.cxx:827
#18 0xb6d0ba91 in SIPEndPoint::TransportThreadMain_PNotifier::Call (
   this=0x84c66e0, note= 0x84d0478, extra=139053232)
   at /usr/local/src/opal/include/sip/sipep.h:1104
#19 0xb72b374a in PSimpleThread::Main (this=0x84d0478)
   at ../common/osutils.cxx:2297
#20 0xb72991d1 in PThread::PX_ThreadStart (arg=0x84d0478) at tlibthrd.cxx:1341
#21 0xb641d240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#22 0xb627029e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 8 (Thread -1269638224 (LWP 25958)):
#0  0xb7f4f410 in ?? ()
#1  0xb452d1b8 in ?? ()
---Type <return> to continue, or q <return> to quit---
#2  0x0851bf40 in ?? ()
#3  0x084669c8 in ?? ()
#4  0xb6268f41 in select () from /lib/tls/i686/cmov/libc.so.6
#5  0xb728278d in PSocket::Select (read= 0xb452d280, write= 0xb452d1f4,
   except= 0xb452d1e8, timeout= 0xb452d38c) at socket.cxx:613
#6  0xb72a897d in PSocket::Select (read= 0xb452d280, timeout= 0xb452d38c)
   at ../common/sockets.cxx:1687
#7  0xb680c8bd in OpalListenerUDP::Accept (this=0x8461838, timeout= 0xb452d38c)
   at /usr/local/src/opal/src/opal/transports.cxx:1312
#8  0xb680d4af in OpalListener::ListenForConnections (this=0x8461838,
   thread= 0x8462530) at /usr/local/src/opal/src/opal/transports.cxx:973
#9  0xb680e587 in OpalListener::ListenForConnections_PNotifier::Call (
   this=0x84624e8, note= 0x8462530, extra=0)
   at /usr/local/src/opal/include/opal/transports.h:432
#10 0xb72b374a in PSimpleThread::Main (this=0x8462530)
   at ../common/osutils.cxx:2297
#11 0xb72991d1 in PThread::PX_ThreadStart (arg=0x8462530) at tlibthrd.cxx:1341
#12 0xb641d240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#13 0xb627029e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 7 (Thread -1269371984 (LWP 25957)):
#0  0xb7f4f410 in ?? ()
#1  0xb456e128 in ?? ()
#2  0x08466350 in ?? ()
#3  0x08466090 in ?? ()
#4  0xb6268f41 in select () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7298be8 in PThread::PXBlockOnIO (this=0x8462940, handle=36, type=2,
   timeout= 0xb456e1a0) at tlibthrd.cxx:1432
#6  0xb72884dc in PChannel::PXSetIOBlock (this=0x8462620,
   type=PChannel::PXAcceptBlock, timeout= 0xb456e1a0) at channel.cxx:242
#7  0xb7282ad1 in PSocket::os_accept (this=0x8464808, listener= 0x8462620,
   addr=0xb456e1f0, size=0xb456e270) at socket.cxx:491
---Type <return> to continue, or q <return> to quit---
#8  0xb72a701b in PTCPSocket::Accept (this=0x8464808, socket= 0x8462620)
   at ../common/sockets.cxx:2785
#9  0xb680cee6 in OpalListenerTCP::Accept (this=0x84625e8, timeout= 0xb456e38c)
   at /usr/local/src/opal/src/opal/transports.cxx:1197
#10 0xb680d4af in OpalListener::ListenForConnections (this=0x84625e8,
   thread= 0x8462940) at /usr/local/src/opal/src/opal/transports.cxx:973
#11 0xb680e587 in OpalListener::ListenForConnections_PNotifier::Call (
   this=0x84628f8, note= 0x8462940, extra=0)
   at /usr/local/src/opal/include/opal/transports.h:432
#12 0xb72b374a in PSimpleThread::Main (this=0x8462940)
   at ../common/osutils.cxx:2297
#13 0xb72991d1 in PThread::PX_ThreadStart (arg=0x8462940) at tlibthrd.cxx:1341
#14 0xb641d240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#15 0xb627029e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 6 (Thread -1260606544 (LWP 25950)):
#0  0xb7f4f410 in ?? ()
#1  0xb4dca3a8 in ?? ()
#2  0xffffffff in ?? ()
#3  0x00000001 in ?? ()
#4  0x00000000 in ?? ()

Thread 4 (Thread -1251947600 (LWP 25943)):
#0  0xb7f4f410 in ?? ()
#1  0xb560c388 in ?? ()
#2  0xffffffff in ?? ()
#3  0x0000000b in ?? ()
#4  0xb749d7d9 in g_main_context_iterate (context=0x8336148, block=1,
   dispatch=1, self=0x8147a78) at gmain.c:2979
#5  0xb749db67 in IA__g_main_loop_run (loop=0x8334928) at gmain.c:2881
#6  0xb7541950 in link_set_io_thread () from /usr/lib/libORBit-2.so.0
#7  0xb74b82cf in g_thread_create_proxy (data=0x8147a78) at gthread.c:553
---Type <return> to continue, or q <return> to quit---
#8  0xb641d240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9  0xb627029e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 3 (Thread -1250382928 (LWP 25939)):
#0  0xb7f4f410 in ?? ()
#1  0xb578a3f8 in ?? ()
#2  0x00000000 in ?? ()

Thread 2 (Thread -1250116688 (LWP 25938)):
#0  0xb7f4f410 in ?? ()
#1  0xb57cb358 in ?? ()
#2  0x0000009f in ~PHTTPClient (this=0x8116040)
   at /usr/include/ptclib/http.h:367
#3  0x319b1ca8 in ?? ()
#4  0x08116040 in vtable for PTime ()
#5  0x45c0646b in ?? ()
#6  0x000cb2f9 in ?? () at /usr/include/ptclib/http.h:494
#7  0x00000000 in ?? ()

Thread 1 (Thread -1248110912 (LWP 25900)):
#0  0xb7f4f410 in ?? ()
#1  0xbfa3d598 in ?? ()
#2  0xffffffff in ?? ()
#3  0x00000004 in ?? ()
#4  0xb749d7d9 in g_main_context_iterate (context=0x8142398, block=1,
   dispatch=1, self=0x811b868) at gmain.c:2979
#5  0xb749db67 in IA__g_main_loop_run (loop=0x8492cb8) at gmain.c:2881
#6  0xb7bd8261 in IA__gtk_main () at gtkmain.c:991
#7  0x0808d30d in main (argc=138465152, argv=0x1, envp=Cannot access memory at address 0xc
) at gui/main.cpp:4963
(gdb)
y
tom


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