Code Monkey home page Code Monkey logo

Comments (2)

twall avatar twall commented on September 13, 2024

Please follow the guidelines for requesting JNA support before filing an issue. If you don't show a modicum of effort in solving the problem yourself (which includes sharing the details and results of those explorations), it's highly unlikely that anyone will be interested in doing so on your behalf.

For reference:

  • include all relevant native code
  • include corresponding mappings in JNA (at least the ones you've tried)
  • a general description of what you're trying to do
  • if on multiple platforms, indicate all relevant details of the platforms on which it works and on which it doesn't
  • include the version(s) of JNA being used

If you learn to investigate and ask questions in the proper manner, you'll have much more success. And if you in turn teach 5 more developers these skills, the world will be a better place :)

On May 18, 2012, at 7:08 AM, lavasoft wrote:

Hi everyone, this is my first post here. I am using JNA in a GUI application to invoke methods in a dll. Though the code
is running fine in some machines, In some machines I am getting the error which I am going to post below. Please note that all the machines, I am running the program have similar platforms(Windows 7 64-bit, minimum 2GB RAM.

A fatal error has been detected by the Java Runtime Environment:

Internal Error (os_windows_x86.cpp:149), pid=2364, tid=3676

guarantee(result == EXCEPTION_CONTINUE_EXECUTION) failed: Unexpected result from topLevelExceptionFilter

JRE version: 7.0_04-b20

Java VM: Java HotSpot(TM) 64-Bit Server VM (23.0-b21 mixed mode windows-amd64 compressed oops)

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/bugreport/crash.jsp

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

--------------- T H R E A D ---------------

Current thread (0x000000000222c000): JavaThread "main" [_thread_in_native, id=3676, stack(0x0000000002230000,0x0000000002330000)]

Stack: [0x0000000002230000,0x0000000002330000]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Object;+315
j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+214
j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+341
j $Proxy0.USBStartup()I+9
j sportkat.SportKatMain.main([Ljava/lang/String;)V+15
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x0000000006934800 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=4028, stack(0x0000000022e00000,0x0000000022f00000)]
0x0000000009415000 JavaThread "Timer-3" [_thread_blocked, id=1212, stack(0x000000000a2b0000,0x000000000a3b0000)]
0x00000000094de000 JavaThread "Timer-2" [_thread_blocked, id=2204, stack(0x0000000009ee0000,0x0000000009fe0000)]
0x0000000006872800 JavaThread "Timer-1" [_thread_blocked, id=2068, stack(0x0000000009d30000,0x0000000009e30000)]
0x000000000687c000 JavaThread "Timer-0" [_thread_blocked, id=1552, stack(0x0000000009be0000,0x0000000009ce0000)]
0x0000000006838000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=1844, stack(0x00000000092a0000,0x00000000093a0000)]
0x00000000065d6000 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=2948, stack(0x0000000007090000,0x0000000007190000)]
0x00000000065cd000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2104, stack(0x00000000069c0000,0x0000000006ac0000)]
0x00000000065cc000 JavaThread "AWT-Shutdown" [_thread_blocked, id=2072, stack(0x0000000006cd0000,0x0000000006dd0000)]
0x00000000057d2000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1580, stack(0x0000000006b60000,0x0000000006c60000)]
0x000000000571e800 JavaThread "Service Thread" daemon [_thread_blocked, id=3592, stack(0x0000000005b30000,0x0000000005c30000)]
0x0000000005718000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3900, stack(0x00000000062b0000,0x00000000063b0000)]
0x0000000005711000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=496, stack(0x00000000060b0000,0x00000000061b0000)]
0x000000000570f800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2784, stack(0x0000000005f00000,0x0000000006000000)]
0x000000000570c000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1484, stack(0x0000000005db0000,0x0000000005eb0000)]
0x0000000005688000 JavaThread "Finalizer" daemon [_thread_blocked, id=3996, stack(0x0000000005c50000,0x0000000005d50000)]
0x0000000005680000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1816, stack(0x0000000005990000,0x0000000005a90000)]
=>0x000000000222c000 JavaThread "main" [_thread_in_native, id=3676, stack(0x0000000002230000,0x0000000002330000)]

