`
svyee
  • 浏览: 23028 次
  • 性别: Icon_minigender_1
  • 来自: 福建
最近访客 更多访客>>
社区版块
存档分类
最新评论

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-EXEC 3
     解引用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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics