* [3.2.2] oom + no-killable-processes.
@ 2012-02-29 19:38 Paweł Sikora
0 siblings, 0 replies; 4+ messages in thread
From: Paweł Sikora @ 2012-02-29 19:38 UTC (permalink / raw)
To: linux-kernel
Hi all,
i've found on my 8-core opterons following oops (oom+nokillable): http://imgbin.org/index.php?page=image&id=6945
usualy the kernel just kills processes from userspace but this time something has gone wrong...
sysrq was dead, so no more stacktraces :/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [3.2.2] oom + no-killable-processes.
[not found] <3905756.9FRF7uBtcE@vmx>
@ 2012-02-29 20:09 ` Greg KH
2012-02-29 20:53 ` Paweł Sikora
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2012-02-29 20:09 UTC (permalink / raw)
To: Paweł Sikora; +Cc: linux-kernel
On Wed, Feb 29, 2012 at 08:28:23PM +0100, Paweł Sikora wrote:
> Hi all,
>
> i've found on my 8-core opterons following oops (oom+nokillable): http://imgbin.org/index.php?page=image&id=6945
> usualy the kernel just kills processes from userspace but this time something has gone wrong...
> sysrq was dead, so no more stacktraces :/
Is this something new with 3.2.2? If so, can you bisect it down to the
patch that causes the problem? Does 3.2.0 have this issue? 3.2.8?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [3.2.2] oom + no-killable-processes.
2012-02-29 20:09 ` Greg KH
@ 2012-02-29 20:53 ` Paweł Sikora
2012-03-01 1:22 ` David Rientjes
0 siblings, 1 reply; 4+ messages in thread
From: Paweł Sikora @ 2012-02-29 20:53 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel
On Wednesday 29 of February 2012 12:09:10 Greg KH wrote:
> On Wed, Feb 29, 2012 at 08:28:23PM +0100, Paweł Sikora wrote:
> > Hi all,
> >
> > i've found on my 8-core opterons following oops (oom+nokillable): http://imgbin.org/index.php?page=image&id=6945
> > usualy the kernel just kills processes from userspace but this time something has gone wrong...
> > sysrq was dead, so no more stacktraces :/
>
> Is this something new with 3.2.2?
i see such nokillable oom first time. the 3.1.x stable has been working for few months.
as you can see on the oops timestamp the 3.2.2 failed after ~27.5d so it isn't an immediate
crash which can be easily bisected :/ currently i'm stressing the 3.2.7...
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [3.2.2] oom + no-killable-processes.
2012-02-29 20:53 ` Paweł Sikora
@ 2012-03-01 1:22 ` David Rientjes
0 siblings, 0 replies; 4+ messages in thread
From: David Rientjes @ 2012-03-01 1:22 UTC (permalink / raw)
To: Paweł Sikora; +Cc: Greg KH, linux-kernel
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1407 bytes --]
On Wed, 29 Feb 2012, Paweł Sikora wrote:
> > > Hi all,
> > >
> > > i've found on my 8-core opterons following oops (oom+nokillable): http://imgbin.org/index.php?page=image&id=6945
> > > usualy the kernel just kills processes from userspace but this time something has gone wrong...
> > > sysrq was dead, so no more stacktraces :/
> >
> > Is this something new with 3.2.2?
>
> i see such nokillable oom first time. the 3.1.x stable has been working for few months.
> as you can see on the oops timestamp the 3.2.2 failed after ~27.5d so it isn't an immediate
> crash which can be easily bisected :/ currently i'm stressing the 3.2.7...
>
The trace you posted isn't very useful because all the important
information has already scrolled off the screen.
This only happens if all eligible threads are oom disabled. If you're not
using cpusets or mempolicies or the memory controller, check
/proc/pid/oom_score for all pids. Those with a score of '0' are
unkillable. If there are threads that should be eligible, check
/proc/pid/oom_score_adj for that pid. If it is -1000, then userspace has
probably disabled oom killing for it unnecessarily.
If you're using cpusets or the memory controller, then the system will
panic if the oom occurred because all cpuset mems or the memcg limit is
exhausted and there are also no threads in that cpuset or memcg that are
killable (same process above).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-01 1:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 19:38 [3.2.2] oom + no-killable-processes Paweł Sikora
[not found] <3905756.9FRF7uBtcE@vmx>
2012-02-29 20:09 ` Greg KH
2012-02-29 20:53 ` Paweł Sikora
2012-03-01 1:22 ` David Rientjes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox