hs_err_pid21448.log 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 1048576 bytes for AllocateHeap
  4. # Possible reasons:
  5. # The system is out of physical RAM or swap space
  6. # The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
  7. # Possible solutions:
  8. # Reduce memory load on the system
  9. # Increase physical memory or swap space
  10. # Check if swap backing store is full
  11. # Decrease Java heap size (-Xmx/-Xms)
  12. # Decrease number of Java threads
  13. # Decrease Java thread stack sizes (-Xss)
  14. # Set larger code cache with -XX:ReservedCodeCacheSize=
  15. # JVM is running with Zero Based Compressed Oops mode in which the Java heap is
  16. # placed in the first 32GB address space. The Java Heap base address is the
  17. # maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
  18. # to set the Java Heap base and to place the Java Heap above 32GB virtual address.
  19. # This output file may be truncated or incomplete.
  20. #
  21. # Out of Memory Error (memory/allocation.inline.hpp:61), pid=21448, tid=0x0000000000002284
  22. #
  23. # JRE version: (8.0_311-b11) (build )
  24. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.311-b11 mixed mode windows-amd64 compressed oops)
  25. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  26. #
  27. --------------- T H R E A D ---------------
  28. Current thread (0x000001b3d1195000): JavaThread "Unknown thread" [_thread_in_vm, id=8836, stack(0x0000001acb800000,0x0000001acb900000)]
  29. Stack: [0x0000001acb800000,0x0000001acb900000]
  30. [error occurred during error reporting (printing stack bounds), id 0xc0000005]
  31. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  32. V [jvm.dll+0x32f239]
  33. V [jvm.dll+0x275882]
  34. V [jvm.dll+0x27652d]
  35. V [jvm.dll+0x297464]
  36. C [KERNELBASE.dll+0x10ff27]
  37. C [ntdll.dll+0xa51b0]
  38. C [ntdll.dll+0x8c766]
  39. C [ntdll.dll+0xa209f]
  40. C [ntdll.dll+0x51454]
  41. C [ntdll.dll+0xa0bce]
  42. V [jvm.dll+0x21567f]
  43. --------------- P R O C E S S ---------------
  44. Java Threads: ( => current thread )
  45. Other Threads:
  46. =>0x000001b3d1195000 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=8836, stack(0x0000001acb800000,0x0000001acb900000)]
  47. VM state:not at safepoint (normal execution)
  48. VM Mutex/Monitor currently owned by a thread: None
  49. heap address: 0x00000006c2200000, size: 4062 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
  50. Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
  51. Compressed class space size: 1073741824 Address: 0x00000007c0000000
  52. Heap:
  53. PSYoungGen total 75776K, used 1300K [0x000000076b600000, 0x0000000770a80000, 0x00000007c0000000)
  54. eden space 65024K, 2% used [0x000000076b600000,0x000000076b7451f8,0x000000076f580000)
  55. from space 10752K, 0% used [0x0000000770000000,0x0000000770000000,0x0000000770a80000)
  56. to space 10752K, 0% used [0x000000076f580000,0x000000076f580000,0x0000000770000000)
  57. ParOldGen total 173568K, used 0K [0x00000006c2200000, 0x00000006ccb80000, 0x000000076b600000)
  58. object space 173568K, 0% used [0x00000006c2200000,0x00000006c2200000,0x00000006ccb80000)
  59. Metaspace used 778K, capacity 4480K, committed 4480K, reserved 1056768K
  60. class space used 76K, capacity 384K, committed 384K, reserved 1048576K
  61. Card table byte_map: [0x000001b3e1ec0000,0x000001b3e26b0000] byte_map_base: 0x000001b3de8af000
  62. Marking Bits: (ParMarkBitMap*) 0x0000000063318030
  63. Begin Bits: [0x000001b3e2c00000, 0x000001b3e6b78000)
  64. End Bits: [0x000001b3e6b78000, 0x000001b3eaaf0000)
  65. Polling page: 0x000001b3d1300000
  66. CodeCache: size=245760Kb used=329Kb max_used=329Kb free=245430Kb
  67. bounds [0x000001b3d2b00000, 0x000001b3d2d70000, 0x000001b3e1b00000]
  68. total_blobs=58 nmethods=0 adapters=38
  69. compilation: enabled
  70. Compilation events (0 events):
  71. No events
  72. GC Heap History (0 events):
  73. No events
  74. Deoptimization events (0 events):
  75. No events
  76. Classes redefined (0 events):
  77. No events
  78. Internal exceptions (0 events):
  79. No events
  80. Events (10 events):
  81. Event: 0.016 loading class java/lang/Short
  82. Event: 0.016 loading class java/lang/Short done
  83. Event: 0.016 loading class java/lang/Integer
  84. Event: 0.016 loading class java/lang/Integer done
  85. Event: 0.016 loading class java/lang/Long
  86. Event: 0.016 loading class java/lang/Long done
  87. Event: 0.016 loading class java/lang/NullPointerException
  88. Event: 0.016 loading class java/lang/NullPointerException done
  89. Event: 0.016 loading class java/lang/ArithmeticException
  90. Event: 0.016 loading class java/lang/ArithmeticException done
  91. Dynamic libraries:
  92. 0x00007ff690fd0000 - 0x00007ff691017000 C:\Program Files\Java\jdk1.8.0_311\bin\java.exe
  93. 0x00007ffc8e1d0000 - 0x00007ffc8e3c5000 C:\Windows\SYSTEM32\ntdll.dll
  94. 0x00007ffc8cf70000 - 0x00007ffc8d02d000 C:\Windows\System32\KERNEL32.DLL
  95. 0x00007ffc8bb60000 - 0x00007ffc8be2d000 C:\Windows\System32\KERNELBASE.dll
  96. 0x00007ffc8e0b0000 - 0x00007ffc8e15e000 C:\Windows\System32\ADVAPI32.dll
  97. 0x00007ffc8df20000 - 0x00007ffc8dfbe000 C:\Windows\System32\msvcrt.dll
  98. 0x00007ffc8c250000 - 0x00007ffc8c2ec000 C:\Windows\System32\sechost.dll
  99. 0x00007ffc8d8b0000 - 0x00007ffc8d9d5000 C:\Windows\System32\RPCRT4.dll
  100. 0x00007ffc8d230000 - 0x00007ffc8d3d0000 C:\Windows\System32\USER32.dll
  101. 0x00007ffc8bf30000 - 0x00007ffc8bf52000 C:\Windows\System32\win32u.dll
  102. 0x00007ffc8e160000 - 0x00007ffc8e18a000 C:\Windows\System32\GDI32.dll
  103. 0x00007ffc8c110000 - 0x00007ffc8c21b000 C:\Windows\System32\gdi32full.dll
  104. 0x00007ffc8bfb0000 - 0x00007ffc8c04d000 C:\Windows\System32\msvcp_win.dll
  105. 0x00007ffc8be30000 - 0x00007ffc8bf30000 C:\Windows\System32\ucrtbase.dll
  106. 0x00007ffc794d0000 - 0x00007ffc7976a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll
  107. 0x00007ffc8c220000 - 0x00007ffc8c250000 C:\Windows\System32\IMM32.DLL
  108. 0x00007ffc890a0000 - 0x00007ffc890b5000 C:\Program Files\Java\jdk1.8.0_311\jre\bin\vcruntime140.dll
  109. 0x00007ffc6b7b0000 - 0x00007ffc6b84b000 C:\Program Files\Java\jdk1.8.0_311\jre\bin\msvcp140.dll
  110. 0x0000000062b30000 - 0x0000000063390000 C:\Program Files\Java\jdk1.8.0_311\jre\bin\server\jvm.dll
  111. 0x00007ffc8d220000 - 0x00007ffc8d228000 C:\Windows\System32\PSAPI.DLL
  112. 0x00007ffc82a40000 - 0x00007ffc82a67000 C:\Windows\SYSTEM32\WINMM.dll
  113. 0x00007ffc858e0000 - 0x00007ffc858e9000 C:\Windows\SYSTEM32\WSOCK32.dll
  114. 0x00007ffc82f00000 - 0x00007ffc82f0a000 C:\Windows\SYSTEM32\VERSION.dll
  115. 0x00007ffc8e040000 - 0x00007ffc8e0ab000 C:\Windows\System32\WS2_32.dll
  116. 0x00007ffc89800000 - 0x00007ffc89812000 C:\Windows\SYSTEM32\kernel.appcore.dll
  117. 0x00007ffc86460000 - 0x00007ffc86470000 C:\Program Files\Java\jdk1.8.0_311\jre\bin\verify.dll
  118. 0x00007ffc85ff0000 - 0x00007ffc8601b000 C:\Program Files\Java\jdk1.8.0_311\jre\bin\java.dll
  119. 0x00007ffc845c0000 - 0x00007ffc845f0000 C:\Program Files\Java\jdk1.8.0_311\jre\bin\instrument.dll
  120. 0x00007ffc85f90000 - 0x00007ffc85fa8000 C:\Program Files\Java\jdk1.8.0_311\jre\bin\zip.dll
  121. 0x00007ffc81950000 - 0x00007ffc81b34000 C:\Windows\SYSTEM32\dbghelp.dll
  122. 0x00007ffc8c080000 - 0x00007ffc8c102000 C:\Windows\System32\bcryptPrimitives.dll
  123. VM Arguments:
  124. jvm_args: -Dvisualvm.id=1365586107445100 -Dmaven.multiModuleProjectDirectory=H:\project2\cdf-gm -Dmaven.home=H:\java\IntelliJ IDEA 2020.2.4\plugins\maven\lib\maven3 -Dclassworlds.conf=H:\java\IntelliJ IDEA 2020.2.4\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.ext.class.path=H:\java\IntelliJ IDEA 2020.2.4\plugins\maven\lib\maven-event-listener.jar -javaagent:H:\java\IntelliJ IDEA 2020.2.4\lib\idea_rt.jar=55015:H:\java\IntelliJ IDEA 2020.2.4\bin -Dfile.encoding=UTF-8
  125. java_command: org.codehaus.classworlds.Launcher -Didea.version=2020.2.4 -s H:\maven\settings.xml -Dmaven.repo.local=H:\maven\repository package
  126. java_class_path (initial): H:\java\IntelliJ IDEA 2020.2.4\plugins\maven\lib\maven3\boot\plexus-classworlds-2.6.0.jar;H:\java\IntelliJ IDEA 2020.2.4\plugins\maven\lib\maven3\boot\plexus-classworlds.license;H:\java\IntelliJ IDEA 2020.2.4\lib\idea_rt.jar
  127. Launcher Type: SUN_STANDARD
  128. Environment Variables:
  129. JAVA_HOME=C:\Program Files\Java\jdk1.8.0_311
  130. PATH=C:\Program Files (x86)\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\nodejs\;H:\Git\cmd;C:\Users\Admin\AppData\Local\Microsoft\WindowsApps;;C:\Users\Admin\AppData\Roaming\npm
  131. USERNAME=Admin
  132. OS=Windows_NT
  133. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 165 Stepping 5, GenuineIntel
  134. --------------- S Y S T E M ---------------
  135. OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.1706)
  136. CPU:total 16 (initial active 16) (8 cores per cpu, 2 threads per core) family 6 model 165 stepping 5, 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
  137. Memory: 4k page, physical 16634732k(4481992k free), swap 25023340k(4772k free)
  138. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.311-b11) for windows-amd64 JRE (1.8.0_311-b11), built on Sep 27 2021 05:15:14 by "java_re" with MS VC++ 15.9 (VS2017)
  139. time: Mon May 30 14:31:10 2022
  140. timezone: Öйú±ê׼ʱ¼ä
  141. elapsed time: 0.021586 seconds (0d 0h 0m 0s)