Changes between Version 3 and Version 4 of DiagnosticsApi
- Timestamp:
- May 2, 2008, 6:44:44 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DiagnosticsApi
v3 v4 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 app , you must include `lib/stackwalker_win.cpp` in the compile, and you must include the .pdb (symbol) file in your app version bundle.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. 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).