From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.devel Subject: guile.supp for valgrind Date: Sun, 05 Jan 2003 09:14:31 -0800 Organization: Home Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <3E1867F7.4E95CE4D@veritas.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------0E4DB1D4FDB24C971B041F29" X-Trace: main.gmane.org 1041786501 6207 80.91.224.249 (5 Jan 2003 17:08:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 5 Jan 2003 17:08:21 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18VEG3-0001bv-00 for ; Sun, 05 Jan 2003 18:08:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18VEGf-00063x-04 for guile-devel@m.gmane.org; Sun, 05 Jan 2003 12:08:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18VEFR-0005b3-00 for guile-devel@gnu.org; Sun, 05 Jan 2003 12:07:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18VEFJ-0005Pb-00 for guile-devel@gnu.org; Sun, 05 Jan 2003 12:07:34 -0500 Original-Received: from bay-bridge.veritas.com ([143.127.3.10] helo=mtvmime03.VERITAS.COM) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18VEEN-0004ap-00 for guile-devel@gnu.org; Sun, 05 Jan 2003 12:06:35 -0500 Original-Received: from megami (unverified) by mtvmime03.VERITAS.COM ; Sun, 5 Jan 2003 09:06:38 -0800 Original-Received: from veritas.com([172.22.12.210]) (1738 bytes) by megami via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Sun, 5 Jan 2003 09:06:31 -0800 (PST) (Smail-3.2.0.101 1997-Dec-17 #15 built 2001-Aug-30) X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18-4GB i686) X-Accept-Language: en Original-To: jseward@acm.org, guile-devel@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:1852 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1852 This is a multi-part message in MIME format. --------------0E4DB1D4FDB24C971B041F29 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Julian, Thanks for valgrind!! It's wonderful. My box (SuSE Linux 8.0) has a Guile library with lots of problems. The attached suppression file pretty much gets rid of them. I don't know if they've fixed the issues after Guile-1.4, so I'm CC-ing them for their possible interest. I'm thinking that this should be incorporated into the default.supp when the Guile library version is 1.4. Cheers - Bruce --------------0E4DB1D4FDB24C971B041F29 Content-Type: text/plain; charset=us-ascii; name="guile.supp" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="guile.supp" # Suppressions for the Guile library # { scm_mark_loc Cond fun:scm_mark_locations fun:scm_threads_mark_stacks } { scm_mark_loc2 Cond fun:scm_mark_locations fun:scm_gc_mark } { scm_gc_mark Cond fun:scm_gc_mark fun:scm_mark_locations } { scm_gc_use Value4 fun:scm_gc_mark fun:scm_mark_locations } --------------0E4DB1D4FDB24C971B041F29 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel --------------0E4DB1D4FDB24C971B041F29--