Other Threads:
0x0000000005679000 VMThread [stack: 0x0000000005870000,0x0000000005970000] [id=2116]
0x0000000005734800 WatcherThread [stack: 0x0000000006470000,0x0000000006570000] [id=3968]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 8640K, used 3212K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000)
eden space 7744K, 29% used [0x00000000dee00000, 0x00000000df043170, 0x00000000df590000)
from space 896K, 100% used [0x00000000df670000, 0x00000000df750000, 0x00000000df750000)
to space 896K, 0% used [0x00000000df590000, 0x00000000df590000, 0x00000000df670000)
tenured generation total 19136K, used 7407K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000)
the space 19136K, 38% used [0x00000000e8350000, 0x00000000e8a8bf98, 0x00000000e8a8c000, 0x00000000e9600000)
compacting perm gen total 21248K, used 15202K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000000000000)
the space 21248K, 71% used [0x00000000fae00000, 0x00000000fbcd8940, 0x00000000fbcd8a00, 0x00000000fc2c0000)
No shared spaces configured.

Code Cache [0x0000000002490000, 0x0000000002700000, 0x0000000005490000)
total_blobs=526 nmethods=35 adapters=443 free_code_cache=48500Kb largest_free_block=49632256

Compilation events (10 events):
Event: 3.362 Thread 0x0000000005718000 nmethod 28 0x0000000002528f50 code [0x0000000002529100, 0x0000000002529570]
Event: 3.362 Thread 0x0000000005718000 29 java.lang.CharacterDataLatin1::toLowerCase (39 bytes)
Event: 3.362 Thread 0x0000000005718000 nmethod 29 0x000000000252b490 code [0x000000000252b5c0, 0x000000000252b678]
Event: 3.362 Thread 0x0000000005718000 30 java.io.Win32FileSystem::isSlash (18 bytes)
Event: 3.362 Thread 0x0000000005718000 nmethod 30 0x0000000002528d50 code [0x0000000002528e80, 0x0000000002528ed8]
Event: 3.362 Thread 0x0000000005718000 31 java.io.BufferedInputStream::getBufIfOpen (21 bytes)
Event: 3.363 Thread 0x0000000005718000 nmethod 31 0x0000000002528b10 code [0x0000000002528c40, 0x0000000002528cb8]
Event: 3.363 Thread 0x0000000005718000 32 s java.io.BufferedInputStream::read (49 bytes)
Event: 3.364 Thread 0x0000000005718000 nmethod 32 0x00000000025281d0 code [0x0000000002528320, 0x0000000002528788]
Event: 3.429 Thread 0x0000000005711000 nmethod 26 0x0000000002533dd0 code [0x0000000002534140, 0x0000000002537cd0]

