From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: crash and test failures with 1.8.1 Date: Fri, 17 Aug 2007 09:23:05 +1000 Message-ID: <87d4xngj3a.fsf@zip.com.au> References: <4665619A.5000304@mtl.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187306629 16843 80.91.229.12 (16 Aug 2007 23:23:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2007 23:23:49 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Aug 17 01:23:47 2007 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ILogq-0007sD-9s for guile-bugs@m.gmane.org; Fri, 17 Aug 2007 01:23:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILogp-0003lX-Om for guile-bugs@m.gmane.org; Thu, 16 Aug 2007 19:23:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ILogk-0003h3-LP for bug-guile@gnu.org; Thu, 16 Aug 2007 19:23:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ILogj-0003eN-D9 for bug-guile@gnu.org; Thu, 16 Aug 2007 19:23:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILogj-0003e5-A8 for bug-guile@gnu.org; Thu, 16 Aug 2007 19:23:37 -0400 Original-Received: from mailout2-7.pacific.net.au ([61.8.2.230] helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ILogi-0001pW-SP for bug-guile@gnu.org; Thu, 16 Aug 2007 19:23:37 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id C0B3FC0697 for ; Fri, 17 Aug 2007 09:23:19 +1000 (EST) Original-Received: from localhost (ppp2FC8.dyn.pacific.net.au [61.8.47.200]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 016C38C1B for ; Fri, 17 Aug 2007 09:23:27 +1000 (EST) Original-Received: from gg by localhost with local (Exim 4.67) (envelope-from ) id 1ILogE-0000y6-04 for bug-guile@gnu.org; Fri, 17 Aug 2007 09:23:06 +1000 In-Reply-To: <4665619A.5000304@mtl.mit.edu> (Dan McMahill's message of "Tue, 05 Jun 2007 09:14:02 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3561 Archived-At: [belated followup] Dan McMahill writes: > > Running numbers.test > FAIL: numbers.test: max: big / real: (= big*5 (max big*5 -inf.0)) Thanks, that was a bug in the test (I believe the code is/was ok). > Running r4rs.test > [1] Segmentation fault ${dir}${tst} > FAIL: check-guile Don't know anything about that. > 1) Is there a more or less simple way to step through the tests in an > interactive mode where I can get to the failures in numbers.test to > really see what values are involved and causing the failure? Not really, but the tests are supposed to be relatively straightforward so you can pick out the values and try them. > 2) Is there a simple way to get the r4rs.test to run in the debugger > so I can either track this down myself or provide some more useful > feedback? Slightly painful. The last time I had to do that I changed the last line of the generated pre-inst-guile script from exec $GUILE "$@" to exec /my/build/dir/libtool gdb --args $GUILE "$@" _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile