summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/804517
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/peripherals/804517
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/804517')
-rw-r--r--results/classifier/gemma3:12b/peripherals/80451745
1 files changed, 45 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/804517 b/results/classifier/gemma3:12b/peripherals/804517
new file mode 100644
index 00000000..1aac5d25
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/804517
@@ -0,0 +1,45 @@
+
+qemu crashes on Darwin in qemu_iohandler_poll
+
+I have an issue when I try to run qemu-system-arm on Mac OS X. 
+Sometime between 1 and 15 secs after qemu is started it crashes
+as shown bellow.
+
+Same thing on linux host works fine.
+
+Is anybody else experiencing this?
+Any Hints?
+
+Thanks,
+
+Damjan
+
+
+
+(gdb) run
+Starting program: /opt/arm-qemu/bin/qemu-system-arm -M verdex -pflash flash.img -nographic -monitor null -m 289
+Reading symbols for shared libraries .++++++++++++++........................................................................................ done
+pxa2xx_clkpwr_write: CPU frequency change attempt
+
+
+U-Boot 1.2.0 (May 10 2008 - 21:17:19) - PXA270@400 MHz - 1604
+
+*** Welcome to Gumstix ***
+
+DRAM:  256 MB
+Flash: 32 MB
+Using default environment
+
+Hit any key to stop autoboot:  1 
+Program received signal EXC_BAD_ACCESS, Could not access memory.
+Reason: KERN_PROTECTION_FAILURE at address: 0x00007fff5fbfed30
+0x00007fff5fbfed30 in ?? ()
+(gdb) 
+(gdb) bt
+#0  0x00007fff5fbfed30 in ?? ()
+#1  0x00000001000c26f4 in qemu_iohandler_poll ()
+#2  0x00000001001975ae in main_loop_wait ()
+#3  0x00000001001976e2 in main_loop ()
+#4  0x000000010019bfbc in qemu_main ()
+#5  0x00000001000d63a5 in main ()
+(gdb)
\ No newline at end of file