Bug 106831
Summary: | Back-to-back OOM Killer Events Lockup the Kernel | ||
---|---|---|---|
Product: | Process Management | Reporter: | Chris Carday (ccarday) |
Component: | Scheduler | Assignee: | Ingo Molnar (mingo) |
Status: | NEW --- | ||
Severity: | normal | CC: | szg00000 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.10.53 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Chris Carday
2015-10-28 23:35:56 UTC
Specifically - the bug occurring here is that task_struct->thread_group is being traversed & hits a member that has "t->next = t" & the code infinitely loops there while holding the tasklist_lock. |