From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.bugs,gmane.lisp.guile.devel Subject: Serious GC bug in GUILE 1.6 CVS Date: Tue, 17 Aug 2004 23:27:07 +0200 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <16674.30763.67953.518392@byrd.xs4all.nl> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1092778046 28812 80.91.224.253 (17 Aug 2004 21:27:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2004 21:27:26 +0000 (UTC) Cc: jantien@xs4all.nl, fodber@interware.hu Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Aug 17 23:27:15 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BxBUB-0008FG-00 for ; Tue, 17 Aug 2004 23:27:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BxBYL-0001bs-PO for guile-bugs@m.gmane.org; Tue, 17 Aug 2004 17:31:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BxBYI-0001aM-Ag for bug-guile@gnu.org; Tue, 17 Aug 2004 17:31:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BxBYF-0001aA-Qp for bug-guile@gnu.org; Tue, 17 Aug 2004 17:31:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BxBYF-0001a7-Mz; Tue, 17 Aug 2004 17:31:27 -0400 Original-Received: from [194.109.24.32] (helo=smtp-vbr12.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BxBU3-0000kq-Sa; Tue, 17 Aug 2004 17:27:08 -0400 Original-Received: from byrd.xs4all.nl.byrd.xs4all.nl (byrd.xs4all.nl [213.84.26.127]) by smtp-vbr12.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7HLR6c7020307; Tue, 17 Aug 2004 23:27:06 +0200 (CEST) (envelope-from hanwen@xs4all.nl) Original-To: bug-guile@gnu.org, guile-devel@gnu.org X-Mailer: VM 7.14 under Emacs 21.3.1 X-Virus-Scanned: by XS4ALL Virus Scanner 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: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1612 gmane.lisp.guile.devel:3973 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1612 Compile GUILE with #define SCM_DEBUG_CELL_ACCESSES 1 in config.h. Then apply this patch *** snarf-check-and-output-texi.~1.2.2.8.~ 2002-07-20 23:14:53.000000000 +0200 --- snarf-check-and-output-texi 2004-08-17 23:02:54.246192464 +0200 *************** *** 25,30 **** --- 25,31 ---- ;;; Author: Michael Livshin ;;; Code: + (set-debug-cell-accesses! 5000) (define-module (scripts snarf-check-and-output-texi) :use-module (ice-9 streams) then compilation bombs out with: cat alist.doc [..] | GUILE="/home/hanwen/usr/src/savannah/official-guile/stable/guile/guile-core/pre-inst-guile" ../scripts/snarf-check-and-output-texi --manual > guile.texi || { rm guile.texi; false; } Error in scm_gc_mark during GC: rogue pointer in heap make: *** [guile.texi] Fout 1 This is on fedora core3 test1, Linux 2.6.7 -- Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile