在 2018-08-23 14:54, Pankaj Buddhe 写道: > Program terminated with signal 6, Aborted on simple class destructor call. > we use g++ 4.9.2 on RHEL 6 machine. Please give me any hint/suggestion to > debug further. > > > #6 0x0807fdb7 in std::thread::~thread() () at > /usr/local/include/c++/4.9.2/thread:143 > Looks like you didn't `.join()` a thread before its destructor. -- Best regards, LH_Mouse