2016-02-26 02:34 AM
Hi
Could anyone tell me, how to check the cause of crash ?..2016-02-27 07:33 AM
Give as more information. becose this isn't a simply problem.
2016-02-27 07:50 AM
Could anyone tell me, how to check the cause of crash ?..
Use a debugger, understand how it got to that point. Where it might be stuck, and why. Review the state of the processor, memory, stack, etc. Understand your code flow. Output diagnostic information to help you understand flow and decisions.