corretto-8 icon indicating copy to clipboard operation
corretto-8 copied to clipboard

EXCEPTION_ACCESS_VIOLATION (0xc0000005)

Open gulyabaniTR opened this issue 3 years ago • 2 comments

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006ee76520, pid=11556, tid=0x000000000000040c
#
# JRE version: OpenJDK Runtime Environment (8.0_302-b08) (build 1.8.0_302-b08)
# Java VM: OpenJDK 64-Bit Server VM (25.302-b08 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [xuggle4968358716094205535.dll+0x736520]
#
# 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:
#   https://github.com/corretto/corretto-8/issues/
# 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 (0x00000245a4704000):  JavaThread "http-nio-8080-exec-3" daemon [_thread_in_native, id=1036, stack(0x000000d715100000,0x000000d715200000)]

siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff

Registers:
RAX=0x00000245a3d757d0, RBX=0x00000245a65cb4e0, RCX=0x00000245a3d757d0, RDX=0x0000000000000009
RSP=0x000000d7151fbd30, RBP=0x00000245a3d74f10, RSI=0x00000245a3d767d0, RDI=0x0000000000000004
R8 =0x000000006ee77580, R9 =0x000000006ee76490, R10=0x00000245a6715b80, R11=0x00000245a6639df0
R12=0x00000245a663a5f0, R13=0x0000000000000004, R14=0x0000000000000184, R15=0x000000006fab8f20
RIP=0x000000006ee76520, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x000000d7151fbd30)
0x000000d7151fbd30:   000000006ee76665 000000006ee774c5
0x000000d7151fbd40:   000000006ee77505 000000006ee77545
0x000000d7151fbd50:   000000006ee77585 000000006ee79426
0x000000d7151fbd60:   000000006fa67a80 00000245a3d757d0
0x000000d7151fbd70:   00000245a65cd9a0 0000024585487890
0x000000d7151fbd80:   3fe000003f800000 0000000000000000
0x000000d7151fbd90:   40c7760000000000 0000000000000000
0x000000d7151fbda0:   3fe0000000000000 0000000000000001
0x000000d7151fbdb0:   00000245a65ce9a0 000000006ea45d24
0x000000d7151fbdc0:   3f40624dd2f1a9fc 0000000000000000
0x000000d7151fbdd0:   0000000000000000 0000000000000000
0x000000d7151fbde0:   0000000000000000 0000000000000000
0x000000d7151fbdf0:   00000245a65d78a0 000000006fab7320
0x000000d7151fbe00:   0000000000000000 00000245a65cb440
0x000000d7151fbe10:   0000000000000001 00000245a3d74f10
0x000000d7151fbe20:   00000245a3d74f90 0000000000000000 

Instructions: (pc=0x000000006ee76520)
0x000000006ee76500:   c4 e3 5d 0c c0 55 c5 e4 5c c8 c5 e4 58 c0 c5 fc
0x000000006ee76510:   29 01 c5 fc 29 49 20 c3 0f 1f 84 00 00 00 00 00
0x000000006ee76520:   c5 fc 28 51 40 c5 fc 28 59 60 c5 ec 5c fb c5 ec
0x000000006ee76530:   58 d3 c5 c4 57 3d 26 41 84 00 c5 ec c6 df be c5 


Register to memory mapping:

RAX=0x00000245a3d757d0 is an unknown value
RBX=0x00000245a65cb4e0 is an unknown value
RCX=0x00000245a3d757d0 is an unknown value
RDX=0x0000000000000009 is an unknown value
RSP=0x000000d7151fbd30 is pointing into the stack for thread: 0x00000245a4704000
RBP=0x00000245a3d74f10 is an unknown value
RSI=0x00000245a3d767d0 is an unknown value
RDI=0x0000000000000004 is an unknown value
R8 =0x000000006ee77580 is an unknown value
R9 =0x000000006ee76490 is an unknown value
R10=0x00000245a6715b80 is an unknown value
R11=0x00000245a6639df0 is an unknown value
R12=0x00000245a663a5f0 is an unknown value
R13=0x0000000000000004 is an unknown value
R14=0x0000000000000184 is an unknown value
R15=0x000000006fab8f20 is an unknown value


