Re: [Live-devel] Facing SEG FAULT in live555

2015-10-12 Thread Ross Finlayson
Thanks for the report. I have now released a new version - 2015.10.12 - of the “LIVE555 Streaming Media” software that should fix this problem. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.li

Re: [Live-devel] Facing SEG FAULT in live555

2015-10-12 Thread Hardik Sangani
Hi Ross, As per your suggestion i have compiled proxyserver in debugging mode, as per the backtrace SEGFAULT is occurring at following line * rtpGroupsock = createGroupsock(dummyAddr, serverRTPPort);* following are the logs and backtrace from the gdb, parseRTSPRequestString() succeeded,

Re: [Live-devel] Facing SEG FAULT in live555

2015-10-11 Thread Ross Finlayson
Unfortunately you’re going to have to be a *lot* more specific about where the segfault is occurring, and why. To improve the detail of gdb’s stack traces, I suggest compiling your code with “-g” (instead of “-O”). And, as always, I assume that you’re using the latest version of the “LIVE555 S