linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pre6 oddity (fwd)
@ 2003-07-19 21:07 Marcelo Tosatti
  2003-07-20  8:13 ` Willy Tarreau
  0 siblings, 1 reply; 3+ messages in thread
From: Marcelo Tosatti @ 2003-07-19 21:07 UTC (permalink / raw)
  To: lkml; +Cc: Mark Cooke


Bogus.

---------- Forwarded message ----------
Date: 19 Jul 2003 08:54:55 +0100
From: Mark Cooke <mpc@star.sr.bham.ac.uk>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Subject: pre6 oddity

Hi Marcelo,

On two of my machines running pre6, I am seeing top report very odd
priorities for two kernel tasks:

  PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU
COMMAND

    8 root     18446744073709551615 -20     0    0     0 SW<   0.0
0.0   0:00   0 mdrecoveryd
   16 root     18446744073709551615 -20     0    0     0 SW<   0.0
0.0   0:00   0 raid1d


Something related to the scheduling changes going on ?

(RedHat 9 base system)

Mark

-- 
Mark Cooke <mpc@star.sr.bham.ac.uk>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pre6 oddity (fwd)
  2003-07-19 21:07 pre6 oddity (fwd) Marcelo Tosatti
@ 2003-07-20  8:13 ` Willy Tarreau
  2003-07-22  8:01   ` Mark Cooke
  0 siblings, 1 reply; 3+ messages in thread
From: Willy Tarreau @ 2003-07-20  8:13 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml, Mark Cooke

Hi Marcelo,

This was a procps bug. 2.0.11 I believe. There was something like a
printf("%ull", prio) with prio=-1, which prints 2^64-1 (the high number seen
here). Upgrading to 2.0.13 fixed the problem for me.

Cheers,
Willy

On Sat, Jul 19, 2003 at 06:07:42PM -0300, Marcelo Tosatti wrote:
> 
> Bogus.
> 
> ---------- Forwarded message ----------
> Date: 19 Jul 2003 08:54:55 +0100
> From: Mark Cooke <mpc@star.sr.bham.ac.uk>
> To: Marcelo Tosatti <marcelo@conectiva.com.br>
> Subject: pre6 oddity
> 
> Hi Marcelo,
> 
> On two of my machines running pre6, I am seeing top report very odd
> priorities for two kernel tasks:
> 
>   PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU
> COMMAND
> 
>     8 root     18446744073709551615 -20     0    0     0 SW<   0.0
> 0.0   0:00   0 mdrecoveryd
>    16 root     18446744073709551615 -20     0    0     0 SW<   0.0
> 0.0   0:00   0 raid1d
> 
> 
> Something related to the scheduling changes going on ?
> 
> (RedHat 9 base system)
> 
> Mark
> 
> -- 
> Mark Cooke <mpc@star.sr.bham.ac.uk>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pre6 oddity (fwd)
  2003-07-20  8:13 ` Willy Tarreau
@ 2003-07-22  8:01   ` Mark Cooke
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Cooke @ 2003-07-22  8:01 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: Marcelo Tosatti, lkml

Confirmed - I updated to procps 3.1.11 and the oddity with the display
is gone.

Thanks Willy.

Mark

On Sun, 2003-07-20 at 09:13, Willy Tarreau wrote:
> Hi Marcelo,
> 
> This was a procps bug. 2.0.11 I believe. There was something like a
> printf("%ull", prio) with prio=-1, which prints 2^64-1 (the high number seen
> here). Upgrading to 2.0.13 fixed the problem for me.
> 
> Cheers,
> Willy
> 
> On Sat, Jul 19, 2003 at 06:07:42PM -0300, Marcelo Tosatti wrote:
> > 
> > Bogus.
> > 
> > ---------- Forwarded message ----------
> > Date: 19 Jul 2003 08:54:55 +0100
> > From: Mark Cooke <mpc@star.sr.bham.ac.uk>
> > To: Marcelo Tosatti <marcelo@conectiva.com.br>
> > Subject: pre6 oddity
> > 
> > Hi Marcelo,
> > 
> > On two of my machines running pre6, I am seeing top report very odd
> > priorities for two kernel tasks:
> > 
> >   PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU
> > COMMAND
> > 
> >     8 root     18446744073709551615 -20     0    0     0 SW<   0.0
> > 0.0   0:00   0 mdrecoveryd
> >    16 root     18446744073709551615 -20     0    0     0 SW<   0.0
> > 0.0   0:00   0 raid1d
> > 
> > 
> > Something related to the scheduling changes going on ?
> > 
> > (RedHat 9 base system)
> > 
> > Mark
> > 
> > -- 
> > Mark Cooke <mpc@star.sr.bham.ac.uk>
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
-- 
Mark Cooke <mpc@star.sr.bham.ac.uk>
University Of Birmingham


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-22  7:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-19 21:07 pre6 oddity (fwd) Marcelo Tosatti
2003-07-20  8:13 ` Willy Tarreau
2003-07-22  8:01   ` Mark Cooke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).