Stack: [0x000000d715100000,0x000000d715200000],  sp=0x000000d7151fbd30,  free space=1007k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [xuggle4968358716094205535.dll+0x736520]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.xuggle.xuggler.XugglerJNI.IContainer_open__SWIG_0(JLcom/xuggle/xuggler/IContainer;Ljava/lang/String;IJLcom/xuggle/xuggler/IContainerFormat;)I+0
j  com.xuggle.xuggler.IContainer.open(Ljava/lang/String;Lcom/xuggle/xuggler/IContainer$Type;Lcom/xuggle/xuggler/IContainerFormat;)I+15
j  com.saattek.postercreatorbackend.Service.VideoService.getVideoDuration(Ljava/lang/String;)I+35
j  com.saattek.postercreatorbackend.Service.VideoService.listAllVideos()Ljava/util/List;+69
j  com.saattek.postercreatorbackend.Controller.VideoController.getVideos()Ljava/util/List;+4
v  ~StubRoutines::call_stub
J 1936  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (0 bytes) @ 0x000002458589fe7f [0x000002458589fe00+0x7f]
J 1935 C1 sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (104 bytes) @ 0x00000245858a1b64 [0x00000245858a17a0+0x3c4]
J 1692 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x0000024585826be4 [0x0000024585826ba0+0x44]
J 1691 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x00000245858267e4 [0x00000245858266e0+0x104]
j  org.springframework.web.method.support.InvocableHandlerMethod.doInvoke([Ljava/lang/Object;)Ljava/lang/Object;+28
j  org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(Lorg/springframework/web/context/request/NativeWebRequest;Lorg/springframework/web/method/support/ModelAndViewContainer;[Ljava/lang/Object;)Ljava/lang/Object;+54
j  org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(Lorg/springframework/web/context/request/ServletWebRequest;Lorg/springframework/web/method/support/ModelAndViewContainer;[Ljava/lang/Object;)V+4
j  org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/springframework/web/method/HandlerMethod;)Lorg/springframework/web/servlet/ModelAndView;+244
j  org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Lorg/springframework/web/method/HandlerMethod;)Lorg/springframework/web/servlet/ModelAndView;+81
j  org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/Object;)Lorg/springframework/web/servlet/ModelAndView;+7
j  org.springframework.web.servlet.DispatcherServlet.doDispatch(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+259
j  org.springframework.web.servlet.DispatcherServlet.doService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+241
j  org.springframework.web.servlet.FrameworkServlet.processRequest(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+71
j  org.springframework.web.servlet.FrameworkServlet.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+3
j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
j  org.springframework.web.servlet.FrameworkServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+33
j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+39
j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+304
j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+99
j  org.apache.tomcat.websocket.server.WsFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+21
j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+135
j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+99
j  org.springframework.web.filter.RequestContextFilter.doFilterInternal(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)V+21
j  org.springframework.web.filter.OncePerRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+147
j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+135
j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+99
j  org.springframework.web.filter.FormContentFilter.doFilterInternal(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)V+38
j  org.springframework.web.filter.OncePerRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+147
j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+135
j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+99
j  org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)V+53
j  org.springframework.web.filter.OncePerRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+147
j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+135
j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+99
j  org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+694
j  org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+169
j  org.apache.catalina.authenticator.AuthenticatorBase.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+260
j  org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+128
j  org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
j  org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+59
j  org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+203
j  org.apache.coyote.http11.Http11Processor.service(Lorg/apache/tomcat/util/net/SocketWrapperBase;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+796
j  org.apache.coyote.AbstractProcessorLight.process(Lorg/apache/tomcat/util/net/SocketWrapperBase;Lorg/apache/tomcat/util/net/SocketEvent;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+170
j  org.apache.coyote.AbstractProtocol$ConnectionHandler.process(Lorg/apache/tomcat/util/net/SocketWrapperBase;Lorg/apache/tomcat/util/net/SocketEvent;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+495
j  org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun()V+216
j  org.apache.tomcat.util.net.SocketProcessorBase.run()V+21
j  org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(Lorg/apache/tomcat/util/threads/ThreadPoolExecutor$Worker;)V+92
j  org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run()V+5
j  org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run()V+4
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x00000245a4737800 JavaThread "DestroyJavaVM" [_thread_blocked, id=2392, stack(0x000000d713100000,0x000000d713200000)]
  0x00000245a473b800 JavaThread "http-nio-8080-Acceptor" daemon [_thread_in_native, id=31184, stack(0x000000d715a00000,0x000000d715b00000)]
  0x00000245a4702000 JavaThread "http-nio-8080-Poller" daemon [_thread_in_native, id=18612, stack(0x000000d715900000,0x000000d715a00000)]
  0x00000245a4701000 JavaThread "http-nio-8080-exec-10" daemon [_thread_blocked, id=11680, stack(0x000000d715800000,0x000000d715900000)]
  0x00000245a4705000 JavaThread "http-nio-8080-exec-9" daemon [_thread_blocked, id=29952, stack(0x000000d715700000,0x000000d715800000)]
  0x00000245a4700800 JavaThread "http-nio-8080-exec-8" daemon [_thread_blocked, id=2972, stack(0x000000d715600000,0x000000d715700000)]
  0x00000245a4703800 JavaThread "http-nio-8080-exec-7" daemon [_thread_blocked, id=19676, stack(0x000000d715500000,0x000000d715600000)]
  0x00000245a4706800 JavaThread "http-nio-8080-exec-6" daemon [_thread_blocked, id=14464, stack(0x000000d715400000,0x000000d715500000)]
  0x00000245a4706000 JavaThread "http-nio-8080-exec-5" daemon [_thread_blocked, id=9188, stack(0x000000d715300000,0x000000d715400000)]
  0x00000245a4702800 JavaThread "http-nio-8080-exec-4" daemon [_thread_blocked, id=25736, stack(0x000000d715200000,0x000000d715300000)]
=>0x00000245a4704000 JavaThread "http-nio-8080-exec-3" daemon [_thread_in_native, id=1036, stack(0x000000d715100000,0x000000d715200000)]
  0x00000245a4707800 JavaThread "http-nio-8080-exec-2" daemon [_thread_blocked, id=28580, stack(0x000000d715000000,0x000000d715100000)]
  0x00000245a46eb800 JavaThread "http-nio-8080-exec-1" daemon [_thread_blocked, id=24772, stack(0x000000d714e00000,0x000000d714f00000)]
  0x00000245a46e8800 JavaThread "Live Reload Server" daemon [_thread_in_native, id=22604, stack(0x000000d714f00000,0x000000d715000000)]
  0x00000245a46e8000 JavaThread "File Watcher" daemon [_thread_blocked, id=19080, stack(0x000000d714d00000,0x000000d714e00000)]
  0x00000245a25e4800 JavaThread "HikariPool-1 housekeeper" daemon [_thread_blocked, id=27188, stack(0x000000d714b00000,0x000000d714c00000)]
  0x00000245a2589000 JavaThread "container-0" [_thread_blocked, id=18128, stack(0x000000d714900000,0x000000d714a00000)]
  0x00000245a2566800 JavaThread "Catalina-utility-2" [_thread_blocked, id=31160, stack(0x000000d714800000,0x000000d714900000)]
  0x00000245a2544800 JavaThread "Catalina-utility-1" [_thread_blocked, id=23656, stack(0x000000d714700000,0x000000d714800000)]
  0x000002459e729800 JavaThread "Service Thread" daemon [_thread_blocked, id=28688, stack(0x000000d714300000,0x000000d714400000)]
  0x000002459e6d3800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=2624, stack(0x000000d714200000,0x000000d714300000)]
  0x000002459e6ce000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=27864, stack(0x000000d714100000,0x000000d714200000)]
  0x000002459e6c0000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=25532, stack(0x000000d714000000,0x000000d714100000)]
  0x000002459e6be000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=12368, stack(0x000000d713f00000,0x000000d714000000)]
  0x000002459e6b7000 JavaThread "Attach Listener" daemon [_thread_blocked, id=16924, stack(0x000000d713e00000,0x000000d713f00000)]
  0x000002459e6b5800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2920, stack(0x000000d713d00000,0x000000d713e00000)]
  0x000002459e68b000 JavaThread "Finalizer" daemon [_thread_blocked, id=14048, stack(0x000000d713c00000,0x000000d713d00000)]
  0x000002459e683000 JavaThread "Reference Handler" daemon [_thread_blocked, id=13044, stack(0x000000d713b00000,0x000000d713c00000)]

Other Threads:
  0x000002459e659000 VMThread [stack: 0x000000d713a00000,0x000000d713b00000] [id=26284]
  0x00000245a0528800 WatcherThread [stack: 0x000000d714400000,0x000000d714500000] [id=14944]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

heap address: 0x00000006c3200000, size: 4046 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000

Heap:
 PSYoungGen      total 201728K, used 51934K [0x000000076bb80000, 0x000000077d380000, 0x00000007c0000000)
  eden space 188928K, 20% used [0x000000076bb80000,0x000000076e1bac50,0x0000000777400000)
  from space 12800K, 99% used [0x0000000777400000,0x000000077807ce60,0x0000000778080000)
  to   space 16896K, 0% used [0x000000077c300000,0x000000077c300000,0x000000077d380000)
 ParOldGen       total 170496K, used 22655K [0x00000006c3200000, 0x00000006cd880000, 0x000000076bb80000)
  object space 170496K, 13% used [0x00000006c3200000,0x00000006c481fcc8,0x00000006cd880000)
 Metaspace       used 48850K, capacity 52450K, committed 52608K, reserved 1093632K
  class space    used 6843K, capacity 7458K, committed 7552K, reserved 1048576K

Card table byte_map: [0x0000024594840000,0x0000024595030000] byte_map_base: 0x0000024591227000

Marking Bits: (ParMarkBitMap*) 0x0000000057a61820
 Begin Bits: [0x0000024595580000, 0x00000245994b8000)
 End Bits:   [0x00000245994b8000, 0x000002459d3f0000)

Polling page: 0x0000024585450000

CodeCache: size=245760Kb used=7283Kb max_used=7348Kb free=238476Kb
 bounds [0x0000024585480000, 0x0000024585bb0000, 0x0000024594480000]
 total_blobs=4290 nmethods=3732 adapters=470
 compilation: enabled

