From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: 1.8 status Date: Sun, 26 Mar 2006 14:02:01 +0100 Message-ID: <87mzfd8ily.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143487955 21134 80.91.229.2 (27 Mar 2006 19:32:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 19:32:35 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 27 21:32:33 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNxRu-0007W2-Sz for guile-devel@m.gmane.org; Mon, 27 Mar 2006 21:32:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNxRu-0002yk-Bv for guile-devel@m.gmane.org; Mon, 27 Mar 2006 14:32:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNVGt-0007to-2t for guile-devel@gnu.org; Sun, 26 Mar 2006 08:27:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNVGq-0007pe-60 for guile-devel@gnu.org; Sun, 26 Mar 2006 08:27:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNUwp-0003hI-Pz for guile-devel@gnu.org; Sun, 26 Mar 2006 08:06:23 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FNUy6-00059Y-WB for guile-devel@gnu.org; Sun, 26 Mar 2006 08:07:43 -0500 Original-Received: from laruns (host86-142-181-172.range86-142.btcentralplus.com [86.142.181.172]) by mail3.uklinux.net (Postfix) with ESMTP id BEF97409FAF for ; Sun, 26 Mar 2006 13:06:22 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 07D2CD7299 for ; Sun, 26 Mar 2006 14:02:01 +0100 (BST) Original-To: Guile Development User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5809 Archived-At: I believe the only important 1.8 bug still outstanding is the one which causes Scheme data corruption on 64-bit platforms - and which is usually enough to cause the build to fail in snarf-check-and-output-texi. Is there anything else of equal impact that I've forgotten? I'm not sure how to proceed with debugging this (or rather with advising someone else how to debug it, since I don't have a 64-bit box myself), so does anyone else have ideas? I've been assuming it's a GC problem, i.e. data which should be marked but isn't for some reason, but I guess it need not be; it could just be something modifying part of the Scheme heap by mistake. Here are references to some of the relevant threads. http://lists.gnu.org/archive/html/guile-devel/2006-02/msg00044.html _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel