Changes between Version 1 and Version 2 of DiagnosticsApi
- Timestamp:
- Jul 28, 2007, 4:20:06 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DiagnosticsApi
v1 v2 22 22 The flags are as follows. Applications are advised to use at least `BOINC_DIAG_DUMPCALLSTACKENABLED`, `BOINC_DIAG_REDIRECTSTDERR`, and `BOINC_DIAG_TRACETOSTDERR`. 23 23 24 '''BOINC_DIAG_DUMPCALLSTACKENABLED 25 If the application crashes, write a symbolic call stack to stderr. If you use this in a Windows app, you must include lib/stackwalker_win.cppin the compile, and you must include the .pdb (symbol) file in your app version bundle.24 '''BOINC_DIAG_DUMPCALLSTACKENABLED''':: 25 If the application crashes, write a symbolic call stack to stderr. If you use this in a Windows app, you must include `lib/stackwalker_win.cpp` in the compile, and you must include the .pdb (symbol) file in your app version bundle. 26 26 '''BOINC_DIAG_HEAPCHECKENABLED''':: 27 Check the integrity of the malloc heap every N allocations. (N is line 120in diagnostics.C; default 1024).27 Check the integrity of the malloc heap every N allocations. (N is line 249 in diagnostics.C; default 1024). 28 28 '''BOINC_DIAG_MEMORYLEAKCHECKENABLED''':: 29 29 When process exits, write descriptions of any outstanding memory allocations to stderr.