After update to 1.26.158670 linux server does not work properly. The error is different every time, but it looks like these are errors when working with memory. It could be a segfault, munmap_chunk(), malloc() or something like that. The error is reproduced on the void linux host and inside lxc ubuntu 18. The architecture is amd64.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Linux x64
- Category
- General
Steps To Reproduce
- Create new clean server.
- If dir "storage_<instanceId>" not exists, it will be created and the server will start and work.
- Stop server.
- Start server.
- If dir "storage_<instanceId>" exists, an error will occur during the server startup process.
Event Timeline
Comment Actions
Errors example:
munmap_chunk(): invalid pointer
malloc(): unaligned tcache chunk detected
Comment Actions
Same here, server crashes on startup if there's an existing storage_X directory in the mission / map to be loaded, where X is the ID (e.g. 1).
Most frequent errors for me are:
munmap_chunk(): invalid pointer free(): invalid pointer
When this happens the server process completely freezes and needs to be killed. Server is not usable on Linux distros because of this issue. Tested on amd64 KVM Debian 12 and bare metal Debian 11.
Might want to raise the severity because this is game breaking and should not happen...