On Wed, 29 Sep 2004, sun xiaobing wrote:
bash-2.05# dbx squid
Type 'help' for help.
reading symbolic information ...internal error: unexpected value 120 at line 5015 in file stabstring.c
internal error: 1283-228 expected char ',', found 's__LC_locale:,768,32;__meth_ptr:93,800,32;__data_ptr:93,832,32;;'
internal error: 1283-228 expected char ',', found
Your dbx does not understand how to debug applications compiled by the compiler you used to compile Squid.
I suspect you compiled Squid using gcc. In such case debug it using gdb.
Regards Henrik
