*** empty log message ***

svn path=/trunk/boinc/; revision=9861
This commit is contained in:
Eric J. Korpela 2006-04-12 23:07:17 +00:00
parent 575c4a4258
commit 069aca1e19
2 changed files with 4 additions and 0 deletions

View File

@ -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:

View File

@ -33,6 +33,8 @@
#ifndef _WIN32
#include <signal.h>
#else
#include "boinc_win.h"
#endif