Re: [Live-devel] problem processing RTSP TEARDOWN

2014-01-17 Thread Ross Finlayson
> The problem report by valgrind occurs processing TEARDOWN because : > - RTSPServer:1016 clientSession->handleCmd_withinSession(this, > cmdName, urlPreSuffix, urlSuffix, (char const*)fRequestBuffer); > => delete the RTSPClientSession the is pointed by clientSession. > - RTSPServer:1

Re: [Live-devel] problem processing RTSP TEARDOWN

2014-01-17 Thread PROMONET Michel
.@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] De la part de Ross Finlayson Envoyé : vendredi 17 janvier 2014 15:51 À : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] problem processing RTSP TEARDOWN "valgrind" frequently reports 'false positives'

Re: [Live-devel] problem processing RTSP TEARDOWN

2014-01-17 Thread Ross Finlayson
"valgrind" frequently reports 'false positives' - i.e., 'errors' that aren't really errors. Therefore, I don't pay attention to "valgrind" reports, unless they're accompanied by a report of a real problem (such as a crash), or an identification of a specific bug in the code. In other words, a

[Live-devel] problem processing RTSP TEARDOWN

2014-01-17 Thread PROMONET Michel
Hi Ross, Recently appears a case of use of memory that is no more allocated. It is possible to reproduce this using live555MediaServer and openRTSP -d 5 The valgrind lokks like : ==9860== Invalid read of size 1 ==9860==at 0x4AD5B5: RTSPServer::RTSPClientConnection::handleReque