Compilation events (10 events):
Event: 21.252 Thread 0x000002459e6d3800 3766       1       java.nio.HeapByteBuffer::put (17 bytes)
Event: 21.253 Thread 0x000002459e6d3800 nmethod 3766 0x0000024585742a90 code [0x0000024585742be0, 0x0000024585742d38]
Event: 21.253 Thread 0x000002459e6d3800 3767   !   1       org.apache.tomcat.util.http.parser.HttpParser::isControl (9 bytes)
Event: 21.253 Thread 0x000002459e6d3800 nmethod 3767 0x00000245856563d0 code [0x0000024585656520, 0x0000024585656678]
Event: 21.253 Thread 0x000002459e6d3800 3768       1       java.io.StringReader::ensureOpen (18 bytes)
Event: 21.253 Thread 0x000002459e6d3800 nmethod 3768 0x0000024585655fd0 code [0x0000024585656140, 0x0000024585656310]
Event: 21.254 Thread 0x000002459e6d3800 3769       1       java.util.HashSet::<init> (17 bytes)
Event: 21.254 Thread 0x000002459e6d3800 nmethod 3769 0x0000024585655bd0 code [0x0000024585655d60, 0x0000024585655f30]
Event: 21.254 Thread 0x000002459e6d3800 3770       1       java.util.LinkedHashMap::<init> (11 bytes)
Event: 21.255 Thread 0x000002459e6d3800 nmethod 3770 0x0000024585655850 code [0x00000245856559e0, 0x0000024585655b30]

GC Heap History (10 events):
Event: 1.480 GC heap before
{Heap before GC invocations=5 (full 1):
 PSYoungGen      total 140800K, used 9113K [0x000000076bb80000, 0x0000000774f80000, 0x00000007c0000000)
  eden space 130048K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000773a80000)
  from space 10752K, 84% used [0x0000000774500000,0x0000000774de6500,0x0000000774f80000)
  to   space 10752K, 0% used [0x0000000773a80000,0x0000000773a80000,0x0000000774500000)
 ParOldGen       total 173568K, used 56K [0x00000006c3200000, 0x00000006cdb80000, 0x000000076bb80000)
  object space 173568K, 0% used [0x00000006c3200000,0x00000006c320e000,0x00000006cdb80000)
 Metaspace       used 19985K, capacity 21254K, committed 21296K, reserved 1067008K
  class space    used 2659K, capacity 2925K, committed 2944K, reserved 1048576K
Event: 1.501 GC heap after
Heap after GC invocations=5 (full 1):
 PSYoungGen      total 140800K, used 0K [0x000000076bb80000, 0x0000000774f80000, 0x00000007c0000000)
  eden space 130048K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000773a80000)
  from space 10752K, 0% used [0x0000000774500000,0x0000000774500000,0x0000000774f80000)
  to   space 10752K, 0% used [0x0000000773a80000,0x0000000773a80000,0x0000000774500000)
 ParOldGen       total 105472K, used 8756K [0x00000006c3200000, 0x00000006c9900000, 0x000000076bb80000)
  object space 105472K, 8% used [0x00000006c3200000,0x00000006c3a8d390,0x00000006c9900000)
 Metaspace       used 19985K, capacity 21254K, committed 21296K, reserved 1067008K
  class space    used 2659K, capacity 2925K, committed 2944K, reserved 1048576K
}
Event: 2.346 GC heap before
{Heap before GC invocations=6 (full 1):
 PSYoungGen      total 140800K, used 130048K [0x000000076bb80000, 0x0000000774f80000, 0x00000007c0000000)
  eden space 130048K, 100% used [0x000000076bb80000,0x0000000773a80000,0x0000000773a80000)
  from space 10752K, 0% used [0x0000000774500000,0x0000000774500000,0x0000000774f80000)
  to   space 10752K, 0% used [0x0000000773a80000,0x0000000773a80000,0x0000000774500000)
 ParOldGen       total 105472K, used 8756K [0x00000006c3200000, 0x00000006c9900000, 0x000000076bb80000)
  object space 105472K, 8% used [0x00000006c3200000,0x00000006c3a8d390,0x00000006c9900000)
 Metaspace       used 25437K, capacity 27486K, committed 27776K, reserved 1073152K
  class space    used 3465K, capacity 3858K, committed 3968K, reserved 1048576K
Event: 2.351 GC heap after
Heap after GC invocations=6 (full 1):
 PSYoungGen      total 140800K, used 7691K [0x000000076bb80000, 0x0000000778d00000, 0x00000007c0000000)
  eden space 130048K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000773a80000)
  from space 10752K, 71% used [0x0000000773a80000,0x0000000774202c18,0x0000000774500000)
  to   space 11264K, 0% used [0x0000000778200000,0x0000000778200000,0x0000000778d00000)
 ParOldGen       total 105472K, used 8764K [0x00000006c3200000, 0x00000006c9900000, 0x000000076bb80000)
  object space 105472K, 8% used [0x00000006c3200000,0x00000006c3a8f390,0x00000006c9900000)
 Metaspace       used 25437K, capacity 27486K, committed 27776K, reserved 1073152K
  class space    used 3465K, capacity 3858K, committed 3968K, reserved 1048576K
}
Event: 3.808 GC heap before
{Heap before GC invocations=7 (full 1):
 PSYoungGen      total 140800K, used 69248K [0x000000076bb80000, 0x0000000778d00000, 0x00000007c0000000)
  eden space 130048K, 47% used [0x000000076bb80000,0x000000076f79d590,0x0000000773a80000)
  from space 10752K, 71% used [0x0000000773a80000,0x0000000774202c18,0x0000000774500000)
  to   space 11264K, 0% used [0x0000000778200000,0x0000000778200000,0x0000000778d00000)
 ParOldGen       total 105472K, used 8764K [0x00000006c3200000, 0x00000006c9900000, 0x000000076bb80000)
  object space 105472K, 8% used [0x00000006c3200000,0x00000006c3a8f390,0x00000006c9900000)
 Metaspace       used 33103K, capacity 35354K, committed 35496K, reserved 1079296K
  class space    used 4603K, capacity 5041K, committed 5120K, reserved 1048576K
Event: 3.815 GC heap after
Heap after GC invocations=7 (full 1):
 PSYoungGen      total 197632K, used 11232K [0x000000076bb80000, 0x0000000778d00000, 0x00000007c0000000)
  eden space 186368K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000777180000)
  from space 11264K, 99% used [0x0000000778200000,0x0000000778cf8070,0x0000000778d00000)
  to   space 12800K, 0% used [0x0000000777400000,0x0000000777400000,0x0000000778080000)
 ParOldGen       total 105472K, used 9137K [0x00000006c3200000, 0x00000006c9900000, 0x000000076bb80000)
  object space 105472K, 8% used [0x00000006c3200000,0x00000006c3aec6f0,0x00000006c9900000)
 Metaspace       used 33103K, capacity 35354K, committed 35496K, reserved 1079296K
  class space    used 4603K, capacity 5041K, committed 5120K, reserved 1048576K
}
Event: 3.815 GC heap before
{Heap before GC invocations=8 (full 2):
 PSYoungGen      total 197632K, used 11232K [0x000000076bb80000, 0x0000000778d00000, 0x00000007c0000000)
  eden space 186368K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000777180000)
  from space 11264K, 99% used [0x0000000778200000,0x0000000778cf8070,0x0000000778d00000)
  to   space 12800K, 0% used [0x0000000777400000,0x0000000777400000,0x0000000778080000)
 ParOldGen       total 105472K, used 9137K [0x00000006c3200000, 0x00000006c9900000, 0x000000076bb80000)
  object space 105472K, 8% used [0x00000006c3200000,0x00000006c3aec6f0,0x00000006c9900000)
 Metaspace       used 33103K, capacity 35354K, committed 35496K, reserved 1079296K
  class space    used 4603K, capacity 5041K, committed 5120K, reserved 1048576K
