Changes between Version 1 and Version 2 of AppDebug
- Timestamp:
- Apr 27, 2007, 11:11:57 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDebug
v1 v2 25 25 Once 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. 26 26 27 To decipher a Windows stack trace go [ http://boinc.berkeley.edu/app_debug_win.phphere].27 To decipher a Windows stack trace go [AppDebugWin here]. 28 28 29 29 Otherwise, 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]