Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak occurred while entering local saves #4318

Closed
2 tasks done
E0x72-21 opened this issue Jan 10, 2024 · 3 comments
Closed
2 tasks done

Memory leak occurred while entering local saves #4318

E0x72-21 opened this issue Jan 10, 2024 · 3 comments
Labels
crash Oopsie

Comments

@E0x72-21
Copy link

E0x72-21 commented Jan 10, 2024

Steps to reproduce

  1. create and enter a local save with meteor dev build1992
  2. replace meteor dev build1992 to dev build1997
  3. enter the save again and the game crashed

Link to crash report/log (upload to https://mclo.gs and paste resulting link here)

https://mclo.gs/7KPUSl3 (latest.log) https://mclo.gs/aSWupkL (hs_err_pid8756.log)

Meteor Version

meteor v0.5.6 1997

Minecraft Version

1.20.4

Operating System

Windows

Before submitting a crash report

  • This crash wasn't already reported (I have searched crash reports on GitHub).

  • This is a valid crash (I am able to reproduce this on the latest dev build).

@E0x72-21 E0x72-21 added the crash Oopsie label Jan 10, 2024
@RacoonDog
Copy link
Contributor

not a memory leak, you’re allocating too much memory for your system

@E0x72-21
Copy link
Author

E0x72-21 commented Jan 10, 2024

not a memory leak, you’re allocating too much memory for your system

Wait a minute, the cause of the crash is that I allocating too much memory for minecraft?

@RacoonDog
Copy link
Contributor

not a memory leak, you’re allocating too much memory for your system

Wait a minute, the cause of the crash is that I allocating too much memory for minecraft?

Unless the leak happens in native memory, it'd show up as an OutOfMemoryError or a StackOverflowError. This crash is caused by the jvm failing to find native memory to map the heap onto, in other words the size of the heap is too high for the amount of memory your system has.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash Oopsie
Projects
None yet
Development

No branches or pull requests

3 participants