Event: 3.852 GC heap after
Heap after GC invocations=8 (full 2):
 PSYoungGen      total 197632K, used 0K [0x000000076bb80000, 0x0000000778d00000, 0x00000007c0000000)
  eden space 186368K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000777180000)
  from space 11264K, 0% used [0x0000000778200000,0x0000000778200000,0x0000000778d00000)
  to   space 12800K, 0% used [0x0000000777400000,0x0000000777400000,0x0000000778080000)
 ParOldGen       total 170496K, used 17282K [0x00000006c3200000, 0x00000006cd880000, 0x000000076bb80000)
  object space 170496K, 10% used [0x00000006c3200000,0x00000006c42e0b18,0x00000006cd880000)
 Metaspace       used 33103K, capacity 35354K, committed 35496K, reserved 1079296K
  class space    used 4603K, capacity 5041K, committed 5120K, reserved 1048576K
}
Event: 16.179 GC heap before
{Heap before GC invocations=9 (full 2):
 PSYoungGen      total 197632K, used 186343K [0x000000076bb80000, 0x0000000778d00000, 0x00000007c0000000)
  eden space 186368K, 99% used [0x000000076bb80000,0x0000000777179dc0,0x0000000777180000)
  from space 11264K, 0% used [0x0000000778200000,0x0000000778200000,0x0000000778d00000)
  to   space 12800K, 0% used [0x0000000777400000,0x0000000777400000,0x0000000778080000)
 ParOldGen       total 170496K, used 17282K [0x00000006c3200000, 0x00000006cd880000, 0x000000076bb80000)
  object space 170496K, 10% used [0x00000006c3200000,0x00000006c42e0b18,0x00000006cd880000)
 Metaspace       used 47835K, capacity 51370K, committed 51456K, reserved 1093632K
  class space    used 6722K, capacity 7358K, committed 7424K, reserved 1048576K
Event: 16.195 GC heap after
Heap after GC invocations=9 (full 2):
 PSYoungGen      total 201728K, used 12787K [0x000000076bb80000, 0x000000077d380000, 0x00000007c0000000)
  eden space 188928K, 0% used [0x000000076bb80000,0x000000076bb80000,0x0000000777400000)
  from space 12800K, 99% used [0x0000000777400000,0x000000077807ce60,0x0000000778080000)
  to   space 16896K, 0% used [0x000000077c300000,0x000000077c300000,0x000000077d380000)
 ParOldGen       total 170496K, used 22655K [0x00000006c3200000, 0x00000006cd880000, 0x000000076bb80000)
  object space 170496K, 13% used [0x00000006c3200000,0x00000006c481fcc8,0x00000006cd880000)
 Metaspace       used 47835K, capacity 51370K, committed 51456K, reserved 1093632K
  class space    used 6722K, capacity 7358K, committed 7424K, reserved 1048576K
}

