Re: [Qemu-devel] make check failed: rcutorture error

2015-11-25 Thread Paolo Bonzini
On 25/11/2015 02:50, Yijun Zhu wrote: > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$((RANDOM % 255 + 1))} gtester -k > --verbose -m=quick tests/rcutorture > TEST: tests/rcutorture... (pid=11593) > /rcu/torture/1reader:FAIL > GTester: last random seed: R0

Re: [Qemu-devel] make check failed: rcutorture error

2015-11-24 Thread Yijun Zhu
On 2015/11/24 19:54, Paolo Bonzini wrote: > > > On 24/11/2015 12:45, Yijun Zhu wrote: >> Hi all, >> >>I got an error when doing "make check" on qemu code both stable-2.4 and >> master branch, after updating binutils to 2.24-33. >> >>Qemu compiled successfully with following configure co

Re: [Qemu-devel] make check failed: rcutorture error

2015-11-24 Thread Yijun Zhu
Hi Paolo, Thanks for you reply. On 2015/11/24 19:54, Paolo Bonzini wrote: > > > On 24/11/2015 12:45, Yijun Zhu wrote: >> Hi all, >> >>I got an error when doing "make check" on qemu code both stable-2.4 and >> master branch, after updating binutils to 2.24-33. >> >>Qemu compiled suc

Re: [Qemu-devel] make check failed: rcutorture error

2015-11-24 Thread Paolo Bonzini
On 24/11/2015 12:45, Yijun Zhu wrote: > Hi all, > >I got an error when doing "make check" on qemu code both stable-2.4 and > master branch, after updating binutils to 2.24-33. > >Qemu compiled successfully with following configure command: > >$ ./configure --target-list=aarch64-so

[Qemu-devel] make check failed: rcutorture error

2015-11-24 Thread Yijun Zhu
Hi all, I got an error when doing "make check" on qemu code both stable-2.4 and master branch, after updating binutils to 2.24-33. Qemu compiled successfully with following configure command: $ ./configure --target-list=aarch64-softmmu --cross-prefix=aarch64-redhat-linux- --enable-fdt