Changes between Version 4 and Version 5 of DiagnosticsApi
- Timestamp:
- May 2, 2008, 6:45:19 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DiagnosticsApi
v4 v5 27 27 28 28 '''BOINC_DIAG_DUMPCALLSTACKENABLED''':: 29 If the application crashes, write a symbolic call stack to stderr. If you use this in a Windows application, you can make use of [wiki: http://boinc.berkeley.edu/trac/wiki/AppDebugWin#SymbolStores Symbol Stores] for just in time debugging.29 If the application crashes, write a symbolic call stack to stderr. If you use this in a Windows application, you can make use of [wiki:AppDebugWin#SymbolStores Symbol Stores] for just in time debugging. 30 30 '''BOINC_DIAG_HEAPCHECKENABLED''':: 31 31 Check the integrity of the malloc heap every N allocations. (N is line 249 in diagnostics.C; default 1024).