mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9861
This commit is contained in:
parent
575c4a4258
commit
069aca1e19
|
@ -380,11 +380,13 @@ LONG CALLBACK boinc_catch_signal(EXCEPTION_POINTERS *pExPtrs) {
|
|||
}
|
||||
}
|
||||
|
||||
#if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
// Kickstart the debugger extensions
|
||||
DebuggerInitialize( boinc_dir, symstore );
|
||||
|
||||
// Dump any useful information
|
||||
DebuggerDisplayDiagnostics();
|
||||
#endif
|
||||
|
||||
switch ( exceptionCode ) {
|
||||
case EXCEPTION_ACCESS_VIOLATION:
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
#ifndef _WIN32
|
||||
#include <signal.h>
|
||||
#else
|
||||
#include "boinc_win.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue