public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/28260] New: io/tst-closefrom, misc/tst-close_range, posix/tst-spawn5 fail if stray fds are open
@ 2021-08-24 11:21 michael.hudson at canonical dot com
  2021-08-24 11:22 ` [Bug build/28260] " michael.hudson at canonical dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: michael.hudson at canonical dot com @ 2021-08-24 11:21 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 28260
           Summary: io/tst-closefrom, misc/tst-close_range,
                    posix/tst-spawn5 fail if stray fds are open
           Product: glibc
           Version: 2.34
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: michael.hudson at canonical dot com
                CC: carlos at redhat dot com
  Target Milestone: ---

All these tests start by opening /dev/null 100 times and fail if this does not
yield a continuous run of fds. But it turns out that under Ubuntu/Debian's
autopkgtest runners, the test process inherits fds 62 and 63 so there is a gap
in the fds. Log here:
https://autopkgtest.ubuntu.com/results/autopkgtest-impish/impish/amd64/o/openzwave/20210819_143410_8cad1@/log.gz

It feels like failing the test in this situation is not helpful. Maybe the tess
should skeip. Or open_multiple_temp_files could be a little smarter and just
keep on opening /dev/null until it gets NFDS fds in a row. Or something.

-- 
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 build/28260] io/tst-closefrom, misc/tst-close_range, posix/tst-spawn5 fail if stray fds are open
  2021-08-24 11:21 [Bug build/28260] New: io/tst-closefrom, misc/tst-close_range, posix/tst-spawn5 fail if stray fds are open michael.hudson at canonical dot com
@ 2021-08-24 11:22 ` michael.hudson at canonical dot com
  2021-08-24 11:49 ` adhemerval.zanella at linaro dot org
  2021-08-26 20:14 ` adhemerval.zanella at linaro dot org
  2 siblings, 0 replies; 4+ messages in thread
From: michael.hudson at canonical dot com @ 2021-08-24 11:22 UTC (permalink / raw)
  To: glibc-bugs

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

Michael Hudson-Doyle <michael.hudson at canonical dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.hudson at canonical dot co
                   |                            |m

-- 
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 build/28260] io/tst-closefrom, misc/tst-close_range, posix/tst-spawn5 fail if stray fds are open
  2021-08-24 11:21 [Bug build/28260] New: io/tst-closefrom, misc/tst-close_range, posix/tst-spawn5 fail if stray fds are open michael.hudson at canonical dot com
  2021-08-24 11:22 ` [Bug build/28260] " michael.hudson at canonical dot com
@ 2021-08-24 11:49 ` adhemerval.zanella at linaro dot org
  2021-08-26 20:14 ` adhemerval.zanella at linaro dot org
  2 siblings, 0 replies; 4+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2021-08-24 11:49 UTC (permalink / raw)
  To: glibc-bugs

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

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |adhemerval.zanella at linaro dot o
                   |                            |rg
                 CC|                            |adhemerval.zanella at linaro dot o
                   |                            |rg

--- Comment #1 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
I was already raised upstream, I will send a patch to fix it.

-- 
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 build/28260] io/tst-closefrom, misc/tst-close_range, posix/tst-spawn5 fail if stray fds are open
  2021-08-24 11:21 [Bug build/28260] New: io/tst-closefrom, misc/tst-close_range, posix/tst-spawn5 fail if stray fds are open michael.hudson at canonical dot com
  2021-08-24 11:22 ` [Bug build/28260] " michael.hudson at canonical dot com
  2021-08-24 11:49 ` adhemerval.zanella at linaro dot org
@ 2021-08-26 20:14 ` adhemerval.zanella at linaro dot org
  2 siblings, 0 replies; 4+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2021-08-26 20:14 UTC (permalink / raw)
  To: glibc-bugs

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

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.35

--- Comment #2 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
Fixed on 2.35.

-- 
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:[~2021-08-26 20:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-24 11:21 [Bug build/28260] New: io/tst-closefrom, misc/tst-close_range, posix/tst-spawn5 fail if stray fds are open michael.hudson at canonical dot com
2021-08-24 11:22 ` [Bug build/28260] " michael.hudson at canonical dot com
2021-08-24 11:49 ` adhemerval.zanella at linaro dot org
2021-08-26 20:14 ` adhemerval.zanella at linaro dot 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).