Deoptimization events (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 6.060 Thread 0x00000245a0c1e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000007747eb298) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 609]
Event: 6.060 Thread 0x00000245a0c1e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000007747ed6d8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 609]
Event: 6.060 Thread 0x00000245a0c1e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000007747f00e8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 609]
Event: 6.060 Thread 0x00000245a0c1e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000007747f19b0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 609]
Event: 6.060 Thread 0x00000245a0c1e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000007747f4330) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 609]
Event: 6.068 Thread 0x00000245a0c1e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x000000077485ed38) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 609]
Event: 6.068 Thread 0x00000245a0c1e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000007748613d8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 609]
Event: 6.070 Thread 0x00000245a0c1e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x0000000774873808) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 609]
Event: 16.746 Thread 0x00000245a46eb800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x000000076d6d3348) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 609]
Event: 16.748 Thread 0x00000245a46eb800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x000000076d6ff430) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 609]

Events (10 events):
Event: 19.496 Executing VM operation: RevokeBias
Event: 19.496 Executing VM operation: RevokeBias done
Event: 19.685 Executing VM operation: RevokeBias
Event: 19.685 Executing VM operation: RevokeBias done
Event: 19.685 Executing VM operation: RevokeBias
Event: 19.685 Executing VM operation: RevokeBias done
Event: 19.688 Executing VM operation: RevokeBias
Event: 19.688 Executing VM operation: RevokeBias done
Event: 19.688 Executing VM operation: RevokeBias
Event: 19.688 Executing VM operation: RevokeBias done


