On 2/13/21 3:55 PM, Jonathan Gray wrote:
The 'KASSERT(sc->sc_ecbusy == 0)' in acpiec_gpehandler() fails.
Can you try disable acpivideo instead of radeondrm?
#gdb
(gdb)file bsd.0
(gdb)target kvm bsd.0.core
#0 0xffffffff811c0730 in dumpsys ()
(gdb)where
#0 0xffffffff811c0730 in dumpsys ()
#1 0xffffffff811c0120 in boot ()
#2 0xffffffff81b530ab in reboot ()
#3 0xffffffff8148dcf5 in panic ()
#4 0xffffffff8148ddcb in __assert ()
#5 0xffffffff8148d99f in acpiec_gpehandler ()
#6 0xffffffff81b9c688 in acpi_thread ()
#7 0xffffffff816f942c in proc_trampoline ()
#8 0x0000000000000000 in ?? ()
I'm not yet sure if this is very useful this is the only thing that
seems useful
that I've produced following a crash man page, I'll see what comes out of
other example usage of these files and append it later assuming no
suggestions
can be added by this information.
I'm trying to understand something but I've never done anything like this.
I've rewrote this by hand and made a picture in case, but for now I'll just
continue following manual to attempt to produce useful information