Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2021-10-10 00:00:00Z and 2021-10-11 00:00:00Z
In configuration file, when sv_announcement_interval is 0 (min=1; max=9999), server crashes after 1 minute with signal 8 (floating-point exeption) due to a div by 0.
Backtrace:
```
#0 0x000055555558026e in CServer::GetAnnouncementLine (this=0x7ffff66b7010, pFileName=0x55555573c868 "") at src/engine/server/server.cpp:3677
#1 0x00005555555b56a5 in CGameContext::OnTick (this=0x7ffff4680010) at src/game/server/gamecontext.cpp:1020
#2 0x000055555557a38d in CServer::Run (this=0x7ffff6...