GC Heap History (6 events):
Event: 0.712 GC heap before
{Heap before GC invocations=0 (full 0):
def new generation total 8640K, used 5067K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000)
eden space 7744K, 65% used [0x00000000dee00000, 0x00000000df2f2f10, 0x00000000df590000)
from space 896K, 0% used [0x00000000df590000, 0x00000000df590000, 0x00000000df670000)
to space 896K, 0% used [0x00000000df670000, 0x00000000df670000, 0x00000000df750000)
tenured generation total 19136K, used 0K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000)
the space 19136K, 0% used [0x00000000e8350000, 0x00000000e8350000, 0x00000000e8350200, 0x00000000e9600000)
compacting perm gen total 21248K, used 9920K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000000000000)
the space 21248K, 46% used [0x00000000fae00000, 0x00000000fb7b03b8, 0x00000000fb7b0400, 0x00000000fc2c0000)
No shared spaces configured.
Event: 0.722 GC heap after
Heap after GC invocations=1 (full 0):
def new generation total 8640K, used 895K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000)
eden space 7744K, 0% used [0x00000000dee00000, 0x00000000dee00000, 0x00000000df590000)
from space 896K, 99% used [0x00000000df670000, 0x00000000df74fff8, 0x00000000df750000)
to space 896K, 0% used [0x00000000df590000, 0x00000000df590000, 0x00000000df670000)
tenured generation total 19136K, used 997K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000)
the space 19136K, 5% used [0x00000000e8350000, 0x00000000e84496a0, 0x00000000e8449800, 0x00000000e9600000)
compacting perm gen total 21248K, used 9920K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000000000000)
the space 21248K, 46% used [0x00000000fae00000, 0x00000000fb7b03b8, 0x00000000fb7b0400, 0x00000000fc2c0000)
No shared spaces configured.
}
Event: 0.787 GC heap before
{Heap before GC invocations=1 (full 0):
def new generation total 8640K, used 8637K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000)
eden space 7744K, 99% used [0x00000000dee00000, 0x00000000df58f658, 0x00000000df590000)
from space 896K, 99% used [0x00000000df670000, 0x00000000df74fff8, 0x00000000df750000)
to space 896K, 0% used [0x00000000df590000, 0x00000000df590000, 0x00000000df670000)
tenured generation total 19136K, used 997K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000)
the space 19136K, 5% used [0x00000000e8350000, 0x00000000e84496a0, 0x00000000e8449800, 0x00000000e9600000)
compacting perm gen total 21248K, used 10111K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000000000000)
the space 21248K, 47% used [0x00000000fae00000, 0x00000000fb7dffd0, 0x00000000fb7e0000, 0x00000000fc2c0000)
No shared spaces configured.
Event: 0.797 GC heap after
Heap after GC invocations=2 (full 0):
def new generation total 8640K, used 77K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000)
eden space 7744K, 0% used [0x00000000dee00000, 0x00000000dee00000, 0x00000000df590000)
from space 896K, 8% used [0x00000000df590000, 0x00000000df5a3778, 0x00000000df670000)
to space 896K, 0% used [0x00000000df670000, 0x00000000df670000, 0x00000000df750000)
tenured generation total 19136K, used 7013K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000)
the space 19136K, 36% used [0x00000000e8350000, 0x00000000e8a294d8, 0x00000000e8a29600, 0x00000000e9600000)
compacting perm gen total 21248K, used 10111K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000000000000)
the space 21248K, 47% used [0x00000000fae00000, 0x00000000fb7dffd0, 0x00000000fb7e0000, 0x00000000fc2c0000)
No shared spaces configured.
}
Event: 2.697 GC heap before
{Heap before GC invocations=2 (full 0):
def new generation total 8640K, used 7821K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000)
eden space 7744K, 100% used [0x00000000dee00000, 0x00000000df590000, 0x00000000df590000)
from space 896K, 8% used [0x00000000df590000, 0x00000000df5a3778, 0x00000000df670000)
to space 896K, 0% used [0x00000000df670000, 0x00000000df670000, 0x00000000df750000)
tenured generation total 19136K, used 7013K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000)
the space 19136K, 36% used [0x00000000e8350000, 0x00000000e8a294d8, 0x00000000e8a29600, 0x00000000e9600000)
compacting perm gen total 21248K, used 12907K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000000000000)
the space 21248K, 60% used [0x00000000fae00000, 0x00000000fba9ad78, 0x00000000fba9ae00, 0x00000000fc2c0000)
No shared spaces configured.
Event: 2.708 GC heap after
Heap after GC invocations=3 (full 0):
def new generation total 8640K, used 896K [0x00000000dee00000, 0x00000000df750000, 0x00000000e8350000)
eden space 7744K, 0% used [0x00000000dee00000, 0x00000000dee00000, 0x00000000df590000)
from space 896K, 100% used [0x00000000df670000, 0x00000000df750000, 0x00000000df750000)
to space 896K, 0% used [0x00000000df590000, 0x00000000df590000, 0x00000000df670000)
tenured generation total 19136K, used 7407K [0x00000000e8350000, 0x00000000e9600000, 0x00000000fae00000)
the space 19136K, 38% used [0x00000000e8350000, 0x00000000e8a8bf98, 0x00000000e8a8c000, 0x00000000e9600000)
compacting perm gen total 21248K, used 12907K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000000000000)
the space 21248K, 60% used [0x00000000fae00000, 0x00000000fba9ad78, 0x00000000fba9ae00, 0x00000000fc2c0000)
No shared spaces configured.
}

