public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/12382] New: rt/tst-cpuclock2 check fails on latest git version
@ 2011-01-10 13:39 cryptooctoploid at gmail dot com
  2011-01-10 14:45 ` [Bug libc/12382] " cryptooctoploid at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cryptooctoploid at gmail dot com @ 2011-01-10 13:39 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12382

           Summary: rt/tst-cpuclock2 check fails on latest git version
           Product: glibc
           Version: 2.13
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: cryptooctoploid@gmail.com


make check on the latest git version fails here:
(amd64, Linux (latest vanilla git kernel))

GCONV_PATH=/var/tmp/glibc-build/iconvdata LC_ALL=C  
/var/tmp/glibc-build/elf/ld-linux-x86-64.so.2 --library-path
/var/tmp/glibc-build:/var/tmp/glibc-build/math:/var/tmp/glibc-build/elf:/var/tmp/glibc-build/dlfcn:/var/tmp/glibc-build/nss:/var/tmp/glibc-build/nis:/var/tmp/glibc-build/rt:/var/tmp/glibc-build/resolv:/var/tmp/glibc-build/crypt:/var/tmp/glibc-build/nptl
/var/tmp/glibc-build/rt/tst-cpuclock2  >
/var/tmp/glibc-build/rt/tst-cpuclock2.out
make[2]: *** [/var/tmp/glibc-build/rt/tst-cpuclock2.out] Error 1
make[2]: Leaving directory `/var/tmp/glibc/rt'

rt/tst-cputimer1.out:

clock_gettime returned timespec = { 0, 344690 }
clock_getres returned timespec = { 0, 1 }
*** timer thr2 invoked too soon: 2.900622268 instead of expected 2.901124302
*** timer sig1 invoked too soon: 3.400610333 instead of expected 3.401124302
*** timer sig2 invoked too soon: 3.900612742 instead of expected 3.901124302

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/12382] rt/tst-cpuclock2 check fails on latest git version
  2011-01-10 13:39 [Bug libc/12382] New: rt/tst-cpuclock2 check fails on latest git version cryptooctoploid at gmail dot com
@ 2011-01-10 14:45 ` cryptooctoploid at gmail dot com
  2011-01-10 20:41 ` drepper.fsp at gmail dot com
  2014-06-27 12:31 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cryptooctoploid at gmail dot com @ 2011-01-10 14:45 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12382

--- Comment #1 from Octoploid <cryptooctoploid at gmail dot com> 2011-01-10 14:44:53 UTC ---
Sorry, here is rt/tst-cpuclock2.out:

live thread clock fffffffffffca27e resolution 0.000000001
live thread before sleep => 0.000113752
self thread before sleep => 0.000430788
live thread after sleep => 0.500047019
self thread after sleep => 0.000535150
process before - after 499402140 outside reasonable range (499933267)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/12382] rt/tst-cpuclock2 check fails on latest git version
  2011-01-10 13:39 [Bug libc/12382] New: rt/tst-cpuclock2 check fails on latest git version cryptooctoploid at gmail dot com
  2011-01-10 14:45 ` [Bug libc/12382] " cryptooctoploid at gmail dot com
@ 2011-01-10 20:41 ` drepper.fsp at gmail dot com
  2014-06-27 12:31 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-01-10 20:41 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12382

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #2 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-01-10 20:40:44 UTC ---
This is known and no libc issue.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/12382] rt/tst-cpuclock2 check fails on latest git version
  2011-01-10 13:39 [Bug libc/12382] New: rt/tst-cpuclock2 check fails on latest git version cryptooctoploid at gmail dot com
  2011-01-10 14:45 ` [Bug libc/12382] " cryptooctoploid at gmail dot com
  2011-01-10 20:41 ` drepper.fsp at gmail dot com
@ 2014-06-27 12:31 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 12:31 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=12382

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-27 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-10 13:39 [Bug libc/12382] New: rt/tst-cpuclock2 check fails on latest git version cryptooctoploid at gmail dot com
2011-01-10 14:45 ` [Bug libc/12382] " cryptooctoploid at gmail dot com
2011-01-10 20:41 ` drepper.fsp at gmail dot com
2014-06-27 12:31 ` fweimer at redhat dot com

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 read-only IMAP folder(s) and NNTP newsgroup(s).