Hi,
On Feb 4, 2008 7:23 PM, Timothy Wall <twal...@dev.java.net> wrote:
I've tried to upgrade to latest jna version, but had to rollback
because of the following issue - when I run dll unit tests under
new jna I got the following dialog box:
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Buffer overrun detected!
Program: C:\java\jdk1.5\jre\bin\java.exe
A buffer overrun has been detected which has corrupted the program's
internal state. The program cannot safely continue execution and must
now be terminated.
Can you determine which unit test is causing the failure? Which
windows version? The VMCrashProtection test intentionally causes an
illegal access; try running it independently to see if it's the one
causing the fault.
I'm sorry I didn't state it clearly -- it's mine unit test not jna one. The
system is windows xp sp2.
All I can say is that callbacks are involved. If it helps I can send you
dlls + couple of java classes to reproduce bug on your system.