Changes between Version 3 and Version 4 of AppDebug
- Timestamp:
- May 29, 2007, 2:56:54 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDebug
v3 v4 26 26 If you haven't set up your workunit and result template files correctly, 27 27 or if there's a problem with your application version file setup, 28 this can be debugg ing by running the client with the --exit_before_start29 or --exit_after_finishcommand-line options.28 this can be debugged by running the client with the `--exit_before_start` 29 or `--exit_after_finish` command-line options. 30 30 31 31 == Getting and deciphering stack traces == 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_DUMPCALLSTACKENABLEDflag set, and you included symbols, hopefully you'll get symbolic stack traces.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 34 To decipher a Windows stack trace go [AppDebugWin here].