AlphaLawless

Core dump java + minecraft server

Aug 23rd, 2023
5,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.83 KB | None | 0 0
  1. # A fatal error has been detected by the Java Runtime Environment:
  2. #
  3. #  Internal Error (macroAssembler_x86.cpp:864), pid=693, tid=795
  4. #  fatal error: DEBUG MESSAGE: duplicated predicate failed which is impossible
  5. #
  6. # JRE version: OpenJDK Runtime Environment (17.0.7+7) (build 17.0.7+7-Debian-1deb11u1)
  7. # Java VM: OpenJDK 64-Bit Server VM (17.0.7+7-Debian-1deb11u1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
  8. # Problematic frame:
  9. # V  [libjvm.so+0xaebcf1]  MacroAssembler::debug64(char*, long, long*)+0x41
  10. #
  11. # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  12. #
  13. # An error report file with more information is saved as:
  14. # /home/gadmin/minecraft/hs_err_pid693.log
  15. Compiled method (c2) 29710123 63343       4       net.minecraft.world.item.crafting.DecoratedPotRecipe::m_5818_ (10 bytes)
  16.  total in heap  [0x00007fa5566ade90,0x00007fa5566b0b18] = 11400
  17.  relocation     [0x00007fa5566adff0,0x00007fa5566ae0f8] = 264
  18.  main code      [0x00007fa5566ae100,0x00007fa5566af020] = 3872
  19.  stub code      [0x00007fa5566af020,0x00007fa5566af048] = 40
  20.  oops           [0x00007fa5566af048,0x00007fa5566af058] = 16
  21.  metadata       [0x00007fa5566af058,0x00007fa5566af1e0] = 392
  22.  scopes data    [0x00007fa5566af1e0,0x00007fa5566af6f8] = 1304
  23.  scopes pcs     [0x00007fa5566af6f8,0x00007fa5566b0938] = 4672
  24.  dependencies   [0x00007fa5566b0938,0x00007fa5566b09c8] = 144
  25.  handler table  [0x00007fa5566b09c8,0x00007fa5566b09e0] = 24
  26.  nul chk table  [0x00007fa5566b09e0,0x00007fa5566b0b18] = 312
  27. #
  28. # If you would like to submit a bug report, please visit:
  29. #   https://bugs.debian.org/openjdk-17
  30. #
  31. ./run.sh, linha 6:   693 Abortado                java -Xms1024m -Xmx14G @libraries/net/minecraftforge/forge/1.20.1-47.1.0/unix_args.txt nogui
  32.  
Advertisement
Add Comment
Please, Sign In to add comment