Coredump-X: C++:std::terminate

实现

libstdc+±v3/libsupc++/eh_terminate.cc

void
__cxxabiv1::__terminate (std::terminate_handler handler) throw ()
{
   
    
    
  __try 
    {
   
    
    
      handler ();
      std::abort ()

猜你喜欢

转载自blog.csdn.net/qq_36428903/article/details/121572103
今日推荐