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/socket/1898084 | |
| 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/socket/1898084')
| -rw-r--r-- | results/classifier/gemma3:12b/socket/1898084 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/socket/1898084 b/results/classifier/gemma3:12b/socket/1898084 new file mode 100644 index 00000000..559b0d09 --- /dev/null +++ b/results/classifier/gemma3:12b/socket/1898084 @@ -0,0 +1,24 @@ + +Assertion failed: (buf_len != 0), function soread, file socket.c, line 183. + +I have a virtual raspberry py that I am running qemu 5.1.0 for MacOS. + +Here is the command line I used: + +qemu-system-arm \ + -M versatilepb \ + -cpu arm1176 \ + -m 256 \ + -drive file=2020-08-20-raspios-buster-armhf-lite.img,if=none,index=0,media=disk,format=raw,id=disk0 \ + -device virtio-blk-pci,drive=disk0,disable-modern=on,disable-legacy=off \ + -net nic -net user,hostfwd=tcp::5022-:22 \ + -dtb versatile-pb-buster-5.4.51.dtb \ + -kernel kernel-qemu-5.4.51-buster \ + -append "root=/dev/vda2 panic=1" \ + -no-reboot \ + -serial stdio + +When trying to ssh from another machine while docker was running inside the VM, I got the following error: + +Assertion failed: (buf_len != 0), function soread, file /private/tmp/qemu-20200813-13289-1g95loa/qemu-5.1.0/slirp/src/socket.c, line 183 +../boot.sh: line 12: 8592 Abort trap: 6 \ No newline at end of file |