Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2022-09-14 00:00:00Z and 2022-09-15 00:00:00Z
GitHub
BOT
2022-09-14 17:43:40Z
ceeac
[teeworlds/teeworlds] Issue opened: #3177 Multiple data races in CJobPool
Steps to reproduce:
Compile and link with GCC/Clang with
-fsanitize=thread
Run the server
Result: ``` ================== WARNING: ThreadSanitizer: data race (pid=87358) Read of size 4 at 0x7b68000006c0 by main thread: #0 CJob::Status() const teeworlds/src/engine/shared/jobs.h:35:30 (teeworlds_srv+0x548911) #1 CMasterServer::Update() teeworlds/src/engine/shared/masterserver.cpp:75:42 (teeworlds_srv+0x54837b) #2 CRegister::RegisterUpdate(int) teeworlds/src/engine...
Exported 1 message(s)