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

Fix: adminadd crash #383

Open
Blackwolf1337 opened this issue Apr 20, 2016 · 6 comments
Open

Fix: adminadd crash #383

Blackwolf1337 opened this issue Apr 20, 2016 · 6 comments

Comments

@Blackwolf1337
Copy link
Contributor

Blackwolf1337 commented Apr 20, 2016

So recently I've tried something stupid. I added +30 Admin Accounts after some more the Server Crashed. No Crash log at all. I don't know if this has to do with the memory allocation, but seem's like. Probably a memory leak I don't know...

-Edit-

Don't forget to backup your admins.json, when trying this out. After a crash your .json will be emptied.

@ensiform
Copy link
Collaborator

A crash dump would be great. The fact that the file is lost is because the crash happens during a file write I believe which can lead to that happening.

@Blackwolf1337
Copy link
Contributor Author

@ensiform as much as I would like to share with you the crash dump, but there is not one. Since it crashes randomly and doesn't create a dump / log

@ensiform
Copy link
Collaborator

I thought japp had crash dump support in the server. @Razish ?

@Blackwolf1337
Copy link
Contributor Author

@ensiform It does, but this crash is somehow glitchy. The Crash Dump collector of ja++ won't print it out. You can try by yourself.Normally it puts out a .log file with the assembler code within it.

@Razish
Copy link
Owner

Razish commented Apr 21, 2016

There's no log at all? Or is it an empty file?
Did you build with no_crashhandler=1 or run with japp_crashHandler 0?

It works by listening for signals from the OS/kernel like SIGSEGV/segmentation fault/"crash" and works from there, it doesn't matter what was executing previously.

Was this on a listen server or a separate dedicated server?
Can I get the exact commands + arguments you used to add admins? It may be related.

EDIT: I've just created over 100 admins on a dedicated linux server with no issues.

@Razish Razish changed the title Unknown Server Crash. adminadd crash Apr 21, 2016
@Blackwolf1337
Copy link
Contributor Author

The crashhandler is implemented and turned on, no log file at all. As I described above.

@Razish Razish changed the title adminadd crash Fix: adminadd crash May 24, 2017
@Razish Razish added this to Open in tracking Jan 30, 2022
@Razish Razish moved this from Open to can not reproduce in tracking Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: can not reproduce
tracking
can not reproduce
Development

No branches or pull requests

3 participants