summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kernel/1682093
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/kernel/1682093')
-rw-r--r--results/classifier/gemma3:12b/kernel/168209316
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/kernel/1682093 b/results/classifier/gemma3:12b/kernel/1682093
new file mode 100644
index 00000000..9b633464
--- /dev/null
+++ b/results/classifier/gemma3:12b/kernel/1682093
@@ -0,0 +1,16 @@
+
+aarch64-softmmu "bad ram pointer" crash
+
+I am developing a piece of software called SimBench which is a benchmarking system for full system simulators. I am currently porting this to aarch64, using QEMU as a test platform. 
+
+I have encountered a 'bad ram pointer' crash. I've attempted to build a minimum test case, but I haven't managed to replicate the behaviour in isolation, so I've created a branch of my project which exhibits the crash: https://bitbucket.org/Awesomeclaw/simbench/get/qemu-bug.tar.gz
+
+The package can be compiled using:
+
+make
+
+and then run using:
+
+qemu-system-aarch64  -M virt -m 512 -cpu cortex-a57 -kernel out/armv8/virt/simbench -nographic
+
+I have replicated the issue in both qemu 2.8.1 and in 2.9.0-rc3, on Fedora 23. Please let me know if you need any more information or any logs/core dumps/etc.
\ No newline at end of file