da30fdf96a
The scheduler uses the load tracking logic to compute the load of threads to be enqueued into the run queue. The time delta between the last enqueue and the next enqueue may grow very large for threads that mostly wait on conditions. In such cases the int "n" period count variable would become too small and wrap around, leading to an assertion failure. For this to happen, the thread in question would have to have slept for at least ~25 days and then wake up. Threads often affected would be ones waiting for some other process to end, for example shell threads waiting for a long running process to exit. Fixes #13558. |
||
---|---|---|
.. | ||
build | ||
compatibility | ||
config | ||
cpp | ||
glibc | ||
libs | ||
os | ||
posix | ||
private | ||
tools |