|
Sometimes,
when you are really too tired to code, you can see clicker stopping itself
and showing three columns of hex number: a stack dump!
Don't
trust it even if it says "Termination Successful": it just means you're back
to ms-dos and that you should be able to run analyzis tools.
One
of them - log.com - allow you to look at the system log.
Hereby
is a snapshot of that log after a very werdy crash in the BOCHS (never seen
something that weird on real hardware).
Log
usually stores warning messages. Sometimes, a thread crash and you'll have
a nice summary of its state (including fault report, backtrace, registers
content, etc.)
Here,
there have been so many of such problems (and curiously, without a valid
thread id !?) that you don't see anything else on the log.
|