From: Dirk M. <dm...@gm...> - 2003-06-23 15:07:07
|
On Mon, 23 Jun 2003, Vijay Kamath wrote: > idea what it could be. And why doesn't valgrind show any error?! are you suere the very same parameters being passed to the function? Maybe valgrind triggers another bug else where and the parameters you pass to the function while running under valgrind are not the same. do you use threads? can you try with CVS HEAD version ? can you try with --optimise=no --chain-bb=no ? -- Dirk |