public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/28067] New: FAIL: posix/tst-spawn5
@ 2021-07-08 21:53 hjl.tools at gmail dot com
  2021-07-09 13:39 ` [Bug libc/28067] " cvs-commit at gcc dot gnu.org
  2021-07-09 13:43 ` hjl.tools at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2021-07-08 21:53 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 28067
           Summary: FAIL: posix/tst-spawn5
           Product: glibc
           Version: 2.34
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

On x86-64, under kernel 5.12.15,

commit bba4383c6b4db09c84c7a194b5e80978e6c44ee5
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jul 8 17:36:27 2021 +0000

    Add NT_ARM_PAC_ENABLED_KEYS to elf.h

gave me:

FAIL: posix/tst-spawn5

[hjl@gnu-tgl-2 build-x86_64-linux]$ cat posix/tst-spawn5.out 
tst-spawn5.c:159: numeric comparison failure
   left: 2 (0x2); from: posix_spawn (&pid, args[0], fa, NULL, args, environ)
  right: 0 (0x0); from: 0
error: xwaitpid.c:31: waitpid: No child processes

error: 2 test failures
tst-spawn5.c:163: numeric comparison failure
   left: 1 (0x1); from: WEXITSTATUS (status)
  right: 0 (0x0); from: 0
tst-spawn5.c:159: numeric comparison failure
   left: 2 (0x2); from: posix_spawn (&pid, args[0], fa, NULL, args, environ)
  right: 0 (0x0); from: 0
error: xwaitpid.c:31: waitpid: No child processes

error: 2 test failures
tst-spawn5.c:163: numeric comparison failure
   left: 1 (0x1); from: WEXITSTATUS (status)
  right: 0 (0x0); from: 0
tst-spawn5.c:159: numeric comparison failure
   left: 2 (0x2); from: posix_spawn (&pid, args[0], fa, NULL, args, environ)
  right: 0 (0x0); from: 0
error: xwaitpid.c:31: waitpid: No child processes

error: 2 test failures
tst-spawn5.c:163: numeric comparison failure
   left: 1 (0x1); from: WEXITSTATUS (status)
  right: 0 (0x0); from: 0
tst-spawn5.c:159: numeric comparison failure
   left: 2 (0x2); from: posix_spawn (&pid, args[0], fa, NULL, args, environ)
  right: 0 (0x0); from: 0
error: xwaitpid.c:31: waitpid: No child processes

error: 2 test failures
tst-spawn5.c:163: numeric comparison failure
   left: 1 (0x1); from: WEXITSTATUS (status)
  right: 0 (0x0); from: 0
tst-spawn5.c:159: numeric comparison failure
   left: 2 (0x2); from: posix_spawn (&pid, args[0], fa, NULL, args, environ)
  right: 0 (0x0); from: 0
error: xwaitpid.c:31: waitpid: No child processes

error: 2 test failures
tst-spawn5.c:163: numeric comparison failure
   left: 1 (0x1); from: WEXITSTATUS (status)
  right: 0 (0x0); from: 0
error: 5 test failures
[hjl@gnu-tgl-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] 3+ messages in thread

* [Bug libc/28067] FAIL: posix/tst-spawn5
  2021-07-08 21:53 [Bug libc/28067] New: FAIL: posix/tst-spawn5 hjl.tools at gmail dot com
@ 2021-07-09 13:39 ` cvs-commit at gcc dot gnu.org
  2021-07-09 13:43 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-07-09 13:39 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0ec97597c859ac6a69733cf70c6bd6fc809dcc4b

commit 0ec97597c859ac6a69733cf70c6bd6fc809dcc4b
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Jul 9 05:57:51 2021 -0700

    Properly run tst-spawn5 directly [BZ #28067]

    Change tst-spawn5.c to handle tst-spawn5 without optional path to ld.so,
    --library-path nor the library path when glibc is configured with
    --enable-hardcoded-path-in-tests.  This fixes BZ #28067.

    Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

-- 
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/28067] FAIL: posix/tst-spawn5
  2021-07-08 21:53 [Bug libc/28067] New: FAIL: posix/tst-spawn5 hjl.tools at gmail dot com
  2021-07-09 13:39 ` [Bug libc/28067] " cvs-commit at gcc dot gnu.org
@ 2021-07-09 13:43 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2021-07-09 13:43 UTC (permalink / raw)
  To: glibc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.34

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

-- 
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:[~2021-07-09 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08 21:53 [Bug libc/28067] New: FAIL: posix/tst-spawn5 hjl.tools at gmail dot com
2021-07-09 13:39 ` [Bug libc/28067] " cvs-commit at gcc dot gnu.org
2021-07-09 13:43 ` 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).