8月14日

来源:互联网 发布:我的世界掉落优化mod 编辑:程序博客网 时间:2024/05/06 07:20

今天出现了Data Abort和Prefetch abort,对应格式如下:

Exception type: Thread=%x Proc=%x ‘%s‘ AKY=%x PC=%x(%s+%x) RA=%x(%s+%x) BVA=%x FSR=%x


1.Thread = PTHREAD address

2.Proc = PPROCESS address ‘Process name’

3.AKY = Access key

4.PC = Program counter (Module name + Offset)

5.RA = Return address (Module name + Offset)

6.FSR = Fault status register


AKY:

Process slot bitmask corresponding to the processes the excepting thread has access to. For example, the above exception is 0x00000005, which corresponds to:

Nk.exe 0x00000001

Shell32.exe 0x00000004

原创粉丝点击