Skip to content

Prevent a shutdown race in catz_create_chg_task()

Evan Hunt requested to merge 3074-catz-excl-task into main

If a catz event is scheduled while the task manager was being shut down, task-exclusive mode is unavailable. This needs to be handled as an error rather than triggering an assertion.

Closes #3074 (closed)

Merge request reports