Open linas opened 4 years ago
This appears to happen much much much more often, when a lot of logger messages are being written. So this might have something to do with the logger shutdown ...
Pull req opencog/cogutil#235 sharply reduces the number of crashes.
Something about the cogserver shutdown sequence frequently leads to the error message on shutdown:
This happens some time after
main()
has exited, and has something to do with the thread shutdown. This often makes the unit tests for https://github.com/opencog/atomspace-cog/ fail.