9 messages in net.java.dev.jna.usersRe: [jna-users] jna segfaults on wind...
FromSent OnAttachments
Nick EvgenievJan 31, 2008 12:03 pm 
Timothy WallJan 31, 2008 1:18 pm 
Nick EvgenievFeb 1, 2008 6:29 am 
Timothy WallFeb 1, 2008 6:34 am 
Nick EvgenievFeb 1, 2008 7:07 am 
Timothy WallFeb 1, 2008 7:47 am 
Nick EvgenievFeb 4, 2008 8:14 am 
Timothy WallFeb 4, 2008 8:23 am 
Nick EvgenievFeb 4, 2008 8:37 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] jna segfaults on windows 2003 serverActions...
From:Timothy Wall (twal@dev.java.net)
Date:Jan 31, 2008 1:18:50 pm
List:net.java.dev.jna.users

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?