On Jan 31, 2008, at 3:03 PM, Nick Evgeniev wrote:
Hi,
I'm having a problem with jna -- the program I write with jna help
is working just fine under windows xp or vista but segfaults jvm
(1.5, 1.6) under windows 2003 server (most likely on particular jni
call).
My first thought was to post a bug to tracker but I didn't find
windows 2003 in the list of supported operation systems.
This issue does really hurt me as our clients are using windows
2003 on their servers because of corporate policy.
So... Is windows 2003 server is supported by jna and if so how can
I assist in resolving this issue?
There's no reason why windows 2003 32-bit x86 shouldn't work. Can
you run the JNA testsuite on it?
Providing the dump file generated by the VM would be a start. Also
include the C API you are calling, and the JNA mapping you are using.
Check the w32 API documentation for the method that is failing. Is
it implemented the same for XP/Vista/S2003? Are you using the same
hardware in all three cases? What is os.name/os.arch in each case?