scunacc wrote:
I have built with debugging on, and can't do anything with the core dump:

dbx Type 'help' for help.
enter object file name (default is `a.out', ^D to exit): sqlite3
reading symbolic information ...
[using memory image in core]

Illegal instruction (reserved addressing fault) in . at 0x0 ($t1)
warning: Unable to access address 0x0 from core
0x00000000 warning: Unable to access address 0x0 from core

Can you run the sqlite3 under dbx?  You may have better luck
getting a backtrace that way instead of reading the core file
after the crash. eg. 'dbx -r sqlite3' or something similar.

Regards,
Kervin

Reply via email to