Skip to content

Commit d46da4a

Browse files
committed
update(crashreporter): Disable SIGABRT
1 parent 2cd39b7 commit d46da4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/crashreporter/CrashReport.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ bool BeginCrashListener()
180180
}
181181

182182
::signal(SIGSEGV, &signal_handler);
183-
::signal(SIGABRT, &signal_handler);
184183

185184
startup_cmd = CommandLine()->GetCmdLine();
186185
std::vector<std::string> exp = explode(startup_cmd, " ");

0 commit comments

Comments
 (0)