Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 11:41:07 +0300
From:      Yuri Pankov <ypankov@xsmail.com>
To:        virtualization@freebsd.org
Subject:   Re: bhyve/e1000: Assertion failed: (dtype == ntype), function e82545_transmit with win10 guest
Message-ID:  <1efa232f-e9ba-869c-381f-fe1a45e961b7@xsmail.com>
In-Reply-To: <82d1db05-2454-a045-62cb-e62117e3cb22@xsmail.com>
References:  <82d1db05-2454-a045-62cb-e62117e3cb22@xsmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Yuri Pankov wrote:
> I'm getting the following periodically when Windows 10 (2004) guest is 
> booting:
> 
> Assertion failed: (dtype == ntype), function e82545_transmit, file 
> /usr/src/usr.sbin/bhyve/pci_e82545.c, line 1139.
> Abort trap
> 
> It's especially unhelpful when booting the guest first time after 
> installation as it completely breaks it and requires reinstall.
> 
> Running -current r364965.

Adding a WPRINTF() instead of assert() gives me the following:

e82545: dtype=540016640 ntype=0
e82545: dtype=540016640 ntype=0
e82545: dtype=552599552 ntype=0
e82545: dtype=540016640 ntype=0
e82545: dtype=552599552 ntype=0
e82545: dtype=540016640 ntype=0
e82545: dtype=552599552 ntype=0
Segmentation fault



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1efa232f-e9ba-869c-381f-fe1a45e961b7>