From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1CAj-0005jS-4Z for qemu-devel@nongnu.org; Tue, 24 Nov 2015 06:54:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1CAf-0004AS-72 for qemu-devel@nongnu.org; Tue, 24 Nov 2015 06:54:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1CAf-0004AN-1o for qemu-devel@nongnu.org; Tue, 24 Nov 2015 06:54:05 -0500 References: <56544DE2.6050405@huawei.com> From: Paolo Bonzini Message-ID: <56544FD8.8080500@redhat.com> Date: Tue, 24 Nov 2015 12:54:00 +0100 MIME-Version: 1.0 In-Reply-To: <56544DE2.6050405@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] make check failed: rcutorture error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yijun Zhu , QEMU Developers , Peter Maydell Cc: Hangaohuai , "Huangpeng (Peter)" , Shannon Zhao 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-softmmu --cross-prefix=aarch64-redhat-linux- --enable-fdt --enable-kvm I'm not sure I understand, are you cross compiling to aarch64, or is this a native build? If so, how is aarch64 code run? > However, it is failed when "make check", error message as below: > > ... > GTESTER tests/test-int128 > GTESTER tests/rcutorture > GTester: last random seed: R02S9b7fc016e5b1445e9959506b4f1a11e0 > GTester: last random seed: R02S413c94c1f16958c42064a5600d8f7dff > make: *** [check-tests/rcutorture] Error 1 > > And I try to get more debug info when "make check -d", it shows: You should use "make check V=1" instead to get more information. Paolo > GTESTER tests/rcutorture > GTester: last random seed: R02Sf7dcd0ceea4ebc8b1b6018a3141708b1 > GTester: last random seed: R02Sd00479c75bcb82dad813650eef27552f > Reaping losing child 0x290df180 PID 26655 > make: *** [check-tests/rcutorture] Error 1 > Removing child 0x290df180 PID 26655 from chain.