When connecting to the url rtsp://somewhere (to test if
connection was being run through the proxy, I didn't
have a valid url to test with), the rtsp proxy segfaults
on abortion of the connection from the client application.
Output from GDB is below.
Starting program: /usr/bin/rtspproxy -d
[New Thread 1024 (LWP 8080)]
Listening on port 554
CRtspProxyApp::OnConnection: new client
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 8080)]
0x08053da8 in CRtspProtocol::SendResponse ()
(gdb) bt
#0 0x08053da8 in CRtspProtocol::SendResponse ()
#1 0x0804a6bd in CClientCnx::sendResponse ()
#2 0x0804a7b2 in CClientCnx::sendResponse ()
#3 0x0804f3c1 in
CRtspProxyCnx::OnServerConnectionError ()
#4 0x0804bb65 in
CServerCnx::SendClientConnectionError ()
#5 0x0804b7f7 in CServerCnx::GetHostDone ()
#6 0x08057631 in CResolver::OnReadReady ()
#7 0x0805af90 in CEventThread::Run ()
#8 0x0805bca6 in CApp::Run ()
#9 0x0804ff6f in main ()
#10 0x40050657 in __libc_start_main (main=0x804fd74
<main>, argc=2,
ubp_av=0xbfffe324, init=0x8049d88 <_init>,
fini=0x80682b0 <_fini>,
rtld_fini=0x4000dcd4 <_dl_fini>,
stack_end=0xbfffe31c)
at ../sysdeps/generic/libc-start.c:129
Logged In: NO
What input causes this error?