SoftbearStudios / mk48

Mk48.io ship combat game
https://mk48.io
GNU Affero General Public License v3.0
331 stars 58 forks source link

Access extension of non-boat #137

Closed finnbear closed 3 years ago

finnbear commented 3 years ago
panic: access extension of non-boat [recovered]
panic: access extension of non-boat
goroutine 44 [running]:
github.com/SoftbearStudios/mk48/server.(*Hub).Run.func1()

Crashed server today.

finnbear commented 3 years ago

Deployed update that should preserve the stack trace for analysis if this ever happens again.

finnbear commented 3 years ago

TODO: Investigate whether instance of ABA problem with an entityID previously used to refer to a boat pointing to a non-boat after the boat was deleted and replaced.

finnbear commented 3 years ago

Specific to Go version.