Changes between Version 4 and Version 5 of DiagnosticsApi


Ignore:
Timestamp:
May 2, 2008, 6:45:19 AM (16 years ago)
Author:
romw
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • DiagnosticsApi

    v4 v5  
    2727
    2828 '''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.
    3030 '''BOINC_DIAG_HEAPCHECKENABLED'''::
    3131        Check the integrity of the malloc heap every N allocations. (N is line 249 in diagnostics.C; default 1024).