diff options
Diffstat (limited to 'results/classifier/zero-shot-user-mode/output/instruction/1870477')
| -rw-r--r-- | results/classifier/zero-shot-user-mode/output/instruction/1870477 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/output/instruction/1870477 b/results/classifier/zero-shot-user-mode/output/instruction/1870477 new file mode 100644 index 000000000..47c408fad --- /dev/null +++ b/results/classifier/zero-shot-user-mode/output/instruction/1870477 @@ -0,0 +1,39 @@ +instruction: 0.440 +runtime: 0.293 +syscall: 0.267 + + + +qemu-arm hangs when golang running test + + +1. Environment: +Ubuntu 16.04.5 X86_64 +qemu-arm version 4.2.0 +go version go 1.14.1 linux/arm + +2. Summary: +Sometimes "go run test.go" command hang + + +3. Reproduction Method (Attempts: 500 Occurred: 1 ): Frequency: 1/500 + + +test.go +====================================== +package main +import "fmt" +func main(){ + for i:=0; i<1000; i++ { + fmt.Printf("[%d] Hello world\n", i) + } +} +====================================== + +i tested "go run test.go" command called 500 times at qemu arm env. +qemu hangs about 200~300. + +attached strace log. + +please check. +thanks \ No newline at end of file |