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

Possible Memory Leak Crash #202

Open
Endimmion opened this issue Nov 21, 2017 · 2 comments
Open

Possible Memory Leak Crash #202

Endimmion opened this issue Nov 21, 2017 · 2 comments
Assignees
Labels

Comments

@Endimmion
Copy link

When you run a cuwo server for a long time, it occurs a crash (on Windows and Linux) that seems to look like a memory leak.

Example of the crash on Windows
crash-screenshot

Out of tgen memory Gen heap Out of tgen memory Gen heap Windows fatal exception : access violation [...]

@matpow2
Copy link
Owner

matpow2 commented Nov 22, 2017

This is a very important bug, and I'd like to fix it ASAP. It's caused by the gen heap not freeing some memory, since a sector/chunk is swapped out, causing it to never be freed completely.

@matpow2 matpow2 added the bug label Nov 22, 2017
@matpow2 matpow2 self-assigned this Nov 22, 2017
@Endimmion
Copy link
Author

Is there a way to help you finding what is causing this? Like running the server with more debug option?

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

No branches or pull requests

2 participants