Skip to content
  • Simon Marlow's avatar
    Fix #2663: we had a hard-wired capabilities[0] · 8ec22a59
    Simon Marlow authored
    For some unknown reason in schedulePostRunThread() we were always
    passing capabilities[0] rather than the current Capability to
    throwToSingleThreaded().  This caused all kinds of weird failures and
    crashes in STM code when running on multiple processors.
    8ec22a59