bhyve regression ?
    mike tancsa 
    mike at sentex.net
       
    Wed Jan  8 15:15:29 UTC 2020
    
    
  
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);
    }
    
    
More information about the freebsd-stable
mailing list