CubicMC / cubic-server

A fast and extensible C++ Minecraft server implementation
https://cubicmc.org
GNU General Public License v3.0
53 stars 6 forks source link

Race condition on chunk generation #220

Closed emneo-dev closed 10 months ago

emneo-dev commented 11 months ago

Sometimes an access to the chunk column map will fail and permanently lock a chunk to the void.

emneo-dev commented 11 months ago

This might be more urgent than anticipated because I can pretty easily replicate it with the current codebase and even get segfaults out of it :/