Valgrind?

Anyone tried to use Valgrind with Ruby ? I’ve been trying it to debug my
Ruby extension (GridFlow) and found out it reports alot of problems with
gc.c, namely, markfunctions accessing uninitialized variables; it seems to
occur most with RRegexp and RData celltypes. I wonder whether someone
would have a try at this and possibly “fix” the Ruby GC or tell me what
messages I should ignore if any.

···

Mathieu Bouchard http://artengine.ca/matju

Anyone tried to use Valgrind with Ruby ? I've been trying it to debug my
Ruby extension (GridFlow) and found out it reports alot of problems with
gc.c, namely, markfunctions accessing uninitialized variables; it seems to
occur most with RRegexp and RData celltypes. I wonder whether someone
would have a try at this and possibly "fix" the Ruby GC or tell me what
messages I should ignore if any.

See [ruby-talk:52064] and [ruby-talk:52065]

valgrind is not the best tool for this.

Guy Decoux