keyandahunzi 2021-05-27 22:39 采纳率: 0%
浏览 102

利用Java调用c++dll时出现的问题,求大神解决

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7b1bc10f, pid=20208, tid=0x00002dfc
#
# JRE version: Java(TM) SE Runtime Environment (8.0_281-b09) (build 1.8.0_281-b09)
# Java VM: Java HotSpot(TM) Client VM (25.281-b09 mixed mode windows-x86 )
# Problematic frame:
# C  [hotrolling98.DLL+0x5c10f]  output+0x7ff
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# D:\����\�ʸ�\�����ַ�\����������Ŀ_20210422�汾\����������Ŀ\test02\hs_err_pid20208.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

 

 

log日志:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7b1bc10f, pid=20208, tid=0x00002dfc
#
# JRE version: Java(TM) SE Runtime Environment (8.0_281-b09) (build 1.8.0_281-b09)
# Java VM: Java HotSpot(TM) Client VM (25.281-b09 mixed mode windows-x86 )
# Problematic frame:
# C  [hotrolling98.DLL+0x5c10f]  output+0x7ff
#
# 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.java.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 (0x006ec400):  JavaThread "main" [_thread_in_native, id=11772, stack(0x02330000,0x02380000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00000000

Registers:
EAX=0x00001ba3, EBX=0x0237edd4, ECX=0x155d4010, EDX=0x00000000
ESP=0x0237ee38, EBP=0x0237f07c, ESI=0x0237ee38, EDI=0x0237ede0
EIP=0x7b1bc10f, EFLAGS=0x00010283

Top of Stack: (sp=0x0237ee38)
0x0237ee38:   88f3817c 0237f084 0237f088 0237f07c
0x0237ee48:   0237edf8 0237ee04 0237ee0c 0237ee14
0x0237ee58:   0237ee38 cccccccc 00000000 00000000
0x0237ee68:   156c08d8 cccccccc cccccccc 00000000
0x0237ee78:   0237f050 14fd0848 cccccccc cccccccc
0x0237ee88:   00cccccc cccccccc cccccccc 00000000
0x0237ee98:   0237f050 14f7df08 cccccccc cccccccc
0x0237eea8:   00000000 00000000 14fd00c8 cccccccc 

Instructions: (pc=0x7b1bc10f)
0x7b1bc0ef:   09 8b 45 88 83 c0 01 89 45 88 81 7d 88 20 4e 00
0x7b1bc0ff:   00 0f 8d d6 00 00 00 8b 45 88 8b 4d 08 8b 14 81
0x7b1bc10f:   c7 02 e4 d7 1c 7b 8b 45 88 8b 4d 08 8b 14 81 c7
0x7b1bc11f:   42 04 c4 d4 1c 7b 8b 45 88 8b 4d 08 8b 14 81 c7 


Register to memory mapping:

EAX=0x00001ba3 is an unknown value
EBX=0x0237edd4 is pointing into the stack for thread: 0x006ec400
ECX=0x155d4010 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x0237ee38 is pointing into the stack for thread: 0x006ec400
EBP=0x0237f07c is pointing into the stack for thread: 0x006ec400
ESI=0x0237ee38 is pointing into the stack for thread: 0x006ec400
EDI=0x0237ede0 is pointing into the stack for thread: 0x006ec400


