Skip to content

Instantly share code, notes, and snippets.

@jannau
Created April 25, 2023 07:21
Show Gist options
  • Save jannau/526d76696ab10f0ac2308151fc68d975 to your computer and use it in GitHub Desktop.
Save jannau/526d76696ab10f0ac2308151fc68d975 to your computer and use it in GitHub Desktop.
pmgr-misc die1 errors t6002
TTY> HV: stage 1 translation failed at VA 0x228e20c000
[cpu17] Guest exception: EXCEPTION_LOWER/SYNC
== Exception taken from EL1h ==
SPSR = 0x1400005 (N=0, Z=0, C=0, V=0, TCO=0, DIT=1, UAO=0, PAN=1, SS=0, IL=0, SSBS=0, BTYPE=0, D=0, A=0, I=0, F=0, M=0x5(EL1h))
ELR = 0xffff8000088d65f8 (0x1001dad65f8)
SP_EL1 = 0xffff8000099f38a0 (0x10015a838a0)
ESR = 0x92000018 (ISS2=0x0, EC=0x24(DABORT_LOWER), IL=1, ISS=0x18)
FAR = 0x228e20c000
x0-x3 = ffff80000b8a8000 0000000000000000 ffff80000928dda3 ffff000018194e00
x4-x7 = ffff80000927533e 0000000000000008 0000000000000048 0000000000000000
x8-x11 = 0000000000000001 0000000000000000 9b9edff0a348f300 9b9edff0a348f300
x12-x15 = ffff8000099f4000 ffff8000099f0000 ffff80000900c5f0 ffff80000b8b0000
x16-x19 = fffffeffefba0000 00000000d0e81424 000000000000000c ffff00002783c800
x20-x23 = ffff000018194d80 ffff000018194d80 0000000000000000 ffff80000990a000
x24-x27 = ffff0000261f6e20 0000000000000000 0000000000000000 0000000000000000
x28-x30 = 0000000000000000 ffff8000099f38d0 ffff8000088d65ec
== Code context ==
ffff8000088d65e8: 940347cc bl ffff8000089a8518 <__end__+0xc1f08>
ffff8000088d65ec: b4000320 cbz x0, ffff8000088d6650 <_start+0x68>
ffff8000088d65f0: 52800028 mov w8, #0x1 // #1
ffff8000088d65f4: aa1403f5 mov x21, x20
*ffff8000088d65f8: b9400009 ldr w9, [x0]
ffff8000088d65fc: b0005122 adrp x2, ffff8000092fb000 <__end__+0xa149f0>
ffff8000088d6600: 91337442 add x2, x2, #0xcdd
ffff8000088d6604: 12000d29 and w9, w9, #0xf
ffff8000088d6608: b8014ea8 str w8, [x21, #20]!
== Data abort decoding ==
No instruction syndrome available
== L2C Registers ==
L2C_ERR_STS: 0x11000ffc00000080
L2C_ERR_ADR: 0x230000228e20c000
L2C_ERR_INF: 0x2
Entering hypervisor shell
>>> bt
Stack trace:
- 0xffff8000088d65f8 (apple_pmgr_misc_probe+0x88)
- 0xffff8000089a9f00 (platform_probe+0xb0)
- 0xffff8000089a65a4 (really_probe+0x174)
- 0xffff8000089a5444 (__driver_probe_device+0x11c)
- 0xffff8000089a623c (driver_probe_device+0x44)
- 0xffff8000089a55f4 (__driver_attach+0xf4)
- 0xffff8000089a1d20 (bus_for_each_dev+0x120)
- 0xffff8000089a54e4 (driver_attach+0x2c)
- 0xffff8000089a25c8 (bus_add_driver+0x160)
- 0xffff8000089a74e0 (driver_register+0x70)
- 0xffff8000089a968c (__platform_driver_register+0x2c)
- 0xffff80000944b5bc (apple_pmgr_misc_driver_init+0x24)
- 0xffff800008015324 (do_one_initcall+0xbc)
- 0xffff800009411d94 (do_initcall_level+0xa4)
- 0xffff800009411ca4 (do_initcalls+0x5c)
- 0xffff800009411c28 (do_basic_setup+0x58)
- 0xffff800009411a50 (kernel_init_freeable+0xd8)
- 0xffff800008e64b18 (kernel_init+0x28)
- 0xffff800008016f5c (ret_from_fork+0xc)
>>> skip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment