Hi,
I have tried apples rtsp proxy and found the following bug in it - core
dump sig11. I saw a couple of posting regarding it, but no one seemed to
research in the problem...well here it is (see end of mail).
Does anyone know how to contact Apple formerly known as progressive
hardware suppliers ?
Or perhaps there is someone that can make a patch for me ?
Relevant data:
OS: RH 5.2 kernel 2.2.10 intel x86 family (586) - all software is RH
compiled, because it runs on a production server.
Kind regards
Nino
Output from gdb:
GNU gdb 4.17.0.4 with Linux/x86 hardware watchpoint and FPU support
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run
Starting program: /home/nino/rtsp_proxy/proxy_unix/rtsp_proxy.linux.i586
Program received signal SIGSEGV, Segmentation fault.
0x804c2c2 in strn_casecmp (str1=0xfffffffa <Address 0xfffffffa out of bounds>,
str2=0x804e3d4 "source=", l=7) at ../util.c:75
75 ret = to_lower(*str1) - to_lower(*str2);
(gdb)