bug-hurd
[Top][All Lists]
Advanced

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

[bug #20683] time returns bogus user/system time


From: Samuel Thibault
Subject: [bug #20683] time returns bogus user/system time
Date: Sat, 04 Aug 2007 09:57:01 +0000
User-agent: w3m/0.5.1+cvs-1.968

URL:
  <http://savannah.gnu.org/bugs/?20683>

                 Summary: time returns bogus user/system time
                 Project: The GNU Hurd
            Submitted by: sthibaul
            Submitted on: samedi 04.08.2007 à 11:57
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Reproducibility: None
              Size (loc): None
         Planned Release: None
                  Effort: 0.00
Wiki-like text discussion box: 

    _______________________________________________________

Details:

This is because GNU mach doesn't provide the stime/utime for children, see
implementation of times() in glibc, sysdeps/mach/hurd/times.c: 

  /* XXX This can't be implemented until getrusage(RUSAGE_CHILDREN) can be. 
*/
    tms->tms_cutime = tms->tms_cstime = 0;






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?20683>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]