From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: yluo Newsgroups: gmane.lisp.guile.devel Subject: Purify on Guile Date: Wed, 19 Nov 2003 17:15:21 +0800 Organization: Synopsys Inc. Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <3FBB34A9.2020404@synopsys.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1069233458 7175 80.91.224.253 (19 Nov 2003 09:17:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2003 09:17:38 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Nov 19 10:17:33 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMOSr-0005dm-00 for ; Wed, 19 Nov 2003 10:17:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AMPPX-0002YY-JI for guile-devel@m.gmane.org; Wed, 19 Nov 2003 05:18:11 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AMPOv-0002Vm-Ta for guile-devel@gnu.org; Wed, 19 Nov 2003 05:17:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AMPOP-0002IX-FR for guile-devel@gnu.org; Wed, 19 Nov 2003 05:17:32 -0500 Original-Received: from [198.182.44.80] (helo=kiruna.synopsys.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AMPOO-0002Hj-LR for guile-devel@gnu.org; Wed, 19 Nov 2003 05:17:00 -0500 Original-Received: from mother.synopsys.com (mother.synopsys.com [146.225.100.171]) by kiruna.synopsys.com (Postfix) with ESMTP id 9BB31FB1F for ; Wed, 19 Nov 2003 01:15:30 -0800 (PST) Original-Received: from cn42-ns2.synopsys.com (localhost [127.0.0.1]) by mother.synopsys.com (8.9.1/8.9.1) with ESMTP id BAA22533 for ; Wed, 19 Nov 2003 01:15:29 -0800 (PST) Original-Received: from synopsys.com (localhost [127.0.0.1]) by cn42-ns2.synopsys.com (8.12.9/8.12.9) with ESMTP id hAJ9IOdN024659 for ; Wed, 19 Nov 2003 17:18:25 +0800 (CST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: zh-CN, en Original-To: guile-devel@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3070 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3070 Dear Experts, We use memory-debugging tools (Purify) here, and it is annoying to get Error/Warning messages every time. There are many SBR and UMR warnings during garbage collection and some SBW (Stack array bounds write) errors reported during dynamic throw. I guess those operations on memory are harmless, but which always makes people nervous. Is there any way to avoid those happened? If so, could you please kindly point me the way? Really appreciate for your help!! Best Regards, Pavane _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel