Re: test-aio-multithread assertion

2019-11-19 Thread Peter Maydell
On Tue, 19 Nov 2019 at 17:55, Peter Maydell wrote: > Here's a gdb backtrace from as assertion failure under NetBSD > when running ./tests/test-aio-multithread -p /aio/multi/mutex/contended > (which is pretty replicable for me); does it look like the same > thing as the commit 2362a28ea1 issue? (Ap

Re: test-aio-multithread assertion

2019-11-19 Thread Peter Maydell
On Mon, 14 Oct 2019 at 11:50, Paolo Bonzini wrote: > > On 14/10/19 12:26, Peter Maydell wrote: > > On Thu, 5 Sep 2019 at 14:17, Peter Maydell wrote: > >> Here's a different intermittent assertion on Netbsd from > >> test-aio-multithread: > >> > >> MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:

Re: test-aio-multithread assertion

2019-10-14 Thread Paolo Bonzini
On 14/10/19 12:26, Peter Maydell wrote: > On Thu, 5 Sep 2019 at 14:17, Peter Maydell wrote: >> >> On Wed, 4 Sep 2019 at 12:50, Peter Maydell wrote: >>> >>> Hi; I've been seeing intermittently on the BSDs this assertion >>> running test-aio-multithread as part of 'make check': >>> >>> MALLOC_PERTU

Re: test-aio-multithread assertion

2019-10-14 Thread Peter Maydell
On Thu, 5 Sep 2019 at 14:17, Peter Maydell wrote: > > On Wed, 4 Sep 2019 at 12:50, Peter Maydell wrote: > > > > Hi; I've been seeing intermittently on the BSDs this assertion > > running test-aio-multithread as part of 'make check': > > > > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 25

Re: [Qemu-devel] test-aio-multithread assertion

2019-09-16 Thread Stefan Hajnoczi
On Wed, Sep 04, 2019 at 12:50:21PM +0100, Peter Maydell wrote: > Hi; I've been seeing intermittently on the BSDs this assertion > running test-aio-multithread as part of 'make check': > > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} > tests/test-aio-multithread -m=quick -k --ta

Re: [Qemu-devel] test-aio-multithread assertion

2019-09-05 Thread Peter Maydell
On Wed, 4 Sep 2019 at 12:50, Peter Maydell wrote: > > Hi; I've been seeing intermittently on the BSDs this assertion > running test-aio-multithread as part of 'make check': > > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} > tests/test-aio-multithread -m=quick -k --tap < /dev/nu

[Qemu-devel] test-aio-multithread assertion

2019-09-04 Thread Peter Maydell
Hi; I've been seeing intermittently on the BSDs this assertion running test-aio-multithread as part of 'make check': MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} tests/test-aio-multithread -m=quick -k --tap < /dev/null | ./scripts/tap-drive r.pl --test-name="test-aio-multithrea