本文介绍了WINCE6.0 k.coredll.dll异常'数据中止'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


Hi,


当我使用WINCE6.0 R3设备时出现k.coredll.dll数据中止,日志如下:

k.coredll.dll data abort occurs when I using WINCE6.0 R3 device, the log as follow:



以下是coredll.map文件

the following is coredll.map file



任何人都可以给出一些提示或建议吗?


非常感谢

推荐答案

据说,通常当数据中止在coredll.dll中时,这是因为某些事情传递不好参数变为coredll函数。 由于这是k.coredll.dll,它可能是你的驱动程序之一。

With that said, usually when the data abort is in coredll.dll, it is because something passes bad parameters into a coredll function.  Since this is k.coredll.dll it is probably one of your drivers.


这篇关于WINCE6.0 k.coredll.dll异常'数据中止'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 19:28