diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 07:27:52 +0000 |
| commit | d0c85e36e4de67af628d54e9ab577cc3fad7796a (patch) | |
| tree | f8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/hypervisor/1795148 | |
| parent | 7f4364274750eb8cb39a3e7493132fca1c01232e (diff) | |
| download | emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip | |
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/1795148')
| -rw-r--r-- | results/classifier/gemma3:12b/hypervisor/1795148 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/1795148 b/results/classifier/gemma3:12b/hypervisor/1795148 new file mode 100644 index 00000000..04f94a10 --- /dev/null +++ b/results/classifier/gemma3:12b/hypervisor/1795148 @@ -0,0 +1,14 @@ + +address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache ->len - addr' failed + +When running OpenBSD-current as a guest, the following assertion is hit after a few seconds, resulting in the virtual machine to crash: + +``` +qemu-system-x86_64: /build/qemu/src/qemu-3.0.0/include/exec/memory_ldst_cached.inc.h:85: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache->len - addr' failed. +``` + +Host is Arch Linux stable, running on x86_64. + +Qemu version is 3.0.0, installed via the standard Arch Linux package. + +Version 2.12.1 didn't exhibit this behavior. \ No newline at end of file |