On Oct 07, 2010 at 03:17, Alex Balashov abalashov@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?
make cfg mode=debug FLAVOUR=.... make all
Andrei