On Oct 07, 2010 at 03:17, Alex Balashov <abalashov(a)evaristesys.com> wrote:
Attached:
- core.gz - compressed core file, just in case it is useful.
- pcap.txt - capture of the REGISTER requests.
- bt.txt - the GDB backtrace.
I compiled with -DEXTRA_DEBUG but a lot of strings have still been
optimised out. What is the appropriate make target to compile with
maximum debug info, disable all optimisations, etc?
From the backtrace, it looks to me as though it is trying to parse a
digest header with nonce even though it is not in the request,
although I may be mistaken.
For me it looks like it's trying to use an unparsed from header.
Did you set the 4 flag in auth_checks_register? (that would explain it)
Andrei