[Bug 230460] emulators/virtualbox-ose panic on CURRENT
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 9 19:13:59 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230460
--- Comment #10 from Vladimir Kondratyev <wulf at 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.
More information about the freebsd-emulation
mailing list