From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: =?utf-8?Q?=E2=80=98core-updates=E2=80=99?= freeze approaching! Date: Fri, 18 Sep 2015 11:22:48 +0200 Message-ID: <87io78xes7.fsf@gnu.org> References: <87wpvy4c8q.fsf@gnu.org> <87twr08xdt.fsf@gnu.org> <877fntrpeb.fsf@gnu.org> <87bnd024sf.fsf@gnu.org> <20150917214315.GA31972@debian> 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]:55365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcrsc-0006XJ-HF for guix-devel@gnu.org; Fri, 18 Sep 2015 05:22:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcrsZ-0005J1-CQ for guix-devel@gnu.org; Fri, 18 Sep 2015 05:22:54 -0400 In-Reply-To: <20150917214315.GA31972@debian> (Andreas Enge's message of "Thu, 17 Sep 2015 23:43:15 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel Andreas Enge skribis: > On Thu, Sep 17, 2015 at 10:02:08PM +0200, Ludovic Court=C3=A8s wrote: >> https://bugs.freedesktop.org/show_bug.cgi?id=3D92027 > > The segfault and the valgrind issue happen in different files, so they > do not seem to be related. [...] > I also tried to cd into /tmp/nix-build-..., source the environment variab= les > and run "make check"; then all tests pass (but the build is for i686-linux > on an x86_64-machine, so maybe this does not mean much outside the guix b= uild > container?). With the patch applied (the patch I attached to the above bug report), the problem indeed vanishes when outside of the build container, like you describe. Without the patch the problem is 100% reproducible both inside and outside of the build container. Ludo=E2=80=99.