https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230460

--- Comment #10 from Vladimir Kondratyev <w...@freebsd.org> ---
(In reply to Danilo Egea Gondolfo from comment #9)
You can do several useful things:

1. Describe your setup.

2. Bisect kernel commits to find the culprit.

3. Find the code line which caused the panic.
   Install gdb from ports, than run it with kernel path as parameter
   # gdb /boot/kernel/kernel
   And than type
   (gdb) info line *(void *)(if_alloc+0xC6)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to