[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#190581: marked as done (libc-0.3: nice() doesn't work)



Your message dated Tue, 19 Aug 2014 23:44:10 +0200
with message-id <20140819214410.GA1869@type.youpi.perso.aquilenet.fr>
and subject line Re: Bug#190581: nice() doesn't work
has caused the Debian Bug report #190581,
regarding libc-0.3: nice() doesn't work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
190581: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=190581
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libc0.3
Version: latest (not installed)
Severity: normal

nice is unable to set process priority to "-1".

test code follows:

#include <sys/resource.h>
#include <stdio.h>
#include <errno.h>

main ()
{
  int a = -1;

  errno = 0;
  int b = nice (a - nice(0));
  if (errno)
    perror (NULL);

  if (b == a)
    printf ("nice is nice\n");
  else
    printf ("nice is fucked\n");
}


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux aragorn 2.2.22 #1 dl nov 25 21:59:43 CET 2002 i586
Locale: LANG=ca_ES.ISO-8859-1, LC_CTYPE=ca_ES@euro (ignored: LC_ALL set)


-- 
Robert Millan

make: *** No rule to make target `war'.  Stop.

Another world is possible - Just say no to genocide


--- End Message ---
--- Begin Message ---
Robert Millan, le Thu 24 Apr 2003 17:19:33 +0200, a écrit :
> test code follows:

This has been fixed at some point, it proceeds fine now.

Samuel

--- End Message ---

Reply to: