Closed ulsa closed 9 years ago
The trace looks like it's coming from the timbre logging library. Might be a race condition where it's trying to do something during shutdown. It doesn't appear to be a luminus specific bug though.
Yes, I figured it had to do with timbre too, but wanted you to take a look.
There's really nothing I can do about it in Luminus, when the app quits the threads will be shut down and timbre doesn't appear to provide any explicit cleanup function. Perhaps it would make sense to open an issue with Timbre itself?
I sometimes get an exception when hitting
Ctrl-C
afterlein run
. Happened in two different projects just now, but I can't reproduce it consistently. Perhaps you can make sense of the stacktrace.