Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • fix_Makefile.mingw#2
  • update_Makefile.mingw
  • fix_Makefile.mingw
  • fix_API_for_C_apps
  • fix_procinfo_mac
  • boinccmd_gpu_mode_always_until_sigterm
  • fgrp_osx_hotfix
  • fix_boinc_master@f8250782
  • eah_wrapper_improvements
  • diagnostics_win-hotfix
  • diagnostics_win-hotfix-old
  • current_fgrp_apps
  • testing_gw_apps
  • gw_app_darwin_15
  • current_brp_apps
  • current_brp_apps_android10
  • current_gfx_apps
  • current_server
  • current_gw_apps
  • previous_fgrp_apps
  • previous_gw_apps
  • testing_brp_apps
  • apps_FGRP3_1.07
  • apps_FGRP3_1.08
25 results

sandbox.h

Blame
    • David Anderson's avatar
      575565dc
      - client: fixed nasty bug that caused GPU jobs to crash on startup · 575565dc
      David Anderson authored
              when they're preempting another GPU job.
              The problem was as follows:
              - job A is chosen to preempt job B
              - we tell job B to quit, and initialize job A but don't start it;
                  however, we set if scheduler state to SCHEDULED
                  (rather than UNINITIALIZED)
              - job B exits, and we start job A.
                  Since its state is not UNITIALIZED, we don't set up its slot dir.
              - job A runs in an empty slot dir, doesn't find its files, and bombs out.
          - client: add <slot_debug> option (prints messages about
              allocation of slots, creating/removing files in slot dirs).
      
      svn path=/trunk/boinc/; revision=18217
      575565dc
      History
      - client: fixed nasty bug that caused GPU jobs to crash on startup
      David Anderson authored
              when they're preempting another GPU job.
              The problem was as follows:
              - job A is chosen to preempt job B
              - we tell job B to quit, and initialize job A but don't start it;
                  however, we set if scheduler state to SCHEDULED
                  (rather than UNINITIALIZED)
              - job B exits, and we start job A.
                  Since its state is not UNITIALIZED, we don't set up its slot dir.
              - job A runs in an empty slot dir, doesn't find its files, and bombs out.
          - client: add <slot_debug> option (prints messages about
              allocation of slots, creating/removing files in slot dirs).
      
      svn path=/trunk/boinc/; revision=18217