In my case it's not specifically a Pike issue. I don't have a working test case right now although it would be interesting to look at some.
/ David Hedbor
Previous text:
2004-03-02 23:42: Subject: valgrinding Pike - some problems
You should try compiling without optimizations and see if it goes away. Things like if(foo.type==T_INT && foo.subtype==NUMBER_NUMBER) is sometimes optimized into one expression which _include_ uninitialized bits, but doesn't depend on them.
/ Martin Nilsson (saturator)