Date: Sat, 16 Mar 2002 11:50:01 -0800 (PST) From: "Crist J. Clark" <cjc@FreeBSD.ORG> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/35929: A small bug in renice Message-ID: <200203161950.g2GJo1Y46624@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/35929; it has been noted by GNATS.
From: "Crist J. Clark" <cjc@FreeBSD.ORG>
To: "Alexander S. Usov" <lex@itv.kiev.ua>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: bin/35929: A small bug in renice
Date: Sat, 16 Mar 2002 11:40:39 -0800
On Fri, Mar 15, 2002 at 11:18:47AM -0800, Alexander S. Usov wrote:
>
> >Number: 35929
> >Category: bin
> >Synopsis: A small bug in renice
> >Confidential: no
> >Severity: non-critical
> >Priority: medium
> >Responsible: freebsd-bugs
> >State: open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class: sw-bug
> >Submitter-Id: current-users
> >Arrival-Date: Fri Mar 15 11:20:00 PST 2002
> >Closed-Date:
> >Last-Modified:
> >Originator: Alexander S. Usov
> >Release: 4.5-Stable
> >Organization:
> ITV
> >Environment:
> FreeBSD darkini.itv 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 3 17:52:08 EET 2002
> >Description:
> renice 10 -j pid works a little strange:
> ===%renice 10 -j $$
> 0: old priority 0, new priority 10
> 62742: old priority 0, new priority 10
Nothing too surprising here. '-j' is not a valid flag to renice(8). It
is being interpreted as an integer. atoi(3) return a value of 0 for
"-j".
--
Crist J. Clark | cjclark@alum.mit.edu
| cjclark@jhu.edu
http://people.freebsd.org/~cjc/ | cjc@freebsd.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203161950.g2GJo1Y46624>
