| Summary: | 13.0-RELEASE crashes at boot on Haswell | ||
|---|---|---|---|
| Product: | Base System | Reporter: | unitrunker <unitrunker> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed DUPLICATE | ||
| Severity: | Affects Only Me | CC: | grahamperrin, markj, unitrunker, yzhong |
| Priority: | --- | Keywords: | crash, needs-qa, regression |
| Version: | 13.0-RELEASE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
unitrunker
2021-07-20 04:15:21 UTC
panic: vm_fault_lookup: fault on nofault entry, addr: 0xffffffe090b035000 cpuid = 3 time = 1 KDB: stack backtrace: #0 0xffffffff80c57515 at kdb_backtrace+0x65 #1 0xffffffff80c09ef1 at vpanic+0x181 #2 0xffffffff80c09d63 at panic+0x43 #3 0xffffffff80f289db at vm_fault+0x144b #4 0xffffffff80f274b1 at vm_fault_trap+0xb1 #5 0xffffffff8108b3b8 at trap_pfault+0x1f8 #6 0xffffffff8108a86d at trap+0x27d #7 0xffffffff810619a8 at calltrap+0x8 #8 0xffffffff80c421c1 at boot_run_interrupt_driver_config_hooks+0x21 #9 0xffffffff80b9a18f at mi_startup+0xdf #10 0xffffffff8037c082 at btext+0x2c First line should read: panic: vm_fault_lookup: fault on nofault entry, addr: 0xffffffe0090b035000 I have a poor work-around (but better than nothing). Disconnect AC power and reboot. On the third try - without AC power - the boot usually completes. Everything seems to work once I get past this stage. The CPU defaults 2.9 Ghz when booted on AC power and 0.8 Ghz when booting from battery power. So far I've not gotten a crash dump. I do have a swap partition and dumpon(8) verifies this. rc.conf has dumpdev="AUTO" # uname -a FreeBSD hostname 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 #0: Tue Jun 29 19:46:20 UTC 2021 root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 Here is a patch that should fix this problem: https://reviews.freebsd.org/D31262 That works! Thank you. *** This bug has been marked as a duplicate of bug 254373 *** |