diff options
author | N.N. <matju@users.sourceforge.net> | 2008-04-28 18:10:15 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2008-04-28 18:10:15 +0000 |
commit | 91c0003b158e5f0ed9d0677fb136ae8bb6f86ec5 (patch) | |
tree | d413a48086819f6a2620cd27d030861d122d4f3f /externals/gridflow/extra/ruby.valgrind | |
parent | 98dfdfa2fc1c92ba69e33fd77ed3392034297c1f (diff) |
this is an old gridflow, and there's already a svn repository at http://gridflow.ca/svn/trunk
svn path=/trunk/; revision=9739
Diffstat (limited to 'externals/gridflow/extra/ruby.valgrind')
-rw-r--r-- | externals/gridflow/extra/ruby.valgrind | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/externals/gridflow/extra/ruby.valgrind b/externals/gridflow/extra/ruby.valgrind deleted file mode 100644 index 64603378..00000000 --- a/externals/gridflow/extra/ruby.valgrind +++ /dev/null @@ -1,82 +0,0 @@ -# From: Tanaka Akira <akr@m17n.org> -# matz@ruby-lang.org (Yukihiro Matsumoto) writes: -# -#> Some reports from valgrind is due to Ruby's conservative GC, which -#> touch all C stack region. -# -#I use following suppression file to suppress such reports. - -{ - memcpy/rb_thread_save_context(Value1) - Addr1 - fun:memcpy - fun:rb_thread_save_context -} - -{ - memcpy/rb_thread_restore_context(Value1) - Addr1 - fun:memcpy - fun:rb_thread_restore_context -} - -{ - strchr/_dl_catch_error(Cond) - Cond - fun:strchr - obj:/lib/libc-2.2.5.so - fun:_dl_catch_error -} - -{ - mark_locations_array(Cond) - Cond - fun:mark_locations_array -} - -{ - mark_locations_array(Value4) - Value4 - fun:mark_locations_array -} - -{ - mark_locations_array(Value4) - Addr4 - fun:mark_locations_array -} - -{ - rb_gc_mark(Cond) - Cond - fun:rb_gc_mark -} - -{ - rb_gc_mark(Value4) - Value4 - fun:rb_gc_mark -} - -{ - rb_gc_mark_children(Value4) - Value4 - fun:rb_gc_mark_children -} - -{ - rb_gc_mark_children(Cond) - Cond - fun:rb_gc_mark_children -} - -#-- -#Tanaka Akira - - -# additional attempt by matju: -{ - libc - Cond - obj:/lib/libc-2.2.5.so -} |