Deoptimization events (8 events):
Event: 0.653 Thread 0x00000000065d6000 Uncommon trap -34 fr.pc 0x00000000025071e4
Event: 0.654 Thread 0x00000000065d6000 Uncommon trap -34 fr.pc 0x00000000025071e4
Event: 0.669 Thread 0x00000000065d6000 Uncommon trap -34 fr.pc 0x00000000025071e4
Event: 0.669 Thread 0x00000000065d6000 Uncommon trap -34 fr.pc 0x00000000025071e4
Event: 0.864 Thread 0x000000000222c000 Uncommon trap -34 fr.pc 0x0000000002508228
Event: 0.864 Thread 0x000000000222c000 Uncommon trap -34 fr.pc 0x0000000002508228
Event: 3.367 Thread 0x00000000065d6000 Uncommon trap -34 fr.pc 0x0000000002508228
Event: 3.367 Thread 0x00000000065d6000 Uncommon trap -34 fr.pc 0x0000000002508228

Internal exceptions (10 events):
Event: 2.878 Thread 0x00000000065d6000 Threw 0x00000000deed2348 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.879 Thread 0x00000000065d6000 Threw 0x00000000deedaff0 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.879 Thread 0x00000000065d6000 Threw 0x00000000deedc120 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.879 Thread 0x00000000065d6000 Threw 0x00000000deedd9d0 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.879 Thread 0x00000000065d6000 Threw 0x00000000deedebb8 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.885 Thread 0x00000000065d6000 Threw 0x00000000deee2b20 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.885 Thread 0x00000000065d6000 Threw 0x00000000deee8e10 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.886 Thread 0x00000000065d6000 Threw 0x00000000deeed0f0 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.887 Thread 0x00000000065d6000 Threw 0x00000000deef0918 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 2.888 Thread 0x00000000065d6000 Threw 0x00000000deef4b38 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:1166

Events (10 events):
Event: 3.381 loading class 0x000000000675aac0 done
Event: 3.381 loading class 0x00000000093ddc60
Event: 3.381 loading class 0x00000000093ddc60 done
Event: 3.383 loading class 0x00000000095859a0
Event: 3.384 loading class 0x000000000962bfa0
Event: 3.384 loading class 0x000000000962bfa0 done
Event: 3.384 loading class 0x00000000095859a0 done
Event: 3.384 loading class 0x000000000951af40
Event: 3.384 loading class 0x000000000951af40 done
Event: 3.386 Thread 0x0000000006934800 Thread added: 0x0000000006934800

