Re: Selective Mudflap

2005-09-02 Thread Frank Ch. Eigler
Hi - On Fri, Sep 02, 2005 at 03:55:27PM +0100, Jon Levell wrote: > [...] > > Do these errors arise from malloc-type operations performed by the > > JVM? Or from your code's use of JVM-provided pointers? [...] > > The errors stem from inside the JVM. I presume when it is using > pointers that t

Re: Selective Mudflap

2005-09-02 Thread Jon Levell
"Frank Ch. Eigler" <[EMAIL PROTECTED]> writes: > "Jon Levell" <[EMAIL PROTECTED]> writes: > > 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. [..] > > of errors (none from the JVM). I'd also like to u

Re: Selective Mudflap

2005-09-01 Thread Frank Ch. Eigler
"Jon Levell" <[EMAIL PROTECTED]> writes: > 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. Brave! > If I use the sourceforge bounds checking patch I get a sensible list > of errors (none from the JVM). I'd

Selective Mudflap

2005-09-01 Thread Jon Levell
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