Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 10:15:27 -0500
From:      mike tancsa <mike@sentex.net>
To:        FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>
Cc:        jkim@FreeBSD.org
Subject:   bhyve regression ?
Message-ID:  <625b47c2-2b86-d703-6c7b-948f3d67c57b@sentex.net>

next in thread | raw e-mail | index | archive | help
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);
    }




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?625b47c2-2b86-d703-6c7b-948f3d67c57b>