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

--- Comment #46 from Roger Pau Monné <roy...@freebsd.org> ---
(In reply to rainer from comment #44)
This panic trace is very disturbing, I'm a little bit confused. Which kind of
guest are you running?

The trace shows xen_start -> hammer_time_xen and this path should _never_ be
used by a HVM guest, this is only used by PVH guests. Can you install addr2line
from ports (it's in binutils) and run the following inside of the VM:

# /usr/local/bin/addr2line -e /usr/lib/debug/boot/kernel/kernel.debug
0xffffffff81109cbb

Is also any change that you could get the full boot output from the VM by
connecting to it's serial console (and setting up the console inside of the
guest). See https://www.freebsd.org/doc/handbook/serialconsole-setup.html

Thanks.

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

Reply via email to