| Index: base/debug/stack_trace_posix.cc
|
| diff --git a/base/debug/stack_trace_posix.cc b/base/debug/stack_trace_posix.cc
|
| index ebd18525b9ae73675995bc4d44af960f378627a7..4a55f64cc6c1a16069c18451ab85c9d77f207d2f 100644
|
| --- a/base/debug/stack_trace_posix.cc
|
| +++ b/base/debug/stack_trace_posix.cc
|
| @@ -383,6 +383,7 @@ void StackDumpSignalHandler(int signal, siginfo_t* info, void* void_context) {
|
| // Non-Mac OSes should probably reraise the signal as well, but the Linux
|
| // sandbox tests break on CrOS devices.
|
| // https://code.google.com/p/chromium/issues/detail?id=551681
|
| + PrintToStderr("Calling _exit(1). Core file will not be generated.\n");
|
| _exit(1);
|
| #endif // defined(OS_MACOSX) && !defined(OS_IOS)
|
| }
|
|
|