unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Bruce Korb <bkorb@veritas.com>
Subject: guile.supp for valgrind
Date: Sun, 05 Jan 2003 09:14:31 -0800	[thread overview]
Message-ID: <3E1867F7.4E95CE4D@veritas.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 411 bytes --]


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

[-- Attachment #2: guile.supp --]
[-- Type: text/plain, Size: 344 bytes --]

#  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
}

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel

             reply	other threads:[~2003-01-05 17:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-05 17:14 Bruce Korb [this message]
2003-01-05 18:54 ` guile.supp for valgrind Han-Wen Nienhuys

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E1867F7.4E95CE4D@veritas.com \
    --to=bkorb@veritas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).