diff options
Diffstat (limited to 'results/classifier/zero-shot/118/arm/1870477')
| -rw-r--r-- | results/classifier/zero-shot/118/arm/1870477 | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/118/arm/1870477 b/results/classifier/zero-shot/118/arm/1870477 new file mode 100644 index 000000000..013c30573 --- /dev/null +++ b/results/classifier/zero-shot/118/arm/1870477 @@ -0,0 +1,84 @@ +arm: 0.879 +graphic: 0.826 +performance: 0.763 +x86: 0.750 +device: 0.647 +architecture: 0.630 +semantic: 0.601 +user-level: 0.575 +network: 0.565 +PID: 0.559 +mistranslation: 0.547 +register: 0.541 +i386: 0.530 +files: 0.526 +hypervisor: 0.518 +permissions: 0.501 +socket: 0.486 +ppc: 0.484 +peripherals: 0.478 +kernel: 0.452 +vnc: 0.426 +risc-v: 0.417 +debug: 0.410 +TCG: 0.397 +VMM: 0.397 +boot: 0.391 +KVM: 0.323 +assembly: 0.317 +virtual: 0.288 + +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 + + + + + +Is this still reproducible with the latest version of QEMU? + +The QEMU project is currently moving its bug tracking to another system. +For this we need to know which bugs are still valid and which could be +closed already. Thus we are setting older bugs to "Incomplete" now. + +If you still think this bug report here is valid, then please switch +the state back to "New" within the next 60 days, otherwise this report +will be marked as "Expired". Or please mark it as "Fix Released" if +the problem has been solved with a newer version of QEMU already. + +Thank you and sorry for the inconvenience. + + +[Expired for QEMU because there has been no activity for 60 days.] + |