@@ -36,6 +36,8 @@ int main( int argc, char *argv[] )
result=Application.run();
Application.exit();
}
std::_Exit(0);// skip destructors, there are ordering errors which causes segfaults
returnresult;
}
catch(std::bad_allocconst&Error)
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.