Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-22 Thread Claudio Fontana
On 7/10/21 3:30 PM, Peter Maydell wrote: > I've noticed recently that intermittently 'make check' will hang on > my aarch32 test system (really an aarch64 box with an aarch32 chroot). > > I think from grep that this must be the vhost-user-blk test. > > Here's the process tree: > > pmaydell 13126

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-16 Thread Kevin Wolf
Am 11.07.2021 um 17:53 hat Peter Maydell geschrieben: > On Sat, 10 Jul 2021 at 14:30, Peter Maydell wrote: > > > > I've noticed recently that intermittently 'make check' will hang on > > my aarch32 test system (really an aarch64 box with an aarch32 chroot). > > > > I think from grep that this must

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-16 Thread Coiby Xu
On Mon, Jul 12, 2021 at 10:39:50AM +0100, Peter Maydell wrote: On Sun, 11 Jul 2021 at 23:55, Coiby Xu wrote: On Mon, Jul 12, 2021 at 06:20:33AM +0800, Coiby Xu wrote: >On Sun, Jul 11, 2021 at 04:53:51PM +0100, Peter Maydell wrote: >>On Sat, 10 Jul 2021 at 14:30, Peter Maydell wrote: >>> >>>I'

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-12 Thread Peter Maydell
On Sun, 11 Jul 2021 at 23:55, Coiby Xu wrote: > > On Mon, Jul 12, 2021 at 06:20:33AM +0800, Coiby Xu wrote: > >On Sun, Jul 11, 2021 at 04:53:51PM +0100, Peter Maydell wrote: > >>On Sat, 10 Jul 2021 at 14:30, Peter Maydell > >>wrote: > >>> > >>>I've noticed recently that intermittently 'make chec

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-11 Thread Coiby Xu
On Mon, Jul 12, 2021 at 06:20:33AM +0800, Coiby Xu wrote: On Sun, Jul 11, 2021 at 04:53:51PM +0100, Peter Maydell wrote: On Sat, 10 Jul 2021 at 14:30, Peter Maydell wrote: I've noticed recently that intermittently 'make check' will hang on my aarch32 test system (really an aarch64 box with an

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-11 Thread Coiby Xu
On Sun, Jul 11, 2021 at 04:53:51PM +0100, Peter Maydell wrote: On Sat, 10 Jul 2021 at 14:30, Peter Maydell wrote: I've noticed recently that intermittently 'make check' will hang on my aarch32 test system (really an aarch64 box with an aarch32 chroot). I think from grep that this must be the

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-11 Thread Coiby Xu
On Sun, Jul 11, 2021 at 06:23:41AM -0700, Richard Henderson wrote: On 7/11/21 5:16 AM, Peter Maydell wrote: On Sun, 11 Jul 2021 at 13:10, Coiby Xu wrote: Hi Peter, On Sat, Jul 10, 2021 at 02:30:36PM +0100, Peter Maydell wrote: I've noticed recently that intermittently 'make check' will hang

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-11 Thread Peter Maydell
On Sat, 10 Jul 2021 at 14:30, Peter Maydell wrote: > > I've noticed recently that intermittently 'make check' will hang on > my aarch32 test system (really an aarch64 box with an aarch32 chroot). > > I think from grep that this must be the vhost-user-blk test. I've also now seen this on qemu-syst

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-11 Thread Richard Henderson
On 7/11/21 7:21 AM, Peter Maydell wrote: On Sun, 11 Jul 2021 at 14:23, Richard Henderson wrote: I believe that I had to perform the install under tcg because I couldn't find the right magic to boot off the debian cdrom with kvm. Weird, it ought not in theory to care... Looking back at the

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-11 Thread Peter Maydell
On Sun, 11 Jul 2021 at 14:23, Richard Henderson wrote: > I believe that I had to perform the install under tcg because I couldn't find > the right > magic to boot off the debian cdrom with kvm. Weird, it ought not in theory to care... -- PMM

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-11 Thread Richard Henderson
On 7/11/21 5:16 AM, Peter Maydell wrote: On Sun, 11 Jul 2021 at 13:10, Coiby Xu wrote: Hi Peter, On Sat, Jul 10, 2021 at 02:30:36PM +0100, Peter Maydell wrote: I've noticed recently that intermittently 'make check' will hang on my aarch32 test system (really an aarch64 box with an aarch32 ch

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-11 Thread Peter Maydell
On Sun, 11 Jul 2021 at 13:10, Coiby Xu wrote: > > Hi Peter, > > On Sat, Jul 10, 2021 at 02:30:36PM +0100, Peter Maydell wrote: > >I've noticed recently that intermittently 'make check' will hang on > >my aarch32 test system (really an aarch64 box with an aarch32 chroot). > > I have a newbie questi

Re: intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-11 Thread Coiby Xu
Hi Peter, On Sat, Jul 10, 2021 at 02:30:36PM +0100, Peter Maydell wrote: I've noticed recently that intermittently 'make check' will hang on my aarch32 test system (really an aarch64 box with an aarch32 chroot). I have a newbie question. How do you do an aarch32 chroot on an aarch64 box? At le

intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host

2021-07-10 Thread Peter Maydell
I've noticed recently that intermittently 'make check' will hang on my aarch32 test system (really an aarch64 box with an aarch32 chroot). I think from grep that this must be the vhost-user-blk test. Here's the process tree: pmaydell 13126 0.0 0.0 8988 6416 ?SJul09 0:01 make -