Dynamic libraries:
0x000000003f2c0000 - 0x000000003f2f3000 C:\Program Files\Java\jdk1.7.0_04\bin\java.exe
0x0000000076cb0000 - 0x0000000076e59000 C:\Windows\SYSTEM32\ntdll.dll
0x00000000766d0000 - 0x00000000767ef000 C:\Windows\system32\kernel32.dll
0x00000000fd1c0000 - 0x00000000fd22c000 C:\Windows\system32\KERNELBASE.dll
0x00000000feee0000 - 0x00000000fefbb000 C:\Windows\system32\ADVAPI32.dll
0x00000000fddc0000 - 0x00000000fde5f000 C:\Windows\system32\msvcrt.dll
0x00000000fed80000 - 0x00000000fed9f000 C:\Windows\SYSTEM32\sechost.dll
0x00000000fedb0000 - 0x00000000feedd000 C:\Windows\system32\RPCRT4.dll
0x00000000765d0000 - 0x00000000766ca000 C:\Windows\system32\USER32.dll
0x00000000fd750000 - 0x00000000fd7b7000 C:\Windows\system32\GDI32.dll
0x00000000fd8f0000 - 0x00000000fd8fe000 C:\Windows\system32\LPK.dll
0x00000000fdbf0000 - 0x00000000fdcb9000 C:\Windows\system32\USP10.dll
0x00000000fbb20000 - 0x00000000fbd14000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x00000000fdd40000 - 0x00000000fddb1000 C:\Windows\system32\SHLWAPI.dll
0x00000000fd720000 - 0x00000000fd74e000 C:\Windows\system32\IMM32.DLL
0x00000000fd7c0000 - 0x00000000fd8c9000 C:\Windows\system32\MSCTF.dll
0x000000006d040000 - 0x000000006d111000 C:\Program Files\Java\jdk1.7.0_04\jre\bin\msvcr100.dll
0x000000006c920000 - 0x000000006d03a000 C:\Program Files\Java\jdk1.7.0_04\jre\bin\server\jvm.dll
0x00000000f8d80000 - 0x00000000f8d89000 C:\Windows\system32\WSOCK32.dll
0x00000000fdfa0000 - 0x00000000fdfed000 C:\Windows\system32\WS2_32.dll
0x00000000feda0000 - 0x00000000feda8000 C:\Windows\system32\NSI.dll
0x00000000f8460000 - 0x00000000f849b000 C:\Windows\system32\WINMM.dll
0x0000000076e70000 - 0x0000000076e77000 C:\Windows\system32\PSAPI.DLL
0x000000006ef10000 - 0x000000006ef1f000 C:\Program Files\Java\jdk1.7.0_04\jre\bin\verify.dll
0x000000006eee0000 - 0x000000006ef08000 C:\Program Files\Java\jdk1.7.0_04\jre\bin\java.dll
0x000000006eec0000 - 0x000000006eed5000 C:\Program Files\Java\jdk1.7.0_04\jre\bin\zip.dll
0x000000006c780000 - 0x000000006c914000 C:\Program Files\Java\jdk1.7.0_04\jre\bin\awt.dll
0x00000000fdb10000 - 0x00000000fdbe7000 C:\Windows\system32\OLEAUT32.dll
0x00000000fd900000 - 0x00000000fdb03000 C:\Windows\system32\ole32.dll
0x00000000fb940000 - 0x00000000fb996000 C:\Windows\system32\uxtheme.dll
0x00000000f7ed0000 - 0x00000000f7ee7000 C:\Program Files (x86)\TeamViewer\Version7\tv_x64.dll
0x00000000fdff0000 - 0x00000000fed78000 C:\Windows\system32\SHELL32.dll
0x00000000fb2b0000 - 0x00000000fb2c8000 C:\Windows\system32\dwmapi.dll
0x00000000fd040000 - 0x00000000fd04f000 C:\Windows\system32\CRYPTBASE.dll
0x00000000f5ef0000 - 0x00000000f60ef000 C:\Windows\system32\d3d9.dll
0x00000000fc010000 - 0x00000000fc01c000 C:\Windows\system32\VERSION.dll
0x00000000fbaf0000 - 0x00000000fbaf7000 C:\Windows\system32\d3d8thk.dll
0x00000000eba80000 - 0x00000000ecb69000 C:\Windows\system32\nvd3dumx.dll
0x00000000fa720000 - 0x00000000fa74c000 C:\Windows\system32\powrprof.dll
0x00000000fd540000 - 0x00000000fd717000 C:\Windows\system32\SETUPAPI.dll
0x00000000fd2f0000 - 0x00000000fd326000 C:\Windows\system32\CFGMGR32.dll
0x00000000fd2d0000 - 0x00000000fd2ea000 C:\Windows\system32\DEVOBJ.dll
0x00000000fc9a0000 - 0x00000000fc9b7000 C:\Windows\system32\CRYPTSP.dll
0x00000000fc6a0000 - 0x00000000fc6e7000 C:\Windows\system32\rsaenh.dll
0x00000000fc460000 - 0x00000000fc47e000 C:\Windows\system32\USERENV.dll
0x00000000fd110000 - 0x00000000fd11f000 C:\Windows\system32\profapi.dll
0x000000006eea0000 - 0x000000006eeb9000 C:\Program Files\Java\jdk1.7.0_04\jre\bin\net.dll
0x00000000fc940000 - 0x00000000fc995000 C:\Windows\system32\mswsock.dll
0x00000000fc930000 - 0x00000000fc937000 C:\Windows\System32\wship6.dll
0x00000000fa2a0000 - 0x00000000fa2b5000 C:\Windows\system32\NLAapi.dll
0x00000000f5210000 - 0x00000000f5225000 C:\Windows\system32\napinsp.dll
0x00000000f51f0000 - 0x00000000f5209000 C:\Windows\system32\pnrpnsp.dll
0x00000000fc7c0000 - 0x00000000fc81b000 C:\Windows\system32\DNSAPI.dll
0x00000000f8b90000 - 0x00000000f8b9b000 C:\Windows\System32\winrnr.dll
0x00000000fc340000 - 0x00000000fc347000 C:\Windows\System32\wshtcpip.dll
0x00000000f9fd0000 - 0x00000000f9ff7000 C:\Windows\system32\IPHLPAPI.DLL
0x00000000f9fc0000 - 0x00000000f9fcb000 C:\Windows\system32\WINNSI.DLL
0x00000000f8450000 - 0x00000000f8458000 C:\Windows\system32\rasadhlp.dll
0x00000000f9bc0000 - 0x00000000f9c13000 C:\Windows\System32\fwpuclnt.dll
0x000000006ee80000 - 0x000000006ee91000 C:\Program Files\Java\jdk1.7.0_04\jre\bin\nio.dll
0x0000000080000000 - 0x0000000080037000 C:\Users\vojustest\AppData\Local\Temp\jna3107110738316524598.dll
0x00000000fb180000 - 0x00000000fb18f000 C:\Users\vojustest\Desktop\KoreBalance 1.0-2012-05-16\KoreBalance 1.0-2012-05-16\KoreBalance1.0\MaritzaDll.dll
0x00000000f2330000 - 0x00000000f239f000 C:\Windows\SYSTEM32\MSCOREE.DLL
0x000000006c740000 - 0x000000006c774000 C:\Program Files\Java\jdk1.7.0_04\jre\bin\fontmanager.dll
0x00000000ecec0000 - 0x00000000ed85d000 C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorwks.dll
0x0000000071570000 - 0x0000000071639000 C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_88df89932faf0bf6\MSVCR80.dll
0x00000000eaba0000 - 0x00000000eba7c000 C:\Windows\assembly\NativeImages_v2.0.50727_64\mscorlib\f73f0a9c9a83dcd3ff428be509a7992f\mscorlib.ni.dll
0x000000006c6f0000 - 0x000000006c731000 C:\Program Files\Java\jdk1.7.0_04\jre\bin\t2k.dll

VM Arguments:
java_command: KoreBalance1.0.jar
Launcher Type: SUN_STANDARD

Environment Variables:
CLASSPATH=C:\Program Files\Java\jdk1.7.0_04\lib
PATH=C:\Program Files\Java\jdk1.7.0_04\bin;C:\Program Files\Java\jdk1.7.0_04\bin
USERNAME=vojustest
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc

Memory: 4k page, physical 1833464k(603320k free), swap 3666928k(2044352k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (23.0-b21) for windows-amd64 JRE (1.7.0_04-b20), built on Apr 12 2012 02:28:20 by "java_re" with unknown MS VC++:1600

time: Thu May 17 03:21:09 2012
elapsed time: 3 seconds


Reply to this email directly or view it on GitHub:
#75

from jna.

twall avatar twall commented on September 13, 2024

Please post to the jna-users google group before filing an issue.

from jna.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.