Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reactor: fix crash during metrics gathering
The crash is caused by statistics request while scheduling_group is removed. The tasks_pending metric gathering triggers reactor::pending_task_count() call. This call causes null pointer derefence as the task queue pointer has been reset in reactor::destroy_scheduling_group()
- Loading branch information