Skip to content

Commit d1169af

Browse files
author
chengduo
authored
remove InstallFailureSignalHandler (#17828)
test=develop
1 parent 4375204 commit d1169af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

paddle/fluid/platform/init.cc

-3
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ void InitGLOG(const std::string &prog_name) {
206206
// glog will not hold the ARGV[0] inside.
207207
// Use strdup to alloc a new string.
208208
google::InitGoogleLogging(strdup(prog_name.c_str()));
209-
#ifndef _WIN32
210-
google::InstallFailureSignalHandler();
211-
#endif
212209
}
213210

214211
#if defined(PADDLE_WITH_DGC)

0 commit comments

Comments
 (0)