<table cellspacing='0' cellpadding='0' border='0' background='none' style='font-family:arial;font-size:10pt;color:rgb(51, 51, 51);background-color:rgb(255, 255, 255);width:100%;'><tr><td valign='top' style='font: inherit;'>Hi,<br>i'm "stressing" my application playing and stopping streams continously. After a lot of these actions i've got this segfault:<br><br>Program received signal SIGSEGV, Segmentation fault.<br>[Switching to Thread -1224886592 (LWP 2385)]<br>0x080bde2d in DelayQueue::removeEntry (this=0x81b6274, entry=0xacd0fb60)<br> at DelayQueue.cpp:152<br>152 entry->fPrev->fNext = entry->fNext;<br><br>should the sanity check, at the beginning of the function, be patched in the following way?<br><span class="keywordflow"><span style="font-family: monospace;"><br></span>- if</span> (entry == <a class="code"
href="http://www.live555.com/liveMedia/doxygen/html/UsageEnvironment_8hh.html#070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a> || entry-><a class="code" href="http://www.live555.com/liveMedia/doxygen/html/classDelayQueueEntry.html#3a2ccdcdcac760623833136b5ced2410">fNext</a> == <a class="code" href="http://www.live555.com/liveMedia/doxygen/html/UsageEnvironment_8hh.html#070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a>) <span class="keywordflow">return</span>;<br><br>+<span class="keywordflow"> if</span> (entry == <a class="code" href="http://www.live555.com/liveMedia/doxygen/html/UsageEnvironment_8hh.html#070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a> || entry-><a class="code" href="http://www.live555.com/liveMedia/doxygen/html/classDelayQueueEntry.html#3a2ccdcdcac760623833136b5ced2410">fNext</a> == <a class="code" href="http://www.live555.com/liveMedia/doxygen/html/UsageEnvironment_8hh.html#070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a> || entry-><a class="code"
href="http://www.live555.com/liveMedia/doxygen/html/classDelayQueueEntry.html#3a2ccdcdcac760623833136b5ced2410">fPrev </a>== <a class="code" href="http://www.live555.com/liveMedia/doxygen/html/UsageEnvironment_8hh.html#070d2ce7b6bb7e5c05602aa8c308d0c4">NULL</a>) <span class="keywordflow">return</span>;<br><br><br>Paolo Prete<br><br></td></tr></table><br>
<hr size=1><font face="Arial" size="2">Scopri il <a href="http://us.rd.yahoo.com/mail/it/taglines/yahoo/ymail/SIG=11djrg460/**http%3A%2F%2Fwww.ymailblogit.com%2Fblog%2F"> Blog di Yahoo! Mail</a>: trucchi, novità , consigli... e la tua opinione!</font>