Changes between Version 1 and Version 2 of DiagnosticsApi


Ignore:
Timestamp:
Jul 28, 2007, 4:20:06 PM (17 years ago)
Author:
Nicolas
Comment:

Line number in diagnostics.C

Legend:

Unmodified
Added
Removed
Modified
  • DiagnosticsApi

    v1 v2  
    2222The flags are as follows. Applications are advised to use at least `BOINC_DIAG_DUMPCALLSTACKENABLED`, `BOINC_DIAG_REDIRECTSTDERR`, and `BOINC_DIAG_TRACETOSTDERR`.
    2323
    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.
     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.
    2626 '''BOINC_DIAG_HEAPCHECKENABLED'''::
    27         Check the integrity of the malloc heap every N allocations. (N is line 120 in diagnostics.C; default 1024).
     27        Check the integrity of the malloc heap every N allocations. (N is line 249 in diagnostics.C; default 1024).
    2828 '''BOINC_DIAG_MEMORYLEAKCHECKENABLED'''::
    2929        When process exits, write descriptions of any outstanding memory allocations to stderr.