Going from a kernel from Dec 21st to today, my bhyve image no longer
starts up.  Is this possibly related to the mfc 356471 ?



/boot/kernel/kernel text=0x948ee3 data=0x13d9b8+0x463b10
syms=[0x8+0xef220+0x8+0x10ec23]
/boot/entropy size=0x1000
Booting...
/tmp/bhyve.e6GT9mY     61: [0001]               ProcessorId : FF
                                                                Error   
6313 -    Invalid field label detected ^  (found "ProcessorId" expected
"Processor ID")

                                                                                
                                                                               
/tmp/bhyve.e6GT9mY     65: [0001]               Interrupt : 01
   Error    6313 -  Invalid field label detected ^  (found "Interrupt"
expected "Interrupt Input LINT")

                                                                                
                      
Assertion failed: (error == 0), function main, file
/usr/src/usr.sbin/bhyve/bhyverun.c, line 1190.
                                                                                
                                                                                
                                        
Abort trap (core dumped)


Line 1190 is
    if (acpi) {
        error = acpi_build(ctx, guest_ncpus);
        assert(error == 0);
    }

_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to