qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1870477] [NEW] qemu-arm hangs when golang running test
@ 2020-04-03  5:03 Donghun Kwak
  2020-04-03  5:28 ` [Bug 1870477] " Donghun Kwak
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Donghun Kwak @ 2020-04-03  5:03 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:


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

** Affects: qemu
     Importance: Undecided
         Status: New

** Attachment added: "qemu_hang_problem.log"
   https://bugs.launchpad.net/bugs/1870477/+attachment/5345418/+files/qemu_hang_problem.log

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1870477

Title:
  qemu-arm hangs when golang running test

Status in QEMU:
  New

Bug description:
  
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1870477/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1870477] Re: qemu-arm hangs when golang running test
  2020-04-03  5:03 [Bug 1870477] [NEW] qemu-arm hangs when golang running test Donghun Kwak
@ 2020-04-03  5:28 ` Donghun Kwak
  2021-05-06  8:01 ` Thomas Huth
  2021-07-06  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Donghun Kwak @ 2020-04-03  5:28 UTC (permalink / raw)
  To: qemu-devel

** Attachment added: "success case log"
   https://bugs.launchpad.net/qemu/+bug/1870477/+attachment/5345419/+files/qemu_success.log

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1870477

Title:
  qemu-arm hangs when golang running test

Status in QEMU:
  New

Bug description:
  
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1870477/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1870477] Re: qemu-arm hangs when golang running test
  2020-04-03  5:03 [Bug 1870477] [NEW] qemu-arm hangs when golang running test Donghun Kwak
  2020-04-03  5:28 ` [Bug 1870477] " Donghun Kwak
@ 2021-05-06  8:01 ` Thomas Huth
  2021-07-06  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-05-06  8:01 UTC (permalink / raw)
  To: qemu-devel

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.


** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1870477

Title:
  qemu-arm hangs when golang running test

Status in QEMU:
  Incomplete

Bug description:
  
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1870477/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1870477] Re: qemu-arm hangs when golang running test
  2020-04-03  5:03 [Bug 1870477] [NEW] qemu-arm hangs when golang running test Donghun Kwak
  2020-04-03  5:28 ` [Bug 1870477] " Donghun Kwak
  2021-05-06  8:01 ` Thomas Huth
@ 2021-07-06  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2021-07-06  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1870477

Title:
  qemu-arm hangs when golang running test

Status in QEMU:
  Expired

Bug description:
  
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1870477/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-06  4:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03  5:03 [Bug 1870477] [NEW] qemu-arm hangs when golang running test Donghun Kwak
2020-04-03  5:28 ` [Bug 1870477] " Donghun Kwak
2021-05-06  8:01 ` Thomas Huth
2021-07-06  4:17 ` Launchpad Bug Tracker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).