Native thread exited without having called DetachCurrentThread

Hi all,

I am getting this error for a thread I am spawning. It also results in a “Fatal signal 6”.
I am curious: most information online (such as this thread), and there isn’t much, covers pthreads. I am using std::thread.

Would the same information apply as applies to pthreads?

The code is uncomplicated, just an instantiation of std::thread.