guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile.supp for valgrind


From: Bruce Korb
Subject: guile.supp for valgrind
Date: Sun, 05 Jan 2003 09:14:31 -0800

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]