mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2998
This commit is contained in:
parent
becb8989d9
commit
421a8ef200
|
@ -261,10 +261,8 @@ LONG CALLBACK boinc_catch_signal(EXCEPTION_POINTERS *pExPtrs) {
|
|||
}
|
||||
fflush(stderr);
|
||||
|
||||
#ifdef _DEBUG
|
||||
// Unwind the stack and spew it to stderr
|
||||
StackwalkFilter(pExPtrs, EXCEPTION_EXECUTE_HANDLER, NULL);
|
||||
#endif
|
||||
|
||||
fprintf(stderr, "Exiting...\n");
|
||||
fflush(stderr);
|
||||
|
|
|
@ -10075,3 +10075,10 @@ David Feb 16 2004
|
|||
handle_request.C
|
||||
sched_shmem.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
|
||||
|
||||
|
|
Loading…
Reference in New Issue