From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMVS2-0003V6-Sz for qemu-devel@nongnu.org; Tue, 13 Nov 2018 04:57:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMVRp-0002ap-NB for qemu-devel@nongnu.org; Tue, 13 Nov 2018 04:57:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54846) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gMVRp-0002Z7-5o for qemu-devel@nongnu.org; Tue, 13 Nov 2018 04:57:29 -0500 References: <20180629145347.652-1-peter.maydell@linaro.org> <20180629145347.652-41-peter.maydell@linaro.org> <0840beac-a764-2fa9-98e3-da10f1f7d6bc@linaro.org> From: Laurent Vivier Message-ID: <30881914-68f3-607d-b2ae-681f5621195e@redhat.com> Date: Tue, 13 Nov 2018 10:57:23 +0100 MIME-Version: 1.0 In-Reply-To: <0840beac-a764-2fa9-98e3-da10f1f7d6bc@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 40/55] target/arm: Enable SVE for aarch64-linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , Peter Maydell , qemu-devel@nongnu.org, =?UTF-8?Q?Alex_Benn=c3=a9e?= On 13/11/2018 10:49, Richard Henderson wrote: > On 11/12/18 10:10 PM, Laurent Vivier wrote: >> Running some tests for my pull request, I've found this commit breaks >> ltp-full-20180515 sigaltstack01 tests with ubuntu arm64/trusty. >> >> sigaltstack01 274 TBROK : tst_sig.c:233: unexpected signal >> SIGIOT/SIGABRT(6) received (pid = 15241). >> *** Error in `/opt/ltp/testcases/bin/sigaltstack01': free(): invalid >> pointer: 0x000000000042a010 *** > > How exactly does one reproduce this failure? > > $ ~/qemu/bld/aarch64-linux-user/qemu-aarch64 -cpu max > ./testcases/kernel/syscalls/sigaltstack/sigaltstack01 > sigaltstack01 1 TPASS : Functionality of sigaltstack() successful For me it happens only with Ubuntu trusty: sudo chroot chroot/arm64/trusty /opt/ltp/testcases/bin/sigaltstack01 Thanks, Laurent