Changes between Version 6 and Version 7 of AppDebug
- Timestamp:
- Oct 10, 2007, 5:34:28 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDebug
v6 v7 32 32 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. 33 33 34 T o decipher a Windows stack trace go [AppDebugWin here].34 There are separate instructions about [AppDebugWin deciphering a Windows stack trace]. 35 35 36 36 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]