[Bug 269767] VM IMAGES panic on boot under LXC / LXD
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269767] 13.1-RELEASE VM IMAGE panics on boot under LXC / LXD"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Feb 2023 09:48:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269767
dwmw2@infradead.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dwmw2@infradead.org
--- Comment #2 from dwmw2@infradead.org ---
Looks like a divide by a zero because et->et_frequency is zero in
lapic_change_mode() at
https://github.com/freebsd/freebsd-src/blob/main/sys/x86/x86/local_apic.c#L1020
What are you putting in CPUID leaf 0x40000010? See
lapic_calibrate_initcount_cpuid_vm() at
https://github.com/freebsd/freebsd-src/blob/main/sys/x86/x86/local_apic.c#L931
--
You are receiving this mail because:
You are the assignee for the bug.