intelliJ windows application proguard run error

0

First of all, I'm sorry for my English skills in the translator. What I'm trying to do is use ProGuard to obfuscate my project.

However, the following error appears. When I googled, the metadata seems to be the problem.

There was a saying to change the working environment, but I am running the .jar, so I don't know how to delete metadata from the jar and run it.

Could you give me any other advice?

error message in text

# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000053036e1a, pid=18800, tid=0x0000000000001f18
#
# JRE version: OpenJDK Runtime Environment (8.0_252-b09) (build 1.8.0_252-b09)
# Java VM: OpenJDK 64-Bit Server VM (25.252-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V  [jvm.dll+0x136e1a]
#
# 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 include
# instructions on how to reproduce the bug and visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

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

Current thread (0x00000000033b2800):  JavaThread "main" [_thread_in_vm, id=7960, stack(0x0000000003230000,0x0000000003330000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x000000000000000d

Registers:
RAX=0x0000000000000080, RBX=0x00000000033b2800, RCX=0x000000000000000c, RDX=0x0000000000000001
RSP=0x000000000332de90, RBP=0x0000000000000000, RSI=0x0000000000000080, RDI=0x0000000015fcc440
R8 =0x0000000000000010, R9 =0x000000000000000c, R10=0x000000005366bd40, R11=0x0000000000000001
R12=0x0000000000000000, R13=0x0000000015b5d478, R14=0x000000000332e150, R15=0x00000000033b2800
RIP=0x0000000053036e1a, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x000000000332de90)
0x000000000332de90:   00000001000975e0 000000000332e150
0x000000000332dea0:   000000000332df60 0000000019546888
0x000000000332deb0:   00000000033b2800 00000000033aece0
0x000000000332dec0:   00000000033b2800 00000000033aece0
0x000000000332ded0:   0000000000000a1f 00000000534d7e10
0x000000000332dee0:   000000000332e150 0000000019546973
0x000000000332def0:   00000000033b29e0 00000000033b29e0
0x000000000332df00:   000000000332df60 000000000332e150
0x000000000332df10:   000000000332df74 000000000000009d
0x000000000332df20:   000000000332e150 0000000020000000
0x000000000332df30:   0000000000000000 00000000195251a0
0x000000000332df40:   0000000019525168 00000000033b2800
0x000000000332df50:   00000000033b3028 00000000033b2c50
0x000000000332df60:   0000000100000001 0000000100000001
0x000000000332df70:   0000000000000001 000000000332e090
0x000000000332df80:   000000000332e000 00000000033b2c40 

Instructions: (pc=0x0000000053036e1a)
0x0000000053036dfa:   d3 41 69 00 41 b8 10 00 00 00 41 b9 0c 00 00 00
0x0000000053036e0a:   84 d2 41 8b c0 41 0f 45 c1 48 63 c8 8d 44 35 00
0x0000000053036e1a:   42 3b 04 19 0f 87 e9 00 00 00 85 f6 7e 5d 84 d2
0x0000000053036e2a:   74 16 41 8b 43 08 8b 0d c2 48 63 00 48 d3 e0 48 


Register to memory mapping:

RAX=0x0000000000000080 is an unknown value
RBX=0x00000000033b2800 is a thread
RCX=0x000000000000000c is an unknown value
RDX=0x0000000000000001 is an unknown value
RSP=0x000000000332de90 is pointing into the stack for thread: 0x00000000033b2800
RBP=0x0000000000000000 is an unknown value
RSI=0x0000000000000080 is an unknown value
RDI=0x0000000015fcc440 is an unknown value
R8 =0x0000000000000010 is an unknown value
R9 =0x000000000000000c is an unknown value
R10=0x000000005366bd40 is an unknown value
R11=0x0000000000000001 is an unknown value
R12=0x0000000000000000 is an unknown value
R13={method} {0x0000000015b5d480} 'GetVersionExW' '(Lorg/eclipse/swt/internal/win32/OSVERSIONINFOW;)Z' in 'org/eclipse/swt/internal/win32/OS'
R14=0x000000000332e150 is pointing into the stack for thread: 0x00000000033b2800
R15=0x00000000033b2800 is a thread


Stack: [0x0000000003230000,0x0000000003330000],  sp=0x000000000332de90,  free space=1015k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.win32.OS.GetVersionExW(Lorg/eclipse/swt/internal/win32/OSVERSIONINFOW;)Z+0
j  org.eclipse.swt.internal.win32.OS.<clinit>()V+24
v  ~StubRoutines::call_stub
j  org.eclipse.swt.i.k.<clinit>()V+5
v  ~StubRoutines::call_stub
j  a.<clinit>()V+25
v  ~StubRoutines::call_stub
j  ApplicationKt.main([Ljava/lang/String;)V+0
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x0000000017eb4000 JavaThread "Service Thread" daemon [_thread_blocked, id=13024, stack(0x0000000018a20000,0x0000000018b20000)]
  0x0000000017e2a800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=4412, stack(0x0000000018920000,0x0000000018a20000)]
  0x0000000017e24000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=10368, stack(0x0000000018820000,0x0000000018920000)]
  0x0000000017e21800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=18840, stack(0x0000000018720000,0x0000000018820000)]
  0x0000000017e1d000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=18080, stack(0x0000000018620000,0x0000000018720000)]
  0x0000000017dc8800 JavaThread "Attach Listener" daemon [_thread_blocked, id=14032, stack(0x0000000018520000,0x0000000018620000)]
  0x0000000017dc7800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=18752, stack(0x0000000018420000,0x0000000018520000)]
  0x00000000034a8000 JavaThread "Finalizer" daemon [_thread_blocked, id=6368, stack(0x0000000018290000,0x0000000018390000)]
  0x0000000017db0800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2544, stack(0x0000000018190000,0x0000000018290000)]
