> I tryed the new version, but the problem persists.
> 
> Well, this is not a problem because it only happens when I use 
> verbosityLevel(1 or 2).
> 
No, it is still a problem, because if (as it appears) there’s a bug in the 
code, it could be causing other problems.

> Just to give you a little more information, I could see that in 
> ProxyServerMediaSession.cpp line 416 the problem is with "psmss.codecName()" 
> ( return env << "ProxyServerMediaSubsession[\"" << psmss.codecName() << 
> "\"]"; ).
> 
> The debugger says tha the variable was not initialized and shows the value 
> 0xfeeefeee.
> 
What appears to have happened is that “operator<<“ is being called on a 
“ProxyServerMediaSubsession” object that has already been deleted.  That’s why 
I’d like to know about the *previous* call in the call stack - i.e., the place 
in the code where “operator<<“ is being called.  (It’ll be somewhere in 
“ProxyServerMediaSession.cpp”.)

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to