Bug 256288 - [bhyve] Assertion failure: (idx < 5), function e82545_write_ra(), file /usr/src/usr.sbin/bhyve/pci_e82545.c
Summary: [bhyve] Assertion failure: (idx < 5), function e82545_write_ra(), file /usr/s...
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bhyve (show other bugs)
Version: 13.0-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-virtualization (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-31 11:28 UTC by Cheolwoo Myung
Modified: 2021-06-01 07:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cheolwoo Myung 2021-05-31 11:28:13 UTC
To reproduce the bug, please follow the command (bhyve version 13.0):

```
bhyvectl --vm=reproVM --destroy
bhyve -s 2:0,ahci-hd,hyfuzz.img -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio -c 1 -m 512M -l bootrom,./BHYVE_UEFI.fd -HPA reproVM
```

File: https://drive.google.com/file/d/1tCoitKSG_xfjGZfJ577T24Krrhw_UcqK/view?usp=sharing
Comment 1 Cheolwoo Myung 2021-06-01 07:35:45 UTC
(In reply to Cheolwoo Myung from comment #0)
To reproduce the bug, please follow the command (bhyve version 13.0-RELEASE):

```
$ bhyvectl --vm=reproVM --destroy

$ bhyve -s 2:0,ahci-hd,hyfuzz.img -s 3,e1000,tap0 -s 0:0,hostbridge -s 1:0,lpc -c 1 -m 512M -l bootrom,./BHYVE_UEFI.fd -HPA reproVM
```