summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/786
blob: f0526c334c80598f63d2545f08f663575d175b33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
boot: 0.769
files: 0.692
device: 0.611
graphic: 0.459
semantic: 0.326
network: 0.273
socket: 0.226
vnc: 0.221
debug: 0.143
PID: 0.110
KVM: 0.099
other: 0.075
performance: 0.070
permissions: 0.069

assert in qemu-6.2.0/hw/acpi/aml-build.c:61:build_append_padded_str: assertion failed: (len <= maxlen)
Description of problem:
assert and crash when -acpitable argument is used. Specifically, the argument was "-acpitable file=my_file.bin" which causes the assert and crash. 

The other arguments, I hope, are not critical. In brief, I'm using secure boot (with ovmf_code.secboot.fd), and a sw tpm as well. But hopefully these are not relevant.

The assert with -acpitable is a regression since it worked with version 6.1.0

The actual error message in qemu 6.2.0 is

qemu-6.2.0/hw/acpi/aml-build.c:61:build_append_padded_str: assertion failed: (len <= maxlen)
Steps to reproduce:
1.
2.
3.
Additional information: