remove InstallFailureSignalHandler (#17828)

test=develop
dependabot/pip/python/requests-2.20.0
chengduo 6 years ago committed by GitHub
parent 437520474c
commit d1169afaa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -206,9 +206,6 @@ void InitGLOG(const std::string &prog_name) {
// glog will not hold the ARGV[0] inside.
// Use strdup to alloc a new string.
google::InitGoogleLogging(strdup(prog_name.c_str()));
#ifndef _WIN32
google::InstallFailureSignalHandler();
#endif
}
#if defined(PADDLE_WITH_DGC)

Loading…
Cancel
Save