Re: [Live-devel] segfault RtspClient

2017-05-30 Thread Ross Finlayson
Thanks for reporting this. This is strange. The problem appears to be occurring in the “SocketDescriptor” destructor; it is apparently finding - within its “fSubChannelHashTable” - a pointer to a “RTPInterface” object that had already been deleted. But what I can’t (yet) understand is how thi

Re: [Live-devel] segfault RtspClient

2017-05-30 Thread Gerald Hansink
Hi Ross, we still have the same error (below), I highly recommend Asan, it has proven to be very valuable locating bugs that are otherwise impossible to detect. I remember from my last debugging session that all we do is a call to Medium::close(ourMediaSession). Tomorrow I will likely have time to