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
"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
"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
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