mirror of
https://github.com/elisspace/core.git
synced 2026-09-16 07:53:04 +00:00
This adds verbose debugging which can be turned on to figure out what is going on. It also adds a broad exception handler in the worker thread to avoid dying. If you're running this such that stderr doesn't go to a log, it can be easy to miss the thread's death. I wrote all this to try to diagnose #1283, which seems to maybe have healed itself. But since I have it, I figure we might as well keep it in case we have trouble in the future.