Stack: [0x02330000,0x02380000],  sp=0x0237ee38,  free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [hotrolling98.DLL+0x5c10f]  output+0x7ff
C  [hotrolling98.DLL+0x61684]  totalMethod+0x3b4
C  [jna5360834331697801453.tmp+0xda37]
C  [jna5360834331697801453.tmp+0x9182]
C  [jna5360834331697801453.tmp+0x2161]
C  [jna5360834331697801453.tmp+0x26f8]
j  com.sun.jna.Function.invokePointer(I[Ljava/lang/Object;)Lcom/sun/jna/Pointer;+0
j  com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+706
j  com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
j  com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
j  com.sun.proxy.$Proxy0.totalMethod(Ljq/dllNewTestApi01$JQOrders$ByReference;Ljq/dllNewTestApi01$JQResults$ByReference;)Ljq/dllNewTestApi01$JQResults$ByReference;+20
j  jq.JavaDLLTest.main([Ljava/lang/String;)V+32
v  ~StubRoutines::call_stub
V  [jvm.dll+0x1653c4]
V  [jvm.dll+0x2360ab]
V  [jvm.dll+0x164f6a]
V  [jvm.dll+0xebc35]
V  [jvm.dll+0xe44b6]
C  [java.exe+0x2314]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sun.jna.Function.invokePointer(I[Ljava/lang/Object;)Lcom/sun/jna/Pointer;+0
j  com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+706
j  com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
j  com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
j  com.sun.proxy.$Proxy0.totalMethod(Ljq/dllNewTestApi01$JQOrders$ByReference;Ljq/dllNewTestApi01$JQResults$ByReference;)Ljq/dllNewTestApi01$JQResults$ByReference;+20
j  jq.JavaDLLTest.main([Ljava/lang/String;)V+32
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x14c1fc00 JavaThread "Service Thread" daemon [_thread_blocked, id=30076, stack(0x15110000,0x15160000)]
  0x14c2e000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=12676, stack(0x14e80000,0x14ed0000)]
  0x14c1bc00 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=17576, stack(0x14df0000,0x14e40000)]
  0x14bac800 JavaThread "Attach Listener" daemon [_thread_blocked, id=32424, stack(0x14d60000,0x14db0000)]
  0x14ba1000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2592, stack(0x14cd0000,0x14d20000)]
  0x007a7c00 JavaThread "Finalizer" daemon [_thread_blocked, id=9820, stack(0x14ab0000,0x14b00000)]
  0x14b8f800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4968, stack(0x14a20000,0x14a70000)]
=>0x006ec400 JavaThread "main" [_thread_in_native, id=11772, stack(0x02330000,0x02380000)]

Other Threads:
  0x0079b400 VMThread [stack: 0x14990000,0x149e0000] [id=8320]
  0x14f0cc00 WatcherThread [stack: 0x151a0000,0x151f0000] [id=31380]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 def new generation   total 27968K, used 6495K [0x04400000, 0x06250000, 0x09950000)
  eden space 24896K,  13% used [0x04400000, 0x04757f38, 0x05c50000)
  from space 3072K, 100% used [0x05c50000, 0x05f50000, 0x05f50000)
  to   space 3072K,   0% used [0x05f50000, 0x05f50000, 0x06250000)
 tenured generation   total 61956K, used 51302K [0x09950000, 0x0d5d1000, 0x14400000)
   the space 61956K,  82% used [0x09950000, 0x0cb69bd8, 0x0cb69c00, 0x0d5d1000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K

Card table byte_map: [0x14400000,0x14490000] byte_map_base: 0x143de000

Polling page: 0x00ad0000

CodeCache: size=32768Kb used=1422Kb max_used=1422Kb free=31345Kb
 bounds [0x02380000, 0x024e8000, 0x04380000]
 total_blobs=556 nmethods=395 adapters=92
 compilation: enabled

Compilation events (10 events):
Event: 1.770 Thread 0x14c2e000  392 %           java.lang.ref.Reference$ReferenceHandler::run @ 0 (8 bytes)
Event: 1.770 Thread 0x14c2e000 nmethod 392% 0x024db208 code [0x024db310, 0x024db3bc]
Event: 1.770 Thread 0x14c2e000  393 % !         java.lang.ref.Finalizer$FinalizerThread::run @ 33 (55 bytes)
Event: 1.770 Thread 0x14c2e000 nmethod 393% 0x024db448 code [0x024db5a0, 0x024db954]
Event: 1.794 Thread 0x14c2e000  394 %           com.sun.jna.Structure::writeArrayValue @ 429 (653 bytes)
Event: 1.796 Thread 0x14c2e000 nmethod 394% 0x024dbcc8 code [0x024dc140, 0x024ddad0]
Event: 2.095 Thread 0x14c2e000  395             com.sun.jna.Structure::writeArrayValue (653 bytes)
Event: 2.097 Thread 0x14c2e000 nmethod 395 0x024dfb48 code [0x024dffa0, 0x024e1790]
Event: 2.097 Thread 0x14c2e000  396 %           com.sun.jna.Pointer::write @ 3 (37 bytes)
Event: 2.097 Thread 0x14c2e000 nmethod 396% 0x024e3688 code [0x024e3790, 0x024e393c]

GC Heap History (10 events):
Event: 1.533 GC heap before
{Heap before GC invocations=15 (full 2):
 def new generation   total 15424K, used 15423K [0x04400000, 0x054b0000, 0x09950000)
  eden space 13760K, 100% used [0x04400000, 0x05170000, 0x05170000)
  from space 1664K,  99% used [0x05310000, 0x054afff8, 0x054b0000)
  to   space 1664K,   0% used [0x05170000, 0x05170000, 0x05310000)
 tenured generation   total 34100K, used 23783K [0x09950000, 0x0ba9d000, 0x14400000)
   the space 34100K,  69% used [0x09950000, 0x0b089c58, 0x0b089e00, 0x0ba9d000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K
Event: 1.546 GC heap after
Heap after GC invocations=16 (full 2):
 def new generation   total 15424K, used 1663K [0x04400000, 0x054b0000, 0x09950000)
  eden space 13760K,   0% used [0x04400000, 0x04400000, 0x05170000)
  from space 1664K,  99% used [0x05170000, 0x0530fff8, 0x05310000)
  to   space 1664K,   0% used [0x05310000, 0x05310000, 0x054b0000)
 tenured generation   total 34100K, used 28233K [0x09950000, 0x0ba9d000, 0x14400000)
   the space 34100K,  82% used [0x09950000, 0x0b4e2698, 0x0b4e2800, 0x0ba9d000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K
}
Event: 1.620 GC heap before
{Heap before GC invocations=16 (full 2):
 def new generation   total 15424K, used 15423K [0x04400000, 0x054b0000, 0x09950000)
  eden space 13760K, 100% used [0x04400000, 0x05170000, 0x05170000)
  from space 1664K,  99% used [0x05170000, 0x0530fff8, 0x05310000)
  to   space 1664K,   0% used [0x05310000, 0x05310000, 0x054b0000)
 tenured generation   total 34100K, used 28233K [0x09950000, 0x0ba9d000, 0x14400000)
   the space 34100K,  82% used [0x09950000, 0x0b4e2698, 0x0b4e2800, 0x0ba9d000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K
Event: 1.632 GC heap after
Heap after GC invocations=17 (full 2):
 def new generation   total 15424K, used 1663K [0x04400000, 0x054b0000, 0x09950000)
  eden space 13760K,   0% used [0x04400000, 0x04400000, 0x05170000)
  from space 1664K,  99% used [0x05310000, 0x054afff8, 0x054b0000)
  to   space 1664K,   0% used [0x05170000, 0x05170000, 0x05310000)
 tenured generation   total 34100K, used 32684K [0x09950000, 0x0ba9d000, 0x14400000)
   the space 34100K,  95% used [0x09950000, 0x0b93b2c0, 0x0b93b400, 0x0ba9d000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K
}
Event: 1.708 GC heap before
{Heap before GC invocations=17 (full 2):
 def new generation   total 15424K, used 15423K [0x04400000, 0x054b0000, 0x09950000)
  eden space 13760K, 100% used [0x04400000, 0x05170000, 0x05170000)
  from space 1664K,  99% used [0x05310000, 0x054afff8, 0x054b0000)
  to   space 1664K,   0% used [0x05170000, 0x05170000, 0x05310000)
 tenured generation   total 34100K, used 32684K [0x09950000, 0x0ba9d000, 0x14400000)
   the space 34100K,  95% used [0x09950000, 0x0b93b2c0, 0x0b93b400, 0x0ba9d000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K
Event: 1.766 GC heap after
Heap after GC invocations=18 (full 3):
 def new generation   total 27968K, used 1627K [0x04400000, 0x06250000, 0x09950000)
  eden space 24896K,   6% used [0x04400000, 0x04596d60, 0x05c50000)
  from space 3072K,   0% used [0x05c50000, 0x05c50000, 0x05f50000)
  to   space 3072K,   0% used [0x05f50000, 0x05f50000, 0x06250000)
 tenured generation   total 61956K, used 37171K [0x09950000, 0x0d5d1000, 0x14400000)
   the space 61956K,  59% used [0x09950000, 0x0bd9cfb0, 0x0bd9d000, 0x0d5d1000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K
}
Event: 1.895 GC heap before
{Heap before GC invocations=18 (full 3):
 def new generation   total 27968K, used 24896K [0x04400000, 0x06250000, 0x09950000)
  eden space 24896K, 100% used [0x04400000, 0x05c50000, 0x05c50000)
  from space 3072K,   0% used [0x05c50000, 0x05c50000, 0x05f50000)
  to   space 3072K,   0% used [0x05f50000, 0x05f50000, 0x06250000)
 tenured generation   total 61956K, used 37171K [0x09950000, 0x0d5d1000, 0x14400000)
   the space 61956K,  59% used [0x09950000, 0x0bd9cfb0, 0x0bd9d000, 0x0d5d1000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K
Event: 1.924 GC heap after
Heap after GC invocations=19 (full 3):
 def new generation   total 27968K, used 3071K [0x04400000, 0x06250000, 0x09950000)
  eden space 24896K,   0% used [0x04400000, 0x04400000, 0x05c50000)
  from space 3072K,  99% used [0x05f50000, 0x0624fff0, 0x06250000)
  to   space 3072K,   0% used [0x05c50000, 0x05c50000, 0x05f50000)
 tenured generation   total 61956K, used 43251K [0x09950000, 0x0d5d1000, 0x14400000)
   the space 61956K,  69% used [0x09950000, 0x0c38cc20, 0x0c38ce00, 0x0d5d1000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K
}
Event: 2.055 GC heap before
{Heap before GC invocations=19 (full 3):
 def new generation   total 27968K, used 27967K [0x04400000, 0x06250000, 0x09950000)
  eden space 24896K, 100% used [0x04400000, 0x05c50000, 0x05c50000)
  from space 3072K,  99% used [0x05f50000, 0x0624fff0, 0x06250000)
  to   space 3072K,   0% used [0x05c50000, 0x05c50000, 0x05f50000)
 tenured generation   total 61956K, used 43251K [0x09950000, 0x0d5d1000, 0x14400000)
   the space 61956K,  69% used [0x09950000, 0x0c38cc20, 0x0c38ce00, 0x0d5d1000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K
Event: 2.079 GC heap after
Heap after GC invocations=20 (full 3):
 def new generation   total 27968K, used 3072K [0x04400000, 0x06250000, 0x09950000)
  eden space 24896K,   0% used [0x04400000, 0x04400000, 0x05c50000)
  from space 3072K, 100% used [0x05c50000, 0x05f50000, 0x05f50000)
  to   space 3072K,   0% used [0x05f50000, 0x05f50000, 0x06250000)
 tenured generation   total 61956K, used 51302K [0x09950000, 0x0d5d1000, 0x14400000)
   the space 61956K,  82% used [0x09950000, 0x0cb69bd8, 0x0cb69c00, 0x0d5d1000)
 Metaspace       used 3203K, capacity 3250K, committed 3264K, reserved 4480K
}

Deoptimization events (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (6 events):
Event: 0.038 Thread 0x006ec400 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.defineClass(Ljava/lang/String;[BII)Ljava/lang/Class; name or signature does not match> (0x04406eb8) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin\jdk8u281\880\hotspot\src\s
Event: 0.038 Thread 0x006ec400 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.prefetchRead(Ljava/lang/Object;J)V name or signature does not match> (0x04407188) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin\jdk8u281\880\hotspot\src\share\vm\prims\jni.
Event: 0.150 Thread 0x006ec400 Exception <a 'java/security/PrivilegedActionException'> (0x046c8bc0) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin\jdk8u281\880\hotspot\src\share\vm\prims\jvm.cpp, line 1512]
Event: 0.150 Thread 0x006ec400 Exception <a 'java/security/PrivilegedActionException'> (0x046c8dc0) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin\jdk8u281\880\hotspot\src\share\vm\prims\jvm.cpp, line 1512]
Event: 0.150 Thread 0x006ec400 Exception <a 'java/security/PrivilegedActionException'> (0x046d0498) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin\jdk8u281\880\hotspot\src\share\vm\prims\jvm.cpp, line 1512]
Event: 0.150 Thread 0x006ec400 Exception <a 'java/security/PrivilegedActionException'> (0x046d0698) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin\jdk8u281\880\hotspot\src\share\vm\prims\jvm.cpp, line 1512]

Events (10 events):
Event: 1.620 Executing VM operation: GenCollectForAllocation
Event: 1.632 Executing VM operation: GenCollectForAllocation done
Event: 1.708 Executing VM operation: GenCollectForAllocation
Event: 1.766 Executing VM operation: GenCollectForAllocation done
Event: 1.895 Executing VM operation: GenCollectForAllocation
Event: 1.924 Executing VM operation: GenCollectForAllocation done
Event: 2.055 Executing VM operation: GenCollectForAllocation
Event: 2.079 Executing VM operation: GenCollectForAllocation done
Event: 4.175 Executing VM operation: EnableBiasedLocking
Event: 4.175 Executing VM operation: EnableBiasedLocking done


Dynamic libraries:
0x00ee0000 - 0x00f1e000    D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\bin\java.exe
0x77d20000 - 0x77ec3000    C:\WINDOWS\SYSTEM32\ntdll.dll
0x76400000 - 0x764f0000    C:\WINDOWS\System32\KERNEL32.DLL
0x764f0000 - 0x76704000    C:\WINDOWS\System32\KERNELBASE.dll
0x69500000 - 0x6959f000    C:\WINDOWS\SYSTEM32\apphelp.dll
0x76e90000 - 0x76f0a000    C:\WINDOWS\System32\ADVAPI32.dll
0x76f40000 - 0x76fff000    C:\WINDOWS\System32\msvcrt.dll
0x767f0000 - 0x76865000    C:\WINDOWS\System32\sechost.dll
0x774a0000 - 0x77560000    C:\WINDOWS\System32\RPCRT4.dll
0x75f40000 - 0x760d6000    C:\WINDOWS\System32\USER32.dll
0x771a0000 - 0x771b8000    C:\WINDOWS\System32\win32u.dll
0x77470000 - 0x77493000    C:\WINDOWS\System32\GDI32.dll
0x76710000 - 0x767ec000    C:\WINDOWS\System32\gdi32full.dll
0x76870000 - 0x768eb000    C:\WINDOWS\System32\msvcp_win.dll
0x77350000 - 0x77470000    C:\WINDOWS\System32\ucrtbase.dll
0x69850000 - 0x69a60000    C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.844_none_11adecdf30011423\COMCTL32.dll
0x76f10000 - 0x76f35000    C:\WINDOWS\System32\IMM32.DLL
0x79040000 - 0x79053000    D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\bin\vcruntime140.dll
0x790a0000 - 0x7910f000    D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\bin\msvcp140.dll
0x79160000 - 0x7953e000    D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\bin\client\jvm.dll
0x77000000 - 0x77006000    C:\WINDOWS\System32\PSAPI.DLL
0x75740000 - 0x75768000    C:\WINDOWS\SYSTEM32\WINMM.dll
0x6f170000 - 0x6f178000    C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x768f0000 - 0x76953000    C:\WINDOWS\System32\WS2_32.dll
0x75bc0000 - 0x75bc8000    C:\WINDOWS\SYSTEM32\VERSION.dll
0x755e0000 - 0x755ef000    C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x79060000 - 0x7906d000    D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\bin\verify.dll
0x79070000 - 0x79094000    D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\bin\java.dll
0x79110000 - 0x7913c000    D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\bin\instrument.dll
0x79140000 - 0x79154000    D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\bin\zip.dll
0x77600000 - 0x77bb3000    C:\WINDOWS\System32\SHELL32.dll
0x74ef0000 - 0x754f9000    C:\WINDOWS\SYSTEM32\windows.storage.dll
0x75bd0000 - 0x75e52000    C:\WINDOWS\System32\combase.dll
0x74e30000 - 0x74e54000    C:\WINDOWS\SYSTEM32\Wldp.dll
0x760e0000 - 0x76167000    C:\WINDOWS\System32\SHCORE.dll
0x770a0000 - 0x770e5000    C:\WINDOWS\System32\shlwapi.dll
0x72780000 - 0x72798000    C:\WINDOWS\SYSTEM32\profapi.dll
0x79540000 - 0x79557000    D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\bin\net.dll
0x73df0000 - 0x73e42000    C:\WINDOWS\system32\mswsock.dll
0x71be0000 - 0x71bf3000    C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x71bb0000 - 0x71bdf000    C:\WINDOWS\system32\rsaenh.dll
0x77570000 - 0x77589000    C:\WINDOWS\System32\bcrypt.dll
0x75b80000 - 0x75ba5000    C:\WINDOWS\SYSTEM32\USERENV.dll
0x771c0000 - 0x7721d000    C:\WINDOWS\System32\bcryptprimitives.dll
0x71ba0000 - 0x71baa000    C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x75a40000 - 0x75a72000    C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x77560000 - 0x77567000    C:\WINDOWS\System32\NSI.dll
0x71300000 - 0x71314000    C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x756d0000 - 0x756e6000    C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x73bb0000 - 0x73c42000    C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x79560000 - 0x7956f000    D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\bin\nio.dll
0x15530000 - 0x15582000    C:\Users\dmin\AppData\Local\Temp\jna5360834331697801453.tmp
0x7b160000 - 0x7b1e1000    D:\����\�ʸ�\�����ַ�\����������Ŀ_20210422�汾\����������Ŀ\Debug\hotrolling98.DLL
0x79890000 - 0x79959000    C:\WINDOWS\SYSTEM32\MSVCP120D.dll
0x796d0000 - 0x7988f000    C:\WINDOWS\SYSTEM32\MSVCR120D.dll
0x67570000 - 0x676f8000    C:\WINDOWS\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -javaagent:E:\ѧϰ���\IntelliJ IDEA 2019.3.3\lib\idea_rt.jar=65141:E:\ѧϰ���\IntelliJ IDEA 2019.3.3\bin -Dfile.encoding=UTF-8 
java_command: jq.JavaDLLTest
java_class_path (initial): D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\charsets.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\deploy.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\access-bridge-32.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\cldrdata.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\dnsns.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\jaccess.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\jfxrt.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\localedata.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\nashorn.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\sunec.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\sunjce_provider.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\sunmscapi.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\sunpkcs11.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\ext\zipfs.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\javaws.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\jce.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\jfr.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\jfxswt.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\jsse.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\management-agent.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\plugin.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\resources.jar;D:\����\�ʸ�\�����ַ�\javaҪ�õ�\jdk1.8\jre\lib\rt.jar;D:\����\�ʸ�\�����ַ�\����������Ŀ_20210422�汾\����������Ŀ\test02\target\classes;E:\maven_work\maven_repository\com\sun\jna\jna\3.0.9\jna-3.0.9.jar;E:\ѧϰ���\IntelliJ IDEA 2019.3.3\lib\idea_rt.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=E:\ѧϰ���\bin\;E:\pythonAnaconda3;E:\pythonAnaconda3\Library\mingw-w64\bin;E:\pythonAnaconda3\Library\usr\bin;E:\pythonAnaconda3\Library\bin;E:\pythonAnaconda3\Scripts;D:\Python38\Scripts\;D:\Python38\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;F:\Matlab R2019b\runtime\win64;F:\Matlab R2019b\bin;F:\Matlab R2019b\polyspace\bin;F:\�������\Git\cmd;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\WINDOWS\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\dotnet\;C:\Users\dell\Anaconda3;C:\Users\dell\Anaconda3\Scripts;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files (x86)\dotnet\;E:\ѧϰ���\���������\;C:\Users\dmin\AppData\Local\Programs\Python\Python38\Scripts\;C:\Users\dmin\AppData\Local\Programs\Python\Python38\;C:\Users\dmin\AppData\Local\Microsoft\WindowsApps;E:\ѧϰ���\Microsoft VS Code\bin;C:\Users\dmin\.dotnet\tools;E:\ѧϰ���\pyhton�������\PyCharm Community Edition 2020.3.2\bin;;;E:\ѧϰ���\IntelliJ IDEA 2019.3.3\bin;
USERNAME=dmin
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 9, GenuineIntel



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

OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.928)

CPU:total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 158 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx

Memory: 4k page, physical 16659688k(7215312k free), swap 23737576k(8466720k free)

vm_info: Java HotSpot(TM) Client VM (25.281-b09) for windows-x86 JRE (1.8.0_281-b09), built on Dec  9 2020 12:52:05 by "" with MS VC++ 15.9 (VS2017)

time: Thu May 27 22:33:02 2021
timezone: �й���׼ʱ��
elapsed time: 38.333609 seconds (0d 0h 0m 38s)

  • 写回答

5条回答 默认 最新

  • CSDN专家-link 2021-05-28 04:52
    关注

    一是提供你的调用动态库函数代码,二是提供动态库函数实现代码,至少也是函数参数说明

    评论

报告相同问题?

悬赏问题

  • ¥15 很想要一个很好的答案或提示
  • ¥15 扫描项目中发现AndroidOS.Agent、Android/SmsThief.LI!tr
  • ¥15 怀疑手机被监控,请问怎么解决和防止
  • ¥15 Qt下使用tcp获取数据的详细操作
  • ¥15 idea右下角设置编码是灰色的
  • ¥15 全志H618ROM新增分区
  • ¥15 在grasshopper里DrawViewportWires更改预览后,禁用电池仍然显示
  • ¥15 NAO机器人的录音程序保存问题
  • ¥15 C#读写EXCEL文件,不同编译
  • ¥15 MapReduce结果输出到HBase,一直连接不上MySQL