public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/14096] New: Race condition on timezone/tst-timezone.out
@ 2012-05-10 21:40 hjl.tools at gmail dot com
  2014-06-25 11:02 ` [Bug libc/14096] " fweimer at redhat dot com
  2015-08-27 22:08 ` [Bug time/14096] " jsm28 at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2012-05-10 21:40 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 14096
           Summary: Race condition on timezone/tst-timezone.out
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: hjl.tools@gmail.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


"make -j8 check" on Intel Core i7 timezone/tst-timezone.out fails
at random:

[hjl@gnu-6 build-x86_64-linux]$ diff -up timezone/tst-timezone.bad 
timezone/tst-timezone.out
--- timezone/tst-timezone.bad    2012-05-10 14:05:15.479544438 -0700
+++ timezone/tst-timezone.out    2012-05-10 14:36:48.510157884 -0700
@@ -55,56 +55,32 @@ tzname[1]: BRST
 daylight: 1
 timezone: 10800
 Checking timezone America/Chicago
-tzname[0]: America
-tzname[1]: 
-daylight: 0
-timezone: 0
-*** Timezone: America/Chicago, daylight is: 0 but should be: 1
-*** Timezone: America/Chicago, timezone is: 0 but should be: 21600
-*** Timezone: America/Chicago, tzname[0] is: America but should be: CST
-*** Timezone: America/Chicago, tzname[1] is:  but should be: CDT
-tzname[0]: America
-tzname[1]: 
-daylight: 0
-timezone: 0
-*** Timezone: America/Chicago, daylight is: 0 but should be: 1
-*** Timezone: America/Chicago, timezone is: 0 but should be: 21600
-*** Timezone: America/Chicago, tzname[0] is: America but should be: CST
-*** Timezone: America/Chicago, tzname[1] is:  but should be: CDT
+tzname[0]: CST
+tzname[1]: CDT
+daylight: 1
+timezone: 21600
+tzname[0]: CST
+tzname[1]: CDT
+daylight: 1
+timezone: 21600
 Checking timezone America/Indiana/Indianapolis
-tzname[0]: America
-tzname[1]: 
-daylight: 0
-timezone: 0
-*** Timezone: America/Indiana/Indianapolis, daylight is: 0 but should be: 1
-*** Timezone: America/Indiana/Indianapolis, timezone is: 0 but should be:
18000
-*** Timezone: America/Indiana/Indianapolis, tzname[0] is: America but should
be: EST
-*** Timezone: America/Indiana/Indianapolis, tzname[1] is:  but should be: EDT
-tzname[0]: America
-tzname[1]: 
-daylight: 0
-timezone: 0
-*** Timezone: America/Indiana/Indianapolis, daylight is: 0 but should be: 1
-*** Timezone: America/Indiana/Indianapolis, timezone is: 0 but should be:
18000
-*** Timezone: America/Indiana/Indianapolis, tzname[0] is: America but should
be: EST
-*** Timezone: America/Indiana/Indianapolis, tzname[1] is:  but should be: EDT
+tzname[0]: EST
+tzname[1]: EDT
+daylight: 1
+timezone: 18000
+tzname[0]: EST
+tzname[1]: EDT
+daylight: 1
+timezone: 18000
 Checking timezone America/Los_Angeles
-tzname[0]: America
-tzname[1]: 
-daylight: 0
-timezone: 0
-*** Timezone: America/Los_Angeles, daylight is: 0 but should be: 1
-*** Timezone: America/Los_Angeles, timezone is: 0 but should be: 28800
-*** Timezone: America/Los_Angeles, tzname[0] is: America but should be: PST
-*** Timezone: America/Los_Angeles, tzname[1] is:  but should be: PDT
-tzname[0]: America
-tzname[1]: 
-daylight: 0
-timezone: 0
-*** Timezone: America/Los_Angeles, daylight is: 0 but should be: 1
-*** Timezone: America/Los_Angeles, timezone is: 0 but should be: 28800
-*** Timezone: America/Los_Angeles, tzname[0] is: America but should be: PST
-*** Timezone: America/Los_Angeles, tzname[1] is:  but should be: PDT
+tzname[0]: PST
+tzname[1]: PDT
+daylight: 1
+timezone: 28800
+tzname[0]: PST
+tzname[1]: PDT
+daylight: 1
+timezone: 28800
 Checking timezone Pacific/Auckland
 tzname[0]: NZST
 tzname[1]: NZDT
[hjl@gnu-6 build-x86_64-linux]$

-- 
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] 3+ messages in thread

* [Bug libc/14096] Race condition on timezone/tst-timezone.out
  2012-05-10 21:40 [Bug libc/14096] New: Race condition on timezone/tst-timezone.out hjl.tools at gmail dot com
@ 2014-06-25 11:02 ` fweimer at redhat dot com
  2015-08-27 22:08 ` [Bug time/14096] " jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2014-06-25 11:02 UTC (permalink / raw)
  To: glibc-bugs

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

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] 3+ messages in thread

* [Bug time/14096] Race condition on timezone/tst-timezone.out
  2012-05-10 21:40 [Bug libc/14096] New: Race condition on timezone/tst-timezone.out hjl.tools at gmail dot com
  2014-06-25 11:02 ` [Bug libc/14096] " fweimer at redhat dot com
@ 2015-08-27 22:08 ` jsm28 at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-08-27 22:08 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libc                        |time

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


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

end of thread, other threads:[~2015-08-27 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-10 21:40 [Bug libc/14096] New: Race condition on timezone/tst-timezone.out hjl.tools at gmail dot com
2014-06-25 11:02 ` [Bug libc/14096] " fweimer at redhat dot com
2015-08-27 22:08 ` [Bug time/14096] " jsm28 at gcc dot gnu.org

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).