Program terminated with signal 6, Aborted on class destructor call.

Liu Hao lh_mouse@126.com
Thu Aug 23 07:03:00 GMT 2018


在 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


More information about the Gcc-help mailing list