Hi,

I'm trying to debug a large C application that (amongst other things)
starts a JVM and uses Java's JDBC to connect to databases via JNI.

If I use the sourceforge bounds checking patch I get a sensible list of
errors (none from the JVM). I'd also like to use Mudflap however running
the program with mudflap generates huge numbers of errors caused by the
(uninstrumented) libjvm.so.

I don't much care about errors in the JVM, whether they are real or
imagined - I'm not going to be altering that code, is there any way to
ask mudflap to suppress errors from all uninstrumented code or from a
certain library or use a valgrind style suppressions file etc.

Any advice appreciated.

Jon.

Reply via email to