You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing , I found sometimes ktsan task is not destroy.At this time, task state is TASK_DEAD, but not enter finish_task_switch function.After adding some log, I found during context switch, task is switch.Why?When does ktsan task destroy?
The text was updated successfully, but these errors were encountered:
The function finish_task_switch I can found.But I find that in finish_task_switch function, it's unlikely prev_state is TASK_DEAD.When I fork and exit processes frequently, the ktsan_task_destroy is slower than create, the maximum number of threads is reached。How can I deal with it?
While testing , I found sometimes ktsan task is not destroy.At this time, task state is TASK_DEAD, but not enter finish_task_switch function.After adding some log, I found during context switch, task is switch.Why?When does ktsan task destroy?
The text was updated successfully, but these errors were encountered: