The bug disturbed me about two days: when running the code I have a runtime error of \"terminate called without an active exception\\n Aborted\",why?
I try to locate the
When I've seen this error, it was caused by the thread object destructing before the thread it encapsulated has exited.