public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: ebiederm@xmission.com (Eric W. Biederman)
To: "Marcelo Roberto Jimenez" <mroberto@cetuc.puc-rio.br>
Cc: linux-kernel@vger.kernel.org, myrjola@lut.fi
Subject: Re: /proc/<pidnumber>/stat hangs reading process
Date: 18 Nov 2001 13:38:41 -0700	[thread overview]
Message-ID: <m1elmv95m6.fsf@frodo.biederman.org> (raw)
In-Reply-To: <1353.139.82.28.36.1005665947.squirrel@mamona.cetuc.puc-rio.br>
In-Reply-To: <1353.139.82.28.36.1005665947.squirrel@mamona.cetuc.puc-rio.br>

"Marcelo Roberto Jimenez" <mroberto@cetuc.puc-rio.br> writes:

> Mika,
> 
> > Hello,
> > basically this posting is about the same problem as one I posted in 
> > September:
> > 
> > http://www.uwsg.iu.edu/hypermail/linux/kernel/0109.0/0764.html
> > 
> > It's essentially the same situation: I was running mozilla and it stopped
> > responding to any input. I tried to kill it with control-c, kill and
> > finally with kill -9, but none helped. When I tried to look at the output
> > of top and ps, the exactly same symptons appeared; those processes didn't
> > finish and can't be killed either. When I do strace ps the output ends 
> > at:
> > 
> > stat64("/proc/16515", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
> > open("/proc/16515/stat", O_RDONLY)      = 7
> > read(7,
> 
> I'm having this problem too, for a long time. It's usually associated with big
> loads ( for my machine, of course, a PII-233 ). It has happened while opening
> lot's of pages with opera, but has also happened while compiling 3 kernels at
> the same time and playing a video with xine or aviplay.
> 
> 
> The behavior is the same: ps blocks, gtop blocks, killall blocks, anything that
> tries to get the process information blocks too.
> 
> 
> The machine can be used as long as a program does not try to call the
> problematic function, whitch I wasn't able to trace down.
> 
> 
> I haven't had this problem for a while, basically because I try not to stress
> these ``hanging'' applications anymore, so that I can work, but I'll try to see
> if I can reproduce the bug with the new VM.
> 
> 
> The problem is: what can we do, to investigate the problem, once ps starts to
> block?

Try using Alt-Sysrq and find the address in the kernel where the processes
are blocking.  The you should be able to trace back and figure out which
lock things are blocking on.

I have only seen this once on buggy hardware.  (At least on a recent kernel).
Earlier kernels had a case where they contended with process that in
certain circumstances had locks normally held.  And the ps never managed
to grab the lock.

Additionally there are a few other pieces like spin lock debugging in 2.4.14
that you might want to compile in as well.

Eric

  reply	other threads:[~2001-11-18 20:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-13 15:39 /proc/<pidnumber>/stat hangs reading process Marcelo Roberto Jimenez
2001-11-18 20:38 ` Eric W. Biederman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-11-13  8:05 Mika Yrjola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1elmv95m6.fsf@frodo.biederman.org \
    --to=ebiederm@xmission.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mroberto@cetuc.puc-rio.br \
    --cc=myrjola@lut.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox