public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/25908] New: Race condition in locale tests
@ 2020-05-02 18:12 hjl.tools at gmail dot com
  2020-05-02 18:15 ` [Bug localedata/25908] " hjl.tools at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2020-05-02 18:12 UTC (permalink / raw)
  To: libc-locales

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

            Bug ID: 25908
           Summary: Race condition in locale tests
           Product: glibc
           Version: 2.32
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

On Linux/x86-64 with heavy load, "make check -jN" got

FAIL: locale/tst-localedef-path-norm

[hjl@gnu-cfl-2 build-x86_64-linux]$ cat locale/tst-localedef-path-norm.out
error: subprocess failed: execv
error:   expected exit status: 0
error:   actual exit status: 4 [0x400]
error: subprocess failed: execv
error:   unexpected error output from subprocess
[error] cannot write output files to `en_US1.UTF-8': No such file or directory


error: support-xstat.c:29: stat64 ("/usr/lib/locale/en_US1.utf8"): No such file
or directory
error: 3 test failures
running post-clean rsync
[hjl@gnu-cfl-2 build-x86_64-linux]$ 

FAIL: localedata/tst-localedef-hardlinks

[hjl@gnu-cfl-2 build-x86_64-linux]$ cat localedata/tst-localedef-hardlinks.out
INFO: $complocaledir is /usr/lib/locale
error: subprocess failed: execv
error:   expected exit status: 1
error:   actual exit status: 4 [0x400]
error: support-xstat.c:29: stat64
("/usr/lib/locale/test1_locale.dir/LC_CTYPE"): No such file or directory
error: 2 test failures
running post-clean rsync
[hjl@gnu-cfl-2 build-x86_64-linux]$

-- 
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 localedata/25908] Race condition in locale tests
  2020-05-02 18:12 [Bug localedata/25908] New: Race condition in locale tests hjl.tools at gmail dot com
@ 2020-05-02 18:15 ` hjl.tools at gmail dot com
  2020-05-04 15:43 ` carlos at redhat dot com
  2020-05-04 19:03 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2020-05-02 18:15 UTC (permalink / raw)
  To: libc-locales

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |codonell at redhat dot com

-- 
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 localedata/25908] Race condition in locale tests
  2020-05-02 18:12 [Bug localedata/25908] New: Race condition in locale tests hjl.tools at gmail dot com
  2020-05-02 18:15 ` [Bug localedata/25908] " hjl.tools at gmail dot com
@ 2020-05-04 15:43 ` carlos at redhat dot com
  2020-05-04 19:03 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: carlos at redhat dot com @ 2020-05-04 15:43 UTC (permalink / raw)
  To: libc-locales

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

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com

--- Comment #1 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to H.J. Lu from comment #0)
> On Linux/x86-64 with heavy load, "make check -jN" got
> 
> FAIL: locale/tst-localedef-path-norm
> 
> [hjl@gnu-cfl-2 build-x86_64-linux]$ cat locale/tst-localedef-path-norm.out
> error: subprocess failed: execv
> error:   expected exit status: 0
> error:   actual exit status: 4 [0x400]
> error: subprocess failed: execv
> error:   unexpected error output from subprocess
> [error] cannot write output files to `en_US1.UTF-8': No such file or
> directory

Can you reproduce this with a clean build/check?

Commit 6f0baacf0f8920d084c4809ed126ed3e1be34001 invalidates existing
testroot.pristine, and you must start clean otherwise the above test will fail
in an incremental build and check.

-- 
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 localedata/25908] Race condition in locale tests
  2020-05-02 18:12 [Bug localedata/25908] New: Race condition in locale tests hjl.tools at gmail dot com
  2020-05-02 18:15 ` [Bug localedata/25908] " hjl.tools at gmail dot com
  2020-05-04 15:43 ` carlos at redhat dot com
@ 2020-05-04 19:03 ` hjl.tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2020-05-04 19:03 UTC (permalink / raw)
  To: libc-locales

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Clean build works.

-- 
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:[~2020-05-04 19:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 18:12 [Bug localedata/25908] New: Race condition in locale tests hjl.tools at gmail dot com
2020-05-02 18:15 ` [Bug localedata/25908] " hjl.tools at gmail dot com
2020-05-04 15:43 ` carlos at redhat dot com
2020-05-04 19:03 ` hjl.tools at gmail 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).