summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/debug/1166
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/debug/1166
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/debug/1166')
-rw-r--r--results/classifier/gemma3:12b/debug/116626
1 files changed, 26 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/debug/1166 b/results/classifier/gemma3:12b/debug/1166
new file mode 100644
index 000000000..2a65efac3
--- /dev/null
+++ b/results/classifier/gemma3:12b/debug/1166
@@ -0,0 +1,26 @@
+
+Solaris 2.6 panic when debugging with gdb
+Description of problem:
+Running gdb with a breakpoint that gets hit triggers a panic:
+```
+non parity synchronous error ctx=fa va=ef7d97c pa=c1a47c
+```
+
+One time I got of the following messages as well
+```
+processor level 12 onboard interrupt not serviced
+processor level 12 onboard interrupt not serviced
+...
+```
+Steps to reproduce:
+1. Install Solaris 2.6 using https://learn.adafruit.com/build-your-own-sparc-with-qemu-and-solaris?view=all
+2. Install https://archive.org/details/sun26gnu
+3. Install http://download.nust.na/pub3/solaris/sunfreeware/pub/unixpackages/sparc/5.6/gdb-6.8-sol26-sparc-local.gz
+4. Install http://download.nust.na/pub3/solaris/sunfreeware/pub/unixpackages/sparc/5.6/gcc-2.95.3-sol26-sparc-local.gz
+5. Build a simple hello world program with debugging information
+6.
+```
+gdb ./hello
+(gdb) break main
+(gdb) run
+```