hs_err_pid18976.log 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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 Unscaled Compressed Oops mode in which the Java heap is
  16. # placed in the first 4GB 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 4GB virtual address.
  19. # This output file may be truncated or incomplete.
  20. #
  21. # Out of Memory Error (memory/allocation.inline.hpp:61), pid=18976, tid=0x0000000000000ba0
  22. #
  23. # JRE version: (8.0_201-b09) (build )
  24. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.201-b09 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 (0x0000000003192800): JavaThread "Unknown thread" [_thread_in_vm, id=2976, stack(0x0000000002f10000,0x0000000003010000)]
  29. Stack: [0x0000000002f10000,0x0000000003010000]
  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. --------------- P R O C E S S ---------------
  33. Java Threads: ( => current thread )
  34. Other Threads:
  35. =>0x0000000003192800 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=2976, stack(0x0000000002f10000,0x0000000003010000)]
  36. VM state:not at safepoint (normal execution)
  37. VM Mutex/Monitor currently owned by a thread: None
  38. heap address: 0x0000000082200000, size: 2014 MB, Compressed Oops mode: 32-bit
  39. Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
  40. Compressed class space size: 1073741824 Address: 0x0000000100000000
  41. Heap:
  42. PSYoungGen total 37888K, used 655K [0x00000000d6100000, 0x00000000d8b00000, 0x0000000100000000)
  43. eden space 32768K, 2% used [0x00000000d6100000,0x00000000d61a3d80,0x00000000d8100000)
  44. from space 5120K, 0% used [0x00000000d8600000,0x00000000d8600000,0x00000000d8b00000)
  45. to space 5120K, 0% used [0x00000000d8100000,0x00000000d8100000,0x00000000d8600000)
  46. ParOldGen total 86016K, used 0K [0x0000000082200000, 0x0000000087600000, 0x00000000d6100000)
  47. object space 86016K, 0% used [0x0000000082200000,0x0000000082200000,0x0000000087600000)
  48. Metaspace used 775K, capacity 4480K, committed 4480K, reserved 1056768K
  49. class space used 76K, capacity 384K, committed 384K, reserved 1048576K
  50. Card table byte_map: [0x0000000012650000,0x0000000012a40000] byte_map_base: 0x000000001223f000
  51. Marking Bits: (ParMarkBitMap*) 0x0000000064b54ce0
  52. Begin Bits: [0x00000000136e0000, 0x0000000015658000)
  53. End Bits: [0x0000000015658000, 0x00000000175d0000)
  54. Polling page: 0x00000000009d0000
  55. CodeCache: size=245760Kb used=328Kb max_used=328Kb free=245431Kb
  56. bounds [0x0000000003290000, 0x0000000003500000, 0x0000000012290000]
  57. total_blobs=58 nmethods=0 adapters=38
  58. compilation: enabled
  59. Compilation events (0 events):
  60. No events
  61. GC Heap History (0 events):
  62. No events
  63. Deoptimization events (0 events):
  64. No events
  65. Classes redefined (0 events):
  66. No events
  67. Internal exceptions (0 events):
  68. No events
  69. Events (10 events):
  70. Event: 0.220 loading class java/lang/Short
  71. Event: 0.221 loading class java/lang/Short done
  72. Event: 0.221 loading class java/lang/Integer
  73. Event: 0.222 loading class java/lang/Integer done
  74. Event: 0.222 loading class java/lang/Long
  75. Event: 0.222 loading class java/lang/Long done
  76. Event: 0.224 loading class java/lang/NullPointerException
  77. Event: 0.224 loading class java/lang/NullPointerException done
  78. Event: 0.224 loading class java/lang/ArithmeticException
  79. Event: 0.224 loading class java/lang/ArithmeticException done
  80. Dynamic libraries:
  81. 0x00007ff6db7e0000 - 0x00007ff6db817000 C:\Program Files\Java\jdk1.8.0_201\bin\java.exe
  82. 0x00007ffe32020000 - 0x00007ffe32210000 C:\WINDOWS\SYSTEM32\ntdll.dll
  83. 0x00007ffe31510000 - 0x00007ffe315c2000 C:\WINDOWS\System32\KERNEL32.DLL
  84. 0x00007ffe2f2d0000 - 0x00007ffe2f575000 C:\WINDOWS\System32\KERNELBASE.dll
  85. 0x00007ffe308c0000 - 0x00007ffe30963000 C:\WINDOWS\System32\ADVAPI32.dll
  86. 0x00007ffe30cc0000 - 0x00007ffe30d5e000 C:\WINDOWS\System32\msvcrt.dll
  87. 0x00007ffe310d0000 - 0x00007ffe31167000 C:\WINDOWS\System32\sechost.dll
  88. 0x00007ffe307a0000 - 0x00007ffe308bf000 C:\WINDOWS\System32\RPCRT4.dll
  89. 0x00007ffe31650000 - 0x00007ffe317e4000 C:\WINDOWS\System32\USER32.dll
  90. 0x00007ffe2f1f0000 - 0x00007ffe2f211000 C:\WINDOWS\System32\win32u.dll
  91. 0x00007ffe31fb0000 - 0x00007ffe31fd6000 C:\WINDOWS\System32\GDI32.dll
  92. 0x00007ffe2fd60000 - 0x00007ffe2fef8000 C:\WINDOWS\System32\gdi32full.dll
  93. 0x00007ffe2ff90000 - 0x00007ffe3002e000 C:\WINDOWS\System32\msvcp_win.dll
  94. 0x00007ffe2f0f0000 - 0x00007ffe2f1ea000 C:\WINDOWS\System32\ucrtbase.dll
  95. 0x00007ffe192b0000 - 0x00007ffe19534000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.1377_none_9e802143e45c8d82\COMCTL32.dll
  96. 0x00007ffe31170000 - 0x00007ffe314a7000 C:\WINDOWS\System32\combase.dll
  97. 0x00007ffe2ff00000 - 0x00007ffe2ff81000 C:\WINDOWS\System32\bcryptPrimitives.dll
  98. 0x00007ffe30770000 - 0x00007ffe3079e000 C:\WINDOWS\System32\IMM32.DLL
  99. 0x0000000066ba0000 - 0x0000000066c71000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\msvcr100.dll
  100. 0x0000000064330000 - 0x0000000064bd4000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\server\jvm.dll
  101. 0x00007ffe30a20000 - 0x00007ffe30a28000 C:\WINDOWS\System32\PSAPI.DLL
  102. 0x00007ffe2d0f0000 - 0x00007ffe2d114000 C:\WINDOWS\SYSTEM32\WINMM.dll
  103. 0x00007ffe28380000 - 0x00007ffe2838a000 C:\WINDOWS\SYSTEM32\VERSION.dll
  104. 0x00007ffe2ca70000 - 0x00007ffe2ca9d000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
  105. 0x00007ffe2b7e0000 - 0x00007ffe2b7e9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  106. 0x00007ffe30080000 - 0x00007ffe300ca000 C:\WINDOWS\System32\cfgmgr32.dll
  107. 0x00007ffe30c50000 - 0x00007ffe30cbf000 C:\WINDOWS\System32\ws2_32.DLL
  108. 0x00007ffe28340000 - 0x00007ffe2834f000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\verify.dll
  109. 0x00007ffe28310000 - 0x00007ffe28339000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\java.dll
  110. 0x00007ffe28230000 - 0x00007ffe28253000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\instrument.dll
  111. 0x00007ffe1fea0000 - 0x00007ffe1feb6000 C:\Program Files\Java\jdk1.8.0_201\jre\bin\zip.dll
  112. VM Arguments:
  113. jvm_args: -Dmaven.multiModuleProjectDirectory=F:\ideaWorkspace\CuiDian\Workflow\cd-work-flow-service\jeecg-boot -Dmaven.home=G:\idea2017\IntelliJ IDEA 2017.3.1\plugins\maven\lib\maven3 -Dclassworlds.conf=G:\idea2017\IntelliJ IDEA 2017.3.1\plugins\maven\lib\maven3\bin\m2.conf -javaagent:G:\idea2017\IntelliJ IDEA 2017.3.1\lib\idea_rt.jar=53572:G:\idea2017\IntelliJ IDEA 2017.3.1\bin -Dfile.encoding=UTF-8
  114. java_command: org.codehaus.classworlds.Launcher -Didea.version=2017.3.1 package
  115. java_class_path (initial): G:\idea2017\IntelliJ IDEA 2017.3.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar;G:\idea2017\IntelliJ IDEA 2017.3.1\lib\idea_rt.jar
  116. Launcher Type: SUN_STANDARD
  117. Environment Variables:
  118. JAVA_HOME=C:\Program Files\Java\jdk1.8.0_201
  119. JRE_HOME=C:\Program Files\Java\jre1.8.0_201
  120. CLASSPATH=.;C:\Program Files\Java\jdk1.8.0_201\lib;C:\Program Files\Java\jdk1.8.0_201\lib\tools.jar;C:\Program Files\Java\jdk1.8.0_201\lib\dt.jar
  121. 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\Java\jdk1.8.0_201\bin;C:\Program Files\Java\jdk1.8.0_201\jre\bin";G:\node.js\;C:\Users\1\AppData\Roaming\npm\ng.cmd;C:\Users\1\AppData\Roaming\npm;G:\Git\Git\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;G:\Tomcat\apache-tomcat-8.0.52-windows-x64\apache-tomcat-8.0.52\bin\bin;C:\Users\1\AppData\Local\Microsoft\WindowsApps;C:\Users\1\AppData\Local\Programs\Microsoft VS Code\bin
  122. USERNAME=1
  123. OS=Windows_NT
  124. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
  125. --------------- S Y S T E M ---------------
  126. OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.1350)
  127. CPU:total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 158 stepping 10, 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
  128. Memory: 4k page, physical 8243048k(639688k free), swap 21344612k(5304k free)
  129. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.201-b09) for windows-amd64 JRE (1.8.0_201-b09), built on Dec 15 2018 18:36:39 by "java_re" with MS VC++ 10.0 (VS2010)
  130. time: Thu Jul 15 16:56:36 2021
  131. timezone: Öйú±ê׼ʱ¼ä
  132. elapsed time: 0 seconds (0d 0h 0m 0s)