*** empty log message ***

svn path=/trunk/boinc/; revision=2998
This commit is contained in:
Rom Walton 2004-02-19 10:44:17 +00:00
parent becb8989d9
commit 421a8ef200
2 changed files with 7 additions and 2 deletions

View File

@ -261,10 +261,8 @@ LONG CALLBACK boinc_catch_signal(EXCEPTION_POINTERS *pExPtrs) {
} }
fflush(stderr); fflush(stderr);
#ifdef _DEBUG
// Unwind the stack and spew it to stderr // Unwind the stack and spew it to stderr
StackwalkFilter(pExPtrs, EXCEPTION_EXECUTE_HANDLER, NULL); StackwalkFilter(pExPtrs, EXCEPTION_EXECUTE_HANDLER, NULL);
#endif
fprintf(stderr, "Exiting...\n"); fprintf(stderr, "Exiting...\n");
fflush(stderr); fflush(stderr);

View File

@ -10075,3 +10075,10 @@ David Feb 16 2004
handle_request.C handle_request.C
sched_shmem.C sched_shmem.C
server_types.C server_types.C
Rom Feb 19 2004
- Removed #ifdef around stackwalker dump so it'll dump release builds as well
api/
boinc_api.C