Dynamic libraries:
0x00007ff6b9620000 - 0x00007ff6b965a000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\java.exe
0x00007ffe824f0000 - 0x00007ffe826e5000 	C:\Windows\SYSTEM32\ntdll.dll
0x00007ffe81400000 - 0x00007ffe814be000 	C:\Windows\System32\KERNEL32.DLL
0x00007ffe7ff40000 - 0x00007ffe80208000 	C:\Windows\System32\KERNELBASE.dll
0x00007ffe82350000 - 0x00007ffe823fe000 	C:\Windows\System32\ADVAPI32.dll
0x00007ffe80530000 - 0x00007ffe805ce000 	C:\Windows\System32\msvcrt.dll
0x00007ffe814c0000 - 0x00007ffe8155c000 	C:\Windows\System32\sechost.dll
0x00007ffe81590000 - 0x00007ffe816b5000 	C:\Windows\System32\RPCRT4.dll
0x00007ffe82150000 - 0x00007ffe822f0000 	C:\Windows\System32\USER32.dll
0x00007ffe804f0000 - 0x00007ffe80512000 	C:\Windows\System32\win32u.dll
0x00007ffe80710000 - 0x00007ffe8073b000 	C:\Windows\System32\GDI32.dll
0x00007ffe80280000 - 0x00007ffe8038b000 	C:\Windows\System32\gdi32full.dll
0x00007ffe7fea0000 - 0x00007ffe7ff3d000 	C:\Windows\System32\msvcp_win.dll
0x00007ffe7fda0000 - 0x00007ffe7fea0000 	C:\Windows\System32\ucrtbase.dll
0x00007ffe664f0000 - 0x00007ffe6678a000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll
0x00007ffe80800000 - 0x00007ffe80830000 	C:\Windows\System32\IMM32.DLL
0x00007ffe2dc30000 - 0x00007ffe2dd1f000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\msvcr120.dll
0x00007ffe3ab10000 - 0x00007ffe3abb6000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\msvcp120.dll
0x0000000057270000 - 0x0000000057ae0000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\server\jvm.dll
0x00007ffe80520000 - 0x00007ffe80528000 	C:\Windows\System32\PSAPI.DLL
0x00007ffe787c0000 - 0x00007ffe787ca000 	C:\Windows\SYSTEM32\VERSION.dll
0x00007ffe7b730000 - 0x00007ffe7b739000 	C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffe66bc0000 - 0x00007ffe66be7000 	C:\Windows\SYSTEM32\WINMM.dll
0x00007ffe809e0000 - 0x00007ffe80a4b000 	C:\Windows\System32\WS2_32.dll
0x00007ffe79560000 - 0x00007ffe7956f000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\verify.dll
0x00007ffe68b40000 - 0x00007ffe68b69000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\java.dll
0x00007ffe6a260000 - 0x00007ffe6a276000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\zip.dll
0x00007ffe81850000 - 0x00007ffe81f94000 	C:\Windows\System32\SHELL32.dll
0x00007ffe7d9a0000 - 0x00007ffe7e134000 	C:\Windows\SYSTEM32\windows.storage.dll
0x00007ffe80b00000 - 0x00007ffe80e54000 	C:\Windows\System32\combase.dll
0x00007ffe7f560000 - 0x00007ffe7f58c000 	C:\Windows\SYSTEM32\Wldp.dll
0x00007ffe80a50000 - 0x00007ffe80afd000 	C:\Windows\System32\SHCORE.dll
0x00007ffe807a0000 - 0x00007ffe807f5000 	C:\Windows\System32\shlwapi.dll
0x00007ffe7fb20000 - 0x00007ffe7fb3f000 	C:\Windows\SYSTEM32\profapi.dll
0x00007ffe5e720000 - 0x00007ffe5e72d000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\management.dll
0x00007ffe5b4a0000 - 0x00007ffe5b4ba000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\net.dll
0x00007ffe7f340000 - 0x00007ffe7f3aa000 	C:\Windows\system32\mswsock.dll
0x00007ffe5e2c0000 - 0x00007ffe5e2d7000 	C:\Windows\system32\napinsp.dll
0x00007ffe5d160000 - 0x00007ffe5d17b000 	C:\Windows\system32\pnrpnsp.dll
0x00007ffe5d140000 - 0x00007ffe5d155000 	C:\Windows\system32\wshbth.dll
0x00007ffe7b280000 - 0x00007ffe7b29d000 	C:\Windows\system32\NLAapi.dll
0x00007ffe7f000000 - 0x00007ffe7f03b000 	C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffe7f040000 - 0x00007ffe7f10a000 	C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffe813f0000 - 0x00007ffe813f8000 	C:\Windows\System32\NSI.dll
0x00007ffe5ca20000 - 0x00007ffe5ca32000 	C:\Windows\System32\winrnr.dll
0x00007ffe77d70000 - 0x00007ffe77d7a000 	C:\Windows\System32\rasadhlp.dll
0x00007ffe777f0000 - 0x00007ffe7786f000 	C:\Windows\System32\fwpuclnt.dll
0x00007ffe7fc70000 - 0x00007ffe7fc97000 	C:\Windows\System32\bcrypt.dll
0x00007ffe5b1f0000 - 0x00007ffe5b202000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\nio.dll
0x00007ffe7f5a0000 - 0x00007ffe7f5b8000 	C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffe7ec70000 - 0x00007ffe7eca4000 	C:\Windows\system32\rsaenh.dll
0x00007ffe7faa0000 - 0x00007ffe7face000 	C:\Windows\SYSTEM32\USERENV.dll
0x00007ffe7fbe0000 - 0x00007ffe7fc62000 	C:\Windows\System32\bcryptprimitives.dll
0x00007ffe7f4d0000 - 0x00007ffe7f4dc000 	C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffe77de0000 - 0x00007ffe77df7000 	C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffe77d80000 - 0x00007ffe77d9d000 	C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffe5a360000 - 0x00007ffe5a383000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\sunec.dll
0x00007ffe5e210000 - 0x00007ffe5e21c000 	C:\Users\555ne\.jdks\corretto-1.8.0_302\jre\bin\sunmscapi.dll
0x00007ffe80390000 - 0x00007ffe804e6000 	C:\Windows\System32\CRYPT32.dll
0x00007ffe7f6b0000 - 0x00007ffe7f6d7000 	C:\Windows\SYSTEM32\ncrypt.dll
0x00007ffe7f670000 - 0x00007ffe7f6ab000 	C:\Windows\SYSTEM32\NTASN1.dll
0x000000006e740000 - 0x000000006fda5000 	C:\Users\555ne\AppData\Local\Temp\xuggle\xuggle4968358716094205535.dll
0x00007ffe81720000 - 0x00007ffe8184a000 	C:\Windows\System32\ole32.dll
0x00007ffe5a340000 - 0x00007ffe5a359000 	C:\Windows\SYSTEM32\AVICAP32.dll
0x00007ffe50050000 - 0x00007ffe5007b000 	C:\Windows\SYSTEM32\MSVFW32.dll
0x00007ffe7e210000 - 0x00007ffe7e3f4000 	C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Xverify:none -XX:TieredStopAtLevel=1 
java_command: com.saattek.postercreatorbackend.PosterCreatorBackendApplication
java_class_path (initial): C:\Users\555ne\Desktop\ARGE\PosterCreatorBackend\target\classes;C:\Users\555ne\.m2\repository\xuggle\xuggle-xuggler\5.4\xuggle-xuggler-5.4.jar;C:\Users\555ne\.m2\repository\org\springframework\boot\spring-boot-devtools\2.6.6\spring-boot-devtools-2.6.6.jar;C:\Users\555ne\.m2\repository\org\springframework\boot\spring-boot\2.6.6\spring-boot-2.6.6.jar;C:\Users\555ne\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\2.6.6\spring-boot-autoconfigure-2.6.6.jar;C:\Users\555ne\.m2\repository\org\postgresql\postgresql\42.3.3\postgresql-42.3.3.jar;C:\Users\555ne\.m2\repository\org\checkerframework\checker-qual\3.5.0\checker-qual-3.5.0.jar;C:\Users\555ne\.m2\repository\javax\javaee-api\7.0\javaee-api-7.0.jar;C:\Users\555ne\.m2\repository\com\sun\mail\javax.mail\1.5.0\javax.mail-1.5.0.jar;C:\Users\555ne\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Users\555ne\.m2\repository\ch\qos\logback\logback-classic\1.2.11\logback-classic-1.2.11.jar;C:\Users\555ne\.m2\repository\ch\qos\logback\logback-core\1.2.11\logback-core-1.2.11.jar;C:\Users\555ne\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.17.2\log4j-to-slf4j-2.17.2.jar;C:\Users\555ne\.m2\repository\org\apache\logging\log4j\log4j-api\2.17.2\log4j-api-2.17.2.jar;C:\Users\555ne\.m2\repository\org\slf4j\jul-to-slf4j\1.7.36\jul-to-slf4j-1.7.36.jar;C:\Users\555ne\.m2\repository\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;C:\Users\555ne\.m2\repository\org\yaml\snakeyaml\1.29\snakeyaml-1.29.jar;C:\Users\555ne\.m2\repository\jakarta\xml\bind\jakarta.xml.bind-api\2.3.3\jakarta.xml.bind-api-2.3.3.jar;C:\Users\555ne\.m2\repository\jakarta\activation\jakarta.activation-api\1.2.2\jakarta.activation-api-1.2.2.jar;C:\Users\555ne\.m2\repository\net\bytebuddy\byte-buddy\1.11.22\byte-buddy-1.11.22.jar;C:\Users\555ne\.m2\repository\org\springframework\spring-core\5.3.18\spring-core-5.3.18.jar;C:\Users\555ne\.m2\repository\org\springframe
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\dotnet\;C:\ffmpeg;C:\apache-maven-3.8.4\bin;;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\nodejs\;C:\Users\555ne\AppData\Local\Programs\Python\Python39\Scripts\;C:\Users\555ne\AppData\Local\Programs\Python\Python39\;C:\Users\555ne\AppData\Local\Microsoft\WindowsApps;C:\Users\555ne\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\555ne\AppData\Local\GitHubDesktop\bin;C:\Program Files\JetBrains\IntelliJ IDEA 2021.2.2\bin;;C:\ffmpeg;C:\Users\555ne\AppData\Roaming\npm
USERNAME=555ne
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 140 Stepping 1, GenuineIntel



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

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

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

