1.Symbian S60 3rd FP1 SDK说明:This panic is raised when an unhandled exception occurs. Exceptions have many causes, but the most common are access violations caused, for example, by dereferencing NULL. Among other possible causes are: general protection faults, executing an invalid instruction, alignment checks, etc.
多由未处理的异常引起,比如:访问冲突、空指针、一般性保护错误、执行非法创建、队列检查等等。
2.Kern-Exec 3 crashes are often caused due to stack corruption or stack Overflow, prefer the use of heap to the stack. Be aware that recursive functions can eat the stack at runtime — this will lead to a Kern-Exec 3 panic.
还经常由栈崩溃、栈溢出引起。对于这种情况,推荐使用堆而非栈。注意递归函数在运行时会造成栈溢出。
多由未处理的异常引起,比如:访问冲突、空指针、一般性保护错误、执行非法创建、队列检查等等。
2.Kern-Exec 3 crashes are often caused due to stack corruption or stack Overflow, prefer the use of heap to the stack. Be aware that recursive functions can eat the stack at runtime — this will lead to a Kern-Exec 3 panic.
还经常由栈崩溃、栈溢出引起。对于这种情况,推荐使用堆而非栈。注意递归函数在运行时会造成栈溢出。
Symbian S60 异常处理指南
本文档详细介绍了Symbian S60 3rd FP1 SDK中出现的一些常见异常情况及其原因,包括未处理的异常、访问冲突、空指针等问题,并针对Kern-Exec3崩溃提出了预防措施,如使用堆而非栈来避免栈溢出。
466

被折叠的 条评论
为什么被折叠?



