diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-08 13:28:15 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-08 13:28:28 +0200 |
| commit | 5aa276efcbd67f4300ca1a7f809c6e00aadb03da (patch) | |
| tree | 9b8f0e074014cda8d42f5a97a95bc25082d8b764 /results/classifier/zero-shot-user-mode/output/runtime/1738545 | |
| parent | 1a3c4faf4e0a25ed0b86e8739d5319a634cb9112 (diff) | |
| download | emulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.tar.gz emulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.zip | |
restructure results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/output/runtime/1738545')
| -rw-r--r-- | results/classifier/zero-shot-user-mode/output/runtime/1738545 | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/results/classifier/zero-shot-user-mode/output/runtime/1738545 b/results/classifier/zero-shot-user-mode/output/runtime/1738545 deleted file mode 100644 index ed515377..00000000 --- a/results/classifier/zero-shot-user-mode/output/runtime/1738545 +++ /dev/null @@ -1,37 +0,0 @@ -runtime: 0.505 -instruction: 0.311 -syscall: 0.183 - - - -Go binaries panic with "mmap errno 9" on qemu-user - -Go binaries panic with "mmap errno 9" on qemu-user. - -root@nofan:/# cat hello.go -package main - -import "fmt" - -func main() { - fmt.Println("hello world") -} -root@nofan:/# gccgo-7 hello.go -o hello -root@nofan:/# ./hello -mmap errno 9 -fatal error: mmap - -runtime stack: -mmap errno 9 -fatal error: mmap -panic during panic - -runtime stack: -mmap errno 9 -fatal error: mmap -stack trace unavailable -root@nofan:/# - -Tested with qemu from git master with Debian unstable for armel. - -Same binaries work fine on real hardware.
\ No newline at end of file |
