|
From: Julian S. <js...@ac...> - 2007-04-03 14:05:27
|
> I've ALWAYS had a bazillion errors of that ilk emitted by valgrind when > running against OCI programs, and for the most part have not been able > to get suppressions to work. I've spent a few hours on it, over the > course of many months, and have been able to suppress some but not most > of the msgs emitted by Valgrind against the oracle libraries. Not even > when I tell it to print the necessary suppressions. There's quite a lot of complexity in the detection and suppression of errors, so I'd need to see some examples of errors you tried and failed to suppress in order to diagnose this. One thing worth trying is the latest stable release (3.2.3). Newer compilers and libraries always have a handful of oddities which Memcheck doesn't handle so well, and in 3.2.3 quite some effort went into to handling those better. J |