From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.bugs Subject: Re: Error during GC: how can I find out more? Date: Fri, 5 Dec 2008 13:28:01 -0500 Message-ID: <20081205182801.B3899.171546.root@cdptpa-web18-z01> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228501706 15780 80.91.229.12 (5 Dec 2008 18:28:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2008 18:28:26 +0000 (UTC) Cc: Sue Felshin To: bug-guile@gnu.org, Gregory Marton Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Dec 05 19:29:29 2008 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 1L8fQd-0006Oa-S7 for guile-bugs@m.gmane.org; Fri, 05 Dec 2008 19:29:28 +0100 Original-Received: from localhost ([127.0.0.1]:42795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8fPT-0002af-24 for guile-bugs@m.gmane.org; Fri, 05 Dec 2008 13:28:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8fPO-0002a6-Mv for bug-guile@gnu.org; Fri, 05 Dec 2008 13:28:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8fPJ-0002Xb-V9 for bug-guile@gnu.org; Fri, 05 Dec 2008 13:28:10 -0500 Original-Received: from [199.232.76.173] (port=43028 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8fPJ-0002XN-GZ for bug-guile@gnu.org; Fri, 05 Dec 2008 13:28:05 -0500 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:64238) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8fPJ-0006mW-9F for bug-guile@gnu.org; Fri, 05 Dec 2008 13:28:05 -0500 Original-Received: from cdptpa-web18-z01 ([10.127.132.109]) by cdptpa-smta01.mail.rr.com with ESMTP id <20081205182801.TDJX18747.cdptpa-smta01.mail.rr.com@cdptpa-web18-z01>; Fri, 5 Dec 2008 18:28:01 +0000 In-Reply-To: X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:4135 Archived-At: ---- Gregory Marton wrote: > Hi folks, > > We are working with dbi postgres and suspect that we may have made a > mistake while modifying it that causes guile occasionally to die with > Guile: error during GC. > Is it possible to invoke garbage collection from within Scheme so we can > more easily write a test case to isolate the problem? Sure. Just call (gc) whereever you want. -Dale