[Live-devel] SIGSEGV in testOnDemandRTSPServer

wilton at ivision.ind.br wilton at ivision.ind.br
Wed Jul 28 15:18:05 PDT 2010


Hi Ross,

I got a Segmentation Fault in testOnDemandRTSPServer using the last
version.
(compiled in the Linux x86 environment)

I connected to server  using VLC 
(rtsp://192.168.0.2:8554/mpeg4ESVideoTest )  and it works fine. 
The segmentation fault happens when I close the connection from the VLC.

If you give me a start point I can try to find the problem. 
 
Regards, 

Wilton




Program received signal SIGSEGV, Segmentation fault.

SocketDescriptor::tcpReadHandler1 (this=0x6edf50, mask=0) at
RTPInterface.cpp:363

363	    if (fTCPReadingState != AWAITING_PACKET_DATA) {

(gdb) bt 

#0  SocketDescriptor::tcpReadHandler1 (this=0x6edf50, mask=0) at
RTPInterface.cpp:363

#1  0x0000000000420edb in SocketDescriptor::tcpReadHandler
(socketDescriptor=0x7ffff762fe40, mask=0) at RTPInterface.cpp:348

#2  0x000000000042c282 in BasicTaskScheduler::SingleStep (this=0x651010,
maxDelayTime=<value optimized out>) at BasicTaskScheduler.cpp:123

#3  0x000000000042d7a5 in BasicTaskScheduler0::doEventLoop (this=0x651010,
watchVariable=0x0) at BasicTaskScheduler0.cpp:76

#4  0x0000000000402c0a in main (argc=<value optimized out>, argv=<value
optimized out>) at testOnDemandRTSPServer.cpp:240



More information about the live-devel mailing list