svyee 发表于 2013-1-28 19:27:38

System panic reference常见panic

1、E32USER-CBase 63
    只有Pop();delete;

2、E32USER-CBase 64
    只有Pop();

3、E32USER-CBase 71
    只有PushL();

4、E32USER-CBase 90
    只有PopAndDestroy();

5、Alloc:
    只有PushL(); Pop();

6、KERN-EXEC3
    解引用NULL指针,

7、USER 11
    字符串赋值时超过iMaxLength

8、USER 44
    非NULL指针重复删除

9、CONE 44
    Control being destroyed is still on the control stack,
    未调用RemoveFormStack();

10、WSERV 14
    Printing with no active font.
    一般是调用DrawText();时未设置字体

11、CONE 14
    Environment cannot find the specified resource in any resource file
    如StringLoader::LoadLC(R_HTTP_TX_SUCCESSFUL); 但R_HTTP_TX_SUCCESSFUL没在资源文件中定义

更详细的可以参见SDK文档:
2nd: Developer Library » API Reference » System panic reference
3nd: Symbian OS v9.2 » Symbian OS reference » System panic reference
页: [1]
查看完整版本: System panic reference常见panic