From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: adamsonj@ninthfloor.org (Joel J. Adamson) Newsgroups: gmane.lisp.guile.bugs Subject: bug#11048: Trunk fails guardians.test (commit 01e909d90a130f4987b70edae2dbd5a2b33edae7) Date: Fri, 13 Jul 2012 11:08:00 -0400 Message-ID: <877gu7og1b.fsf@ninthfloor.org> References: <87d3879ta6.fsf@ninthfloor.org> <8762a6wlqn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1342192118 32568 80.91.229.3 (13 Jul 2012 15:08:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2012 15:08:38 +0000 (UTC) Cc: 11048@debbugs.gnu.org To: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jul 13 17:08:37 2012 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SphTt-0001ne-Ad for guile-bugs@m.gmane.org; Fri, 13 Jul 2012 17:08:33 +0200 Original-Received: from localhost ([::1]:52673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SphTr-00075t-Pc for guile-bugs@m.gmane.org; Fri, 13 Jul 2012 11:08:31 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SphTo-00070c-QU for bug-guile@gnu.org; Fri, 13 Jul 2012 11:08:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SphTk-0002ok-G4 for bug-guile@gnu.org; Fri, 13 Jul 2012 11:08:28 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SphTk-0002oO-Co for bug-guile@gnu.org; Fri, 13 Jul 2012 11:08:24 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SphZB-0000jX-W0 for bug-guile@gnu.org; Fri, 13 Jul 2012 11:14:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: adamsonj@ninthfloor.org (Joel J. Adamson) Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Fri, 13 Jul 2012 15:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11048 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 11048-submit@debbugs.gnu.org id=B11048.13421924242789 (code B ref 11048); Fri, 13 Jul 2012 15:14:01 +0000 Original-Received: (at 11048) by debbugs.gnu.org; 13 Jul 2012 15:13:44 +0000 Original-Received: from localhost ([127.0.0.1]:39518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SphYt-0000iw-TV for submit@debbugs.gnu.org; Fri, 13 Jul 2012 11:13:44 -0400 Original-Received: from ninthfloor.org ([109.74.194.224]:59833 helo=mail.ninthfloor.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SphYq-0000in-Pz for 11048@debbugs.gnu.org; Fri, 13 Jul 2012 11:13:42 -0400 Original-Received: from chondestes (chondestes.bio.unc.edu [152.2.67.61]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: adamsonj) by mail.ninthfloor.org (Postfix) with ESMTPSA id A7CF11C2DA; Fri, 13 Jul 2012 15:08:01 +0000 (UTC) In-Reply-To: <8762a6wlqn.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 02 Jul 2012 11:33:36 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.97 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:6449 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi, > > Sorry for the very late reply. > > adamsonj@ninthfloor.org (Joel J. Adamson) skribis: > >> Compiling from git, I got this after 'make -k check' (full output follow= s): >> >> Running guardians.test >> /bin/sh: line 5: 20304 Segmentation fault >> CHARSETALIASDIR=3D"/home/joel/Public/src/guile/lib" ${dir}$tst >> FAIL: check-guile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> 1 of 1 test failed >> Please report to bug-guile@gnu.org >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> make[3]: *** [check-TESTS] Error 1 >> >> git log shows: >> >> commit 01e909d90a130f4987b70edae2dbd5a2b33edae7 > > Can you check whether this still happens? Apparently, this was with > =E2=80=98master=E2=80=99, right? I've successfully compiled the v2.0.6 branch, passing all tests. Joel --=20 Joel J. Adamson Servedio Lab University of North Carolina at Chapel Hill My Research Blog: http://lxmx.wordpress.com Join the FSF: http://www.fsf.org/jf?referrer=3D8164