当前位置: 代码迷 >> WinCE >> wince data abort有关问题求思路
  详细解决方案

wince data abort有关问题求思路

热度:38   发布时间:2016-04-28 12:54:24.0
wince data abort问题求思路
双击目录,然后就出现如下情况了
Data Abort: Thread=83cfe400 Proc=821267c0 'explorer.exe'
AKY=00000011 PC=03fb8cd8(coredll.dll+0x00048cd8) RA=03e81f04(commctrl.dll+0x00041f04) BVA=0a11ffff FSR=00000003
Prefetch Abort: Thread=83cfe400 Proc=821266d0 'gwes.exe'
AKY=00000019 PC=00000000(???+0x00000000) RA=00000000(???+0x00000000) BVA=00000000 FSR=00000005
Data Abort: Thread=83c70bd8 Proc=821266d0 'gwes.exe'
Data Abort: Thread=83cc3a9c Proc=821266d0 'gwes.exe'
AKY=00000009 PC=80012300(???+0x80012300) RA=8000001e(???+0x8000001e) BVA=2000001f FSR=00000003
Data Abort: Thread=83c696d8 Proc=821266d0 'gwes.exe'
Prefetch Abort: Thread=83bf7664 Proc=821266d0 'gwes.exe'
AKY=00000009 PC=83fbf354(???+0x83fbf354) RA=83fbf2cc(???+0x83fbf2cc) BVA=08005f7f FSR=00000003
AKY=00000019 PC=80012300(???+0x80012300) RA=8000001e(???+0x8000001e) BVA=2000001f FSR=00000003
Prefetch Abort: Thread=83c70400 Proc=821266d0 'gwes.exe'
AKY=00000009 PC=000001a8(???+0x000001a8) RA=000001aa(???+0x000001aa) BVA=000001a8 FSR=00000005
Prefetch Abort: Thread=83c70400 Proc=821266d0 'gwes.exe'
AKY=00000009 PC=00000001(???+0x00000001) RA=00000001(???+0x00000001) BVA=00000001 FSR=00000005
Exception 'Prefetch Abort' Thread=83c70400 AKY=00000009 PC=00016244 BVA=00000001
 R0=0000001c R1=03f7e804 R2=000b8b44 R3=000b8b44
 R4=83c6cee4 R5=8043bcd0 R6=00000000 R7=ffffc894
 R8=7c013dd0 R9=00000000 R10=00000002 R11=00000001
R12=00016180 SP=000161bc Lr=7c013dd0 Psr=2000003f
Prefetch Abort: Thread=83cfe400 Proc=821266d0 'gwes.exe'
AKY=00000019 PC=00000000(???+0x00000000) RA=00000000(???+0x00000000) BVA=00000000 FSR=00000005
Exception 'Prefetch Abort' Thread=83cfe400 AKY=00000019 PC=00000000 BVA=00000000
 R0=00000000 R1=00000047 R2=7c013470 R3=0a100000
 R4=0a100000 R5=00000000 R6=83cfe400 R7=0a100000
 R8=00000014 R9=82128260 R10=0a11ff00 R11=0a11ff00
R12=00000000 SP=0a11e964 Lr=00000000 Psr=2000001f
AKY=00000019 PC=00000000(???+0x00000000) RA=00000000(???+0x00000000) BVA=00000000 FSR=00000003
Undefined Instruction: Thread=83bf7664 Proc=821266d0 'gwes.exe'
AKY=00000019 PC=0a0efbf4(gwes.exe+0x000dfbf4) RA=0a0efbf4(gwes.exe+0x000dfbf4) BVA=080dfec0 FSR=00000005
Prefetch Abort: Thread=83c70bd8 Proc=821266d0 'gwes.exe'
AKY=00000009 PC=00000001(???+0x00000001) RA=00000001(???+0x00000001) BVA=00000001 FSR=00000005
Exception 'Prefetch Abort' Thread=83c70bd8 AKY=00000009 PC=83c6948c BVA=00000001
 R0=0812fda4 R1=00000004 R2=00000047 R3=7c010880
 R4=7c010880 R5=00000002 R6=00000000 R7=03f7e804
 R8=000161bc R9=7c010880 R10=00020da0 R11=00000001
R12=8045e370 SP=00000001 Lr=00000000 Psr=2000003f


是内存问题还是NAND问题还是什么问题。。。。

求大家一个思路,我一点想法都没有了。

------解决方案--------------------
看我的文章:http://blog.csdn.net/singlerace/archive/2008/07/15/2655154.aspx
------解决方案--------------------
有可能是缺少组件
------解决方案--------------------
gwes.exe跟UI有关
------解决方案--------------------
探讨
引用:
看我的文章:http://blog.csdn.net/singlerace/archive/2008/07/15/2655154.aspx


阅读了,感觉很神奇,请问,你上面提到的工具:Remote Process Explorer, 在哪里能下载啊?
谢谢

------解决方案--------------------
探讨
看我的文章:http://blog.csdn.net/singlerace/archive/2008/07/15/2655154.aspx

------解决方案--------------------
PC=03fb8cd8(coredll.dll+0x00048cd8)
从这个地方就可以找出异常的函数,

应该是你驱动调用了coredll.dll的函数,传递了非法参数导致。
  相关解决方案