diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/105/network/2228 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/zero-shot/105/network/2228')
| -rw-r--r-- | results/classifier/zero-shot/105/network/2228 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/network/2228 b/results/classifier/zero-shot/105/network/2228 new file mode 100644 index 00000000..76d3b7f0 --- /dev/null +++ b/results/classifier/zero-shot/105/network/2228 @@ -0,0 +1,21 @@ +network: 0.838 +device: 0.829 +graphic: 0.827 +instruction: 0.769 +socket: 0.706 +vnc: 0.496 +boot: 0.427 +semantic: 0.227 +assembly: 0.160 +KVM: 0.147 +mistranslation: 0.078 +other: 0.050 + +hw/core/gpio.c:108: qdev_get_gpio_in_named: Assertion n >= 0 && n < gpio_list->num_in failed +Description of problem: +It's quite easy to trigger the assertion ``hw/core/gpio.c:108: qdev_get_gpio_in_named: Assertion n >= 0 && n < gpio_list->num_in failed`` +Steps to reproduce: +Run one of the following command lines: +1. ``./qemu-system-aarch64 -display none -machine qcom-dc-scm-v1-bmc -device max1111`` +2. ``./qemu-system-aarch64 -display none -machine fby35-bmc -device max1110`` +3. ``./qemu-system-aarch64 -display none -machine yosemitev2-bmc -device corgi-ssp`` |