Memory: 4k page, physical 16571704k(3554216k free), swap 31939508k(5244796k free)

vm_info: OpenJDK 64-Bit Server VM (25.302-b08) for windows-amd64 JRE (1.8.0_302-b08), built on Jul 15 2021 19:37:21 by "Administrator" with MS VC++ 12.0 (VS2013)

time: Thu Apr 14 15:24:24 2022
timezone: T�rkiye Standart Saati
elapsed time: 21.327744 seconds (0d 0h 0m 21s)

gulyabaniTR avatar Apr 14 '22 12:04 gulyabaniTR

Hi @gulyabaniTR,

According to the crash report the problem happened in the native part of the Xuggler library which was invoked via JNI and is not part of Corretto:

# Problematic frame:
# C  [xuggle4968358716094205535.dll+0x736520]

Stack: [0x000000d715100000,0x000000d715200000],  sp=0x000000d7151fbd30,  free space=1007k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [xuggle4968358716094205535.dll+0x736520]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.xuggle.xuggler.XugglerJNI.IContainer_open__SWIG_0(JLcom/xuggle/xuggler/IContainer;Ljava/lang/String;IJLcom/xuggle/xuggler/IContainerFormat;)I+0
j  com.xuggle.xuggler.IContainer.open(Ljava/lang/String;Lcom/xuggle/xuggler/IContainer$Type;Lcom/xuggle/xuggler/IContainerFormat;)I+15
j  com.saattek.postercreatorbackend.Service.VideoService.getVideoDuration(Ljava/lang/String;)I+35
j  com.saattek.postercreatorbackend.Service.VideoService.listAllVideos()Ljava/util/List;+69
j  com.saattek.postercreatorbackend.Controller.VideoController.getVideos()Ljava/util/List;+4
v  ~StubRoutines::call_stub

It might be related to https://stackoverflow.com/questions/43688451/xuggler-opening-mp4-file-crashed-program. If not, you need either to debug the Xuggler library or to contact the maintainers of the Xuggler library.

eastig avatar Apr 15 '22 13:04 eastig

Thanks a lot i changed xuggler to ffmpeg :D

gulyabaniTR avatar Apr 20 '22 21:04 gulyabaniTR