You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above is the behavior of registered dtors on main thread exiting. As for llvm-libc, the dtors registered using __cxa hooks are never called if main thread exits without calling pthread_exit.