summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/hypervisor/1918302
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:34:26 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:35:44 +0000
commit25f8033d556aa17afaea4a5196ea7a69fe248320 (patch)
tree0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/output/hypervisor/1918302
parent8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff)
downloadqemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz
qemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.zip
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1918302')
-rw-r--r--results/classifier/deepseek-2-tmp/output/hypervisor/191830213
1 files changed, 13 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1918302 b/results/classifier/deepseek-2-tmp/output/hypervisor/1918302
new file mode 100644
index 000000000..4b28bac2a
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/hypervisor/1918302
@@ -0,0 +1,13 @@
+
+qemu-system-arm segfaults while servicing SYS_HEAPINFO
+
+I compiled QEMU version 5.2.0 from source on Ubuntu 18.04, and tried to use it to run the attached bare-metal Arm hello-world image, using the command line
+
+qemu-system-arm -M microbit -semihosting -nographic -device loader,file=hello.hex
+
+The result was that qemu-system-arm itself died of a segfault. Compiling it for debugging, the location of the segfault was in target/arm/arm-semi.c, in the case handler for the semihosting call TARGET_SYS_HEAPINFO, on line 1020 which assigns to 'rambase':
+
+            const struct arm_boot_info *info = env->boot_info;
+            target_ulong rambase = info->loader_start;
+
+and the problem seems to be that 'info', aka env->boot_info, is NULL in this context.
\ No newline at end of file