Current panic on boot on H11DSI motherboard with epyc cpu (nexus_add_irq: failed)
Conrad Meyer
cem at freebsd.org
Mon Apr 16 17:27:46 UTC 2018
Hi Vitalij,
On Mon, Apr 16, 2018 at 3:27 AM, Vitalij Satanivskij <satan at ukr.net> wrote:
> DUMP can be found here http://hell.ukr.net/panic/panic.jpg
> or even video record from screen http://hell.ukr.net/panic/recorder.webm
Looks like the panic message is printed directly after: "igb0: using 2
rx queues 2 tx queues" (iflib_msix_init(), called by
iflib_device_register()).
And stack is indeed coming from iflib in probe (0:17 in linked video):
panic()
nexus_add_irq()
msix_alloc()
pci_alloc_msix_method()
iflib_device_register()
iflib_device_attach()
device_attach()
...
Stephen, Matt, or Sean might be able to help diagnose further.
Best,
Conrad
More information about the freebsd-hackers
mailing list