Changes between Version 6 and Version 7 of AppDebug


Ignore:
Timestamp:
Oct 10, 2007, 5:34:28 PM (17 years ago)
Author:
Nicolas
Comment:

Get rid of 'click here' links (full list)

Legend:

Unmodified
Added
Removed
Modified
  • AppDebug

    v6 v7  
    3232Once your application is working on your own computers, you're ready to test it with outside computers (alpha testers initially). It may crash on some computers, e.g. because their software or hardware is different from yours. You'll get some information back in the stderr_txt field of the results. If your application called `boinc_init_diagnostics()` with the `BOINC_DIAG_DUMPCALLSTACKENABLED` flag set, and you included symbols, hopefully you'll get symbolic stack traces.
    3333
    34 To decipher a Windows stack trace go [AppDebugWin here].
     34There are separate instructions about [AppDebugWin deciphering a Windows stack trace].
    3535
    3636Otherwise, you should at least get numeric (hex) stack traces. You can decipher these by running a symbolic debugger with an unstripped version and typing in the hex addresses. See [http://developer.apple.com/technotes/tn2004/tn2123.html#SECNOSYMBOLS Debugging without symbols]