=>0x00000000033b2800 JavaThread "main" [_thread_in_vm, id=7960, stack(0x0000000003230000,0x0000000003330000)]

Other Threads:
  0x0000000015fc8800 VMThread [stack: 0x0000000017c90000,0x0000000017d90000] [id=17664]
  0x0000000017ebc800 WatcherThread [stack: 0x0000000018b20000,0x0000000018c20000] [id=7000]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

heap address: 0x00000000c0000000, size: 1024 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000

Heap:
 PSYoungGen      total 38400K, used 6019K [0x00000000eab00000, 0x00000000ed580000, 0x0000000100000000)
  eden space 33280K, 18% used [0x00000000eab00000,0x00000000eb0e0cd8,0x00000000ecb80000)
  from space 5120K, 0% used [0x00000000ed080000,0x00000000ed080000,0x00000000ed580000)
  to   space 5120K, 0% used [0x00000000ecb80000,0x00000000ecb80000,0x00000000ed080000)
 ParOldGen       total 87552K, used 0K [0x00000000c0000000, 0x00000000c5580000, 0x00000000eab00000)
  object space 87552K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000c5580000)
 Metaspace       used 6280K, capacity 6452K, committed 6656K, reserved 1056768K
  class space    used 689K, capacity 724K, committed 768K, reserved 1048576K

Card table byte_map: [0x0000000012870000,0x0000000012a80000] byte_map_base: 0x0000000012270000

Marking Bits: (ParMarkBitMap*) 0x00000000536d50b0
 Begin Bits: [0x00000000133e0000, 0x00000000143e0000)
 End Bits:   [0x00000000143e0000, 0x00000000153e0000)

Polling page: 0x00000000016f0000

CodeCache: size=245760Kb used=1709Kb max_used=1709Kb free=244050Kb
 bounds [0x00000000034b0000, 0x0000000003720000, 0x00000000124b0000]
 total_blobs=615 nmethods=259 adapters=270
 compilation: enabled

Compilation events (10 events):
Event: 0.204 Thread 0x0000000017e1d000 nmethod 253 0x000000000364f450 code [0x000000000364f5a0, 0x000000000364fa38]
Event: 0.204 Thread 0x0000000017e2a800  256       3       java.lang.ref.WeakReference::<init> (7 bytes)
Event: 0.204 Thread 0x0000000017e24000 nmethod 255 0x0000000003655110 code [0x0000000003655260, 0x00000000036553f8]
Event: 0.204 Thread 0x0000000017e2a800 nmethod 256 0x0000000003654c10 code [0x0000000003654d80, 0x0000000003655030]
Event: 0.206 Thread 0x0000000017e2a800  257  s    1       java.lang.StringBuffer::length (5 bytes)
Event: 0.206 Thread 0x0000000017e2a800 nmethod 257 0x000000000365b890 code [0x000000000365b9e0, 0x000000000365bc50]
Event: 0.211 Thread 0x0000000017e2a800  258       1       java.lang.ThreadLocal::access$400 (5 bytes)
Event: 0.211 Thread 0x0000000017e2a800 nmethod 258 0x000000000365bcd0 code [0x000000000365be20, 0x000000000365bf10]
Event: 0.212 Thread 0x0000000017e2a800  259       3       java.io.WinNTFileSystem::isLetter (30 bytes)
Event: 0.212 Thread 0x0000000017e2a800 nmethod 259 0x000000000365bf90 code [0x000000000365c100, 0x000000000365c350]

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 0.098 Thread 0x00000000033b2800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000ead47668) thrown at [C:\ws\UTv\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1501]
Event: 0.098 Thread 0x00000000033b2800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000ead484f8) thrown at [C:\ws\UTv\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1501]
Event: 0.098 Thread 0x00000000033b2800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000ead48708) thrown at [C:\ws\UTv\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1501]
Event: 0.120 Thread 0x00000000033b2800 Exception <a 'java/io/FileNotFoundException'> (0x00000000eaddd508) thrown at [C:\ws\UTv\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 0.212 Thread 0x00000000033b2800 Exception <a 'java/lang/NoSuchFieldError': dwOSVersionInfoSize> (0x00000000eb072a40) thrown at [C:\ws\UTv\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 2591]
Event: 0.212 Thread 0x00000000033b2800 Exception <a 'java/lang/NoSuchFieldError': dwMajorVersion> (0x00000000eb072c90) thrown at [C:\ws\UTv\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 2591]
Event: 0.212 Thread 0x00000000033b2800 Exception <a 'java/lang/NoSuchFieldError': dwMinorVersion> (0x00000000eb072ee0) thrown at [C:\ws\UTv\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 2591]
Event: 0.212 Thread 0x00000000033b2800 Exception <a 'java/lang/NoSuchFieldError': dwBuildNumber> (0x00000000eb073130) thrown at [C:\ws\UTv\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 2591]
Event: 0.212 Thread 0x00000000033b2800 Exception <a 'java/lang/NoSuchFieldError': dwPlatformId> (0x00000000eb073378) thrown at [C:\ws\UTv\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 2591]
Event: 0.212 Thread 0x00000000033b2800 Exception <a 'java/lang/NoSuchFieldError': szCSDVersion> (0x00000000eb0735c0) thrown at [C:\ws\UTv\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 2591]

Events (10 events):
Event: 0.204 loading class org/eclipse/swt/internal/win32/OSVERSIONINFOEXA
Event: 0.204 loading class org/eclipse/swt/internal/win32/OSVERSIONINFOEXA done
Event: 0.205 loading class org/eclipse/swt/internal/g
Event: 0.205 loading class org/eclipse/swt/internal/g done
Event: 0.205 loading class org/eclipse/swt/internal/f
Event: 0.205 loading class org/eclipse/swt/internal/f done
Event: 0.205 loading class java/lang/UnsatisfiedLinkError
Event: 0.205 loading class java/lang/UnsatisfiedLinkError done
Event: 0.206 loading class java/lang/ClassLoaderHelper
Event: 0.206 loading class java/lang/ClassLoaderHelper done
kotlin
intellij-idea
jar
proguard
asked on Stack Overflow Aug 27, 2020 by LeeDuSeop

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0