From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: swig failure on aarch64 on core-updates Date: Thu, 22 Nov 2018 09:56:18 +0100 Message-ID: <87o9ahebil.fsf@gnu.org> References: <20181118073551.GC21809@macbook41> <20181120091825.GA28778@macbook41> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPkxP-0004sl-H7 for guix-devel@gnu.org; Thu, 22 Nov 2018 04:07:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPkmb-00077X-23 for guix-devel@gnu.org; Thu, 22 Nov 2018 03:56:21 -0500 In-Reply-To: <20181120091825.GA28778@macbook41> (Efraim Flashner's message of "Tue, 20 Nov 2018 11:18:25 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner skribis: > On Sun, Nov 18, 2018 at 09:35:51AM +0200, Efraim Flashner wrote: >> From the build log with --cores=3D1 >>=20 >> checking guile testcase template_whitespace >> checking guile testcase threads >> checking guile testcase threads_exception >> checking guile testcase throw_exception (with run test) >> free(): invalid pointer >> /gnu/store/3dzvi613nf3fz42rabksw6svslvanfz7-bash-minimal-4.4.23/bin/sh: = line 1: 21784 Aborted (core dumped) env GUILE_AUTO_COMPILE= =3D0 LD_LIBRARY_PATH=3D.:$LD_LIBRARY_PATH /gnu/store/7pb9ywfzvr8jwgykpj52vf= d8d6kimc3w-guile-2.0.14/bin/guile -l . >> /throw_exception_runme.scm >> make[1]: *** [Makefile:36: throw_exception.cpptest] Error 134 >> checking guile testcase typedef_array_member >> checking guile testcase typedef_class >> checking guile testcase typedef_funcptr >> checking guile testcase typedef_inherit (with run test) >> checking guile testcase typedef_mptr >>=20 >> I don't see anything upstream about this, so I figured I'd post it here >> first. This happens with and without the fix-swig-for-i686 patch. >>=20 > > I don't know what's different about today, but swig built with no > problems while I was test building my profile on core-updates. The thing actually aborted (SIGABRT): --8<---------------cut here---------------start------------->8--- scheme@(guile-user)> (status:term-sig 134) $3 =3D 6 scheme@(guile-user)> SIGABRT $4 =3D 6 --8<---------------cut here---------------end--------------->8--- So I guess this could have been caused by an OOM condition. Ludo=E2=80=99.