Changes between Version 1 and Version 2 of AppDebug


Ignore:
Timestamp:
Apr 27, 2007, 11:11:57 AM (17 years ago)
Author:
KSMarksPsych
Comment:

Updated links to point to wiki pages.

Legend:

Unmodified
Added
Removed
Modified
  • AppDebug

    v1 v2  
    2525Once 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.
    2626
    27 To decipher a Windows stack trace go [http://boinc.berkeley.edu/app_debug_win.php here].
     27To decipher a Windows stack trace go [AppDebugWin here].
    2828
    2929Otherwise, 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]