Re: [Live-devel] Crash in AdvancedHashTable::keyMatches

2012-06-18 Thread Ross Finlayson
> I got rid of the "AdvancedHashTable" class and recompiled the live555 > libraries. It seems that the same crash still occurs, but only in > "BasicHashTable::keyMatches". Again, it crashes because "key2" is NULL. Any > suggestions as to why "key2" will be NULL? Sorry, I can't explain this.

Re: [Live-devel] Crash in AdvancedHashTable::keyMatches

2012-06-18 Thread Ross Finlayson
> I built a small application based on your testRTSPClient for multiple streams > (http://www.live555.com/liveMedia/doxygen/html/testRTSPClient_8cpp-source.html). > I am however experiencing a problem that my application crashes in > AdvacnedHashTable::keyMatches because key2 is NULL. Sorry, b

[Live-devel] Crash in AdvancedHashTable::keyMatches

2012-06-17 Thread Marlon Reid
Hi Ross, I built a small application based on your testRTSPClient for multiple streams (http://www.live555.com/liveMedia/doxygen/html/testRTSPClient_8cpp-sourc e.html). I am however experiencing a problem that my application crashes in AdvacnedHashTable::keyMatches because key2 is NULL. This ha