From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19780: 13 failing tests Date: Tue, 10 Feb 2015 18:08:33 +0100 Message-ID: <87lhk53d9q.fsf@gnu.org> References: <874mqxprk6.fsf@gnu.org> <87vbja7xat.fsf@gnu.org> <87sied7s9p.fsf@gnu.org> <87d25h6a1n.fsf@gnu.org> 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]:49640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLEJ7-0001Bb-Bh for bug-guix@gnu.org; Tue, 10 Feb 2015 12:09:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLEJ4-0003PF-T6 for bug-guix@gnu.org; Tue, 10 Feb 2015 12:09:05 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:48339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLEJ4-0003P9-Q8 for bug-guix@gnu.org; Tue, 10 Feb 2015 12:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YLEJ3-0000rE-Sy for bug-guix@gnu.org; Tue, 10 Feb 2015 12:09:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Ricardo Wurmus's message of "Tue, 10 Feb 2015 17:45:24 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: 19780@debbugs.gnu.org Ricardo Wurmus skribis: > I applied the patch and did as instructed, but even after half an hour > there is no more progress. I'll leave this running over night, hoping > for a segfault when I return to it the next morning. Hmm could you restore the =E2=80=98trap=E2=80=99 line in =E2=80=98test-env= =E2=80=99? That=E2=80=99s probably the reason why it doesn=E2=80=99t complete. Still, that means that the SIGSEGV doesn=E2=80=99t show up when running und= er GDB. :-/ Alternately, could you change =E2=80=98test-env=E2=80=99 so that guix-daemo= n runs under Valgrind? TIA, Ludo=E2=80=99.