Changes between Version 20 and Version 21 of AppDebug


Ignore:
Timestamp:
Oct 7, 2009, 12:12:16 PM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDebug

    v20 v21  
    7676to attach a debugger to it.
    7777
    78 == Checking your workunit and result templates ==
     78== Checking your templates and app files ==
    7979
    80 If you haven't set up your workunit and result template files correctly,
    81 or if there's a problem with your application version file setup,
    82 this can be debugged by running the client with the `--exit_before_start`
    83 or `--exit_after_finish` command-line options.
     80If your app complains that it can't find its input files,
     81or the BOINC complains that it can't find the output files,
     82there's most likely a problem with your [JobSubmission input/output template files].
     83If your app can't find the libraries it expects,
     84there's most likely a problem with your [UpdateVersions application file setup].
     85
     86These problems can be debugged by running the client with these command-line options:
     87
     88 '''--exit_before_start''':: The client will exit just before running an app.
     89  At that point, look at the slot directory and make sure everything is correct.
     90  Try running the app manually in the slot directory.
     91
     92 '''--exit_after_finish''':: The client will exit just after an app finishes.
     93  At that point, look at the slot directory and project directories,
     94  and verify that the output files are there.
     95
    8496
    8597== Getting and deciphering stack traces ==