hs_err_pid26756.log 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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=26756, tid=0x00000000000068a8
  22. #
  23. # JRE version: (8.0_251-b08) (build )
  24. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.251-b08 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 (0x0000000003238000): JavaThread "Unknown thread" [_thread_in_vm, id=26792, stack(0x0000000003120000,0x0000000003220000)]
  29. Stack: [0x0000000003120000,0x0000000003220000]
  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. =>0x0000000003238000 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=26792, stack(0x0000000003120000,0x0000000003220000)]
  36. VM state:not at safepoint (normal execution)
  37. VM Mutex/Monitor currently owned by a thread: None
  38. heap address: 0x00000006c9800000, size: 3944 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
  39. Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
  40. Compressed class space size: 1073741824 Address: 0x00000007c0000000
  41. Heap:
  42. PSYoungGen total 74240K, used 1280K [0x000000076dd80000, 0x0000000773000000, 0x00000007c0000000)
  43. eden space 64000K, 2% used [0x000000076dd80000,0x000000076dec0010,0x0000000771c00000)
  44. from space 10240K, 0% used [0x0000000772600000,0x0000000772600000,0x0000000773000000)
  45. to space 10240K, 0% used [0x0000000771c00000,0x0000000771c00000,0x0000000772600000)
  46. ParOldGen total 169472K, used 0K [0x00000006c9800000, 0x00000006d3d80000, 0x000000076dd80000)
  47. object space 169472K, 0% used [0x00000006c9800000,0x00000006c9800000,0x00000006d3d80000)
  48. Metaspace used 776K, capacity 4480K, committed 4480K, reserved 1056768K
  49. class space used 76K, capacity 384K, committed 384K, reserved 1048576K
  50. Card table byte_map: [0x00000000126f0000,0x0000000012eb0000] byte_map_base: 0x000000000f0a4000
  51. Marking Bits: (ParMarkBitMap*) 0x000000005e7aaf90
  52. Begin Bits: [0x0000000013de0000, 0x0000000017b80000)
  53. End Bits: [0x0000000017b80000, 0x000000001b920000)
  54. Polling page: 0x0000000001620000
  55. CodeCache: size=245760Kb used=327Kb max_used=327Kb free=245432Kb
  56. bounds [0x0000000003330000, 0x00000000035a0000, 0x0000000012330000]
  57. total_blobs=57 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.263 loading class java/lang/Short
  71. Event: 0.263 loading class java/lang/Short done
  72. Event: 0.263 loading class java/lang/Integer
  73. Event: 0.263 loading class java/lang/Integer done
  74. Event: 0.263 loading class java/lang/Long
  75. Event: 0.263 loading class java/lang/Long done
  76. Event: 0.264 loading class java/lang/NullPointerException
  77. Event: 0.265 loading class java/lang/NullPointerException done
  78. Event: 0.265 loading class java/lang/ArithmeticException
  79. Event: 0.265 loading class java/lang/ArithmeticException done
  80. Dynamic libraries:
  81. 0x00007ff73fe80000 - 0x00007ff73feb7000 D:\Program Files\Java\jdk1.8.0_251\jre\bin\java.exe
  82. 0x00007ff850820000 - 0x00007ff850a88000 C:\WINDOWS\SYSTEM32\ntdll.dll
  83. 0x00007ff84fda0000 - 0x00007ff84fe69000 C:\WINDOWS\System32\KERNEL32.DLL
  84. 0x00007ff84d3d0000 - 0x00007ff84d7c1000 C:\WINDOWS\System32\KERNELBASE.dll
  85. 0x00007fff76e10000 - 0x00007fff76eb0000 d:\Program Files\Trae CN\resources\app\modules\sandbox\x64\trae_sbox.dll
  86. 0x00007ff84eb00000 - 0x00007ff84ebb4000 C:\WINDOWS\System32\ADVAPI32.dll
  87. 0x00007ff850640000 - 0x00007ff8506e9000 C:\WINDOWS\System32\msvcrt.dll
  88. 0x00007ff84ff80000 - 0x00007ff850026000 C:\WINDOWS\System32\sechost.dll
  89. 0x00007ff850210000 - 0x00007ff850328000 C:\WINDOWS\System32\RPCRT4.dll
  90. 0x00007ff84edb0000 - 0x00007ff84ef76000 C:\WINDOWS\System32\USER32.dll
  91. 0x00007ff84e590000 - 0x00007ff84e5b7000 C:\WINDOWS\System32\win32u.dll
  92. 0x00007ff84ead0000 - 0x00007ff84eafb000 C:\WINDOWS\System32\GDI32.dll
  93. 0x00007ff84d860000 - 0x00007ff84d98b000 C:\WINDOWS\System32\gdi32full.dll
  94. 0x00007ff84e370000 - 0x00007ff84e413000 C:\WINDOWS\System32\msvcp_win.dll
  95. 0x00007ff84d100000 - 0x00007ff84d24b000 C:\WINDOWS\System32\ucrtbase.dll
  96. 0x00007ff83a8b0000 - 0x00007ff83ab43000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7824_none_3e0870b2e3345462\COMCTL32.dll
  97. 0x00007ffffb2b0000 - 0x00007ffffb340000 d:\Program Files\Trae CN\resources\app\modules\sandbox\x64\sbox_ipc.dll
  98. 0x00007ff8505f0000 - 0x00007ff850621000 C:\WINDOWS\System32\IMM32.DLL
  99. 0x00007ff84af10000 - 0x00007ff84b152000 C:\WINDOWS\SYSTEM32\dbghelp.dll
  100. 0x00007ff84f000000 - 0x00007ff84f386000 C:\WINDOWS\System32\combase.dll
  101. 0x00007ff84f420000 - 0x00007ff84f4f7000 C:\WINDOWS\System32\OLEAUT32.dll
  102. 0x000000005e830000 - 0x000000005e902000 D:\Program Files\Java\jdk1.8.0_251\jre\bin\msvcr100.dll
  103. 0x00007ff83d490000 - 0x00007ff83d4cb000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
  104. 0x000000005df80000 - 0x000000005e82b000 D:\Program Files\Java\jdk1.8.0_251\jre\bin\server\jvm.dll
  105. 0x00007ff8506f0000 - 0x00007ff8506f8000 C:\WINDOWS\System32\PSAPI.DLL
  106. 0x00007ff834fb0000 - 0x00007ff834fba000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  107. 0x00007ff850760000 - 0x00007ff8507d4000 C:\WINDOWS\System32\WS2_32.dll
  108. 0x00007ff8451b0000 - 0x00007ff8451e5000 C:\WINDOWS\SYSTEM32\WINMM.dll
  109. 0x00007ff846d50000 - 0x00007ff846d5b000 C:\WINDOWS\SYSTEM32\VERSION.dll
  110. 0x00007ff8486c0000 - 0x00007ff8486cf000 D:\Program Files\Java\jdk1.8.0_251\jre\bin\verify.dll
  111. 0x00007ff81d5d0000 - 0x00007ff81d5f9000 D:\Program Files\Java\jdk1.8.0_251\jre\bin\java.dll
  112. 0x00007ff81b150000 - 0x00007ff81b166000 D:\Program Files\Java\jdk1.8.0_251\jre\bin\zip.dll
  113. VM Arguments:
  114. jvm_args: -Xverify:none -XX:TieredStopAtLevel=1
  115. java_command: com.lianda.backend.Application
  116. java_class_path (initial): D:\Project\LiandaTugboat\Code\JavaBackend\target\classes;D:\software\tool\maven-repository\ch\qos\logback\logback-classic\1.2.12\logback-classic-1.2.12.jar;D:\software\tool\maven-repository\ch\qos\logback\logback-core\1.2.12\logback-core-1.2.12.jar;D:\software\tool\maven-repository\org\apache\logging\log4j\log4j-to-slf4j\2.17.2\log4j-to-slf4j-2.17.2.jar;D:\software\tool\maven-repository\org\slf4j\jul-to-slf4j\1.7.36\jul-to-slf4j-1.7.36.jar;D:\software\tool\maven-repository\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;D:\software\tool\maven-repository\org\yaml\snakeyaml\1.30\snakeyaml-1.30.jar;D:\software\tool\maven-repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.13.5\jackson-datatype-jdk8-2.13.5.jar;D:\software\tool\maven-repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.13.5\jackson-datatype-jsr310-2.13.5.jar;D:\software\tool\maven-repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.13.5\jackson-module-parameter-names-2.13.5.jar;D:\software\tool\maven-repository\org\apache\tomcat\embed\tomcat-embed-core\9.0.79\tomcat-embed-core-9.0.79.jar;D:\software\tool\maven-repository\org\apache\tomcat\embed\tomcat-embed-el\9.0.79\tomcat-embed-el-9.0.79.jar;D:\software\tool\maven-repository\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.79\tomcat-embed-websocket-9.0.79.jar;D:\software\tool\maven-repository\org\springframework\spring-web\5.3.29\spring-web-5.3.29.jar;D:\software\tool\maven-repository\org\springframework\spring-beans\5.3.29\spring-beans-5.3.29.jar;D:\software\tool\maven-repository\org\springframework\spring-webmvc\5.3.29\spring-webmvc-5.3.29.jar;D:\software\tool\maven-repository\org\springframework\spring-context\5.3.29\spring-context-5.3.29.jar;D:\software\tool\maven-repository\org\springframework\spring-expression\5.3.29\spring-expression-5.3.29.jar;D:\software\tool\maven-repository\com\zaxxer\HikariCP\4.0.3\HikariCP-4.0.3.jar;D:\software
  117. Launcher Type: SUN_STANDARD
  118. Environment Variables:
  119. JAVA_HOME=D:\\Program Files\\Java\\jdk1.8.0_251
  120. USERNAME=reicarose
  121. OS=Windows_NT
  122. PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 80 Stepping 0, AuthenticAMD
  123. --------------- S Y S T E M ---------------
  124. OS: Windows 10.0 , 64 bit Build 26100 (10.0.26100.7705)
  125. CPU:total 12 (initial active 12) (12 cores per cpu, 1 threads per core) family 25 model 80 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv, bmi1
  126. Memory: 4k page, physical 16153708k(1076164k free), swap 31513704k(7368k free)
  127. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.251-b08) for windows-amd64 JRE (1.8.0_251-b08), built on Mar 12 2020 06:31:49 by "" with MS VC++ 10.0 (VS2010)
  128. time: Tue Feb 24 15:14:56 2026
  129. timezone: Öйú±ê׼ʱ¼ä
  130. elapsed time: 0 seconds (0d 0h 0m 0s)