When my OS hangs, the callstack window out put this text:
(call stack unavailable while child is running)
So I know nothing about the context before the program thread went wrong.
My question, is it possible to log the function-calling sequence?
Since it is OK to show current callstack, I think maybe it is feasible
to log the calling sequence, so I can see what happened before the error
occured.
Thanks a lot!