diff --git a/api/boinc_api.C b/api/boinc_api.C index 02fc785388..ea18038343 100644 --- a/api/boinc_api.C +++ b/api/boinc_api.C @@ -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); diff --git a/checkin_notes b/checkin_notes index 8a9efc53fe..56d04af31f 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 +