For developer Nix builds, default handle signal after crash report. Linux should generate a core dump; Darwin a mac crash report.

master
Andrew A. de Laix 2010-06-29 15:51:17 -07:00
parent 4e6580bf52
commit 8d6fec5cc1
1 changed files with 6 additions and 0 deletions

View File

@ -863,7 +863,13 @@ bool unix_post_minidump_callback(const char *dump_dir,
llinfos << "generated minidump: " << LLApp::instance()->getMiniDumpFilename() << llendl;
LLApp::runErrorHandler();
#ifndef LL_RELEASE_FOR_DOWNLOAD
clear_signals();
return false;
#else
return true;
#endif
}
#endif // !WINDOWS