2003-07-19 20:56:22

by Marcelo Tosatti

[permalink] [raw]
Subject: pre6 oddity (fwd)


Bogus.

---------- Forwarded message ----------
Date: 19 Jul 2003 08:54:55 +0100
From: Mark Cooke <[email protected]>
To: Marcelo Tosatti <[email protected]>
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 <[email protected]>


2003-07-20 08:03:35

by Willy Tarreau

[permalink] [raw]
Subject: Re: pre6 oddity (fwd)

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 <[email protected]>
> To: Marcelo Tosatti <[email protected]>
> 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 <[email protected]>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2003-07-22 07:46:39

by Mark Cooke

[permalink] [raw]
Subject: Re: pre6 oddity (fwd)

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 <[email protected]>
> > To: Marcelo Tosatti <[email protected]>
> > 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 <[email protected]>
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to [email protected]
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
--
Mark Cooke <[email protected]>
University Of Birmingham