Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/lib/libc/sys



Module Name:    src
Committed By:   riastradh
Date:           Wed Sep 23 19:19:40 UTC 2026

Modified Files:
        src/tests/lib/libc/sys: t_mkfifo.c

Log Message:
t_mkfifo: Bump timeouts a little bit to exercise the race better.

Currently on the releng testbed, the parent's open() call is not
failing with _any_ EINTR, presumably because (a) the child is opening
the fifo before any itimer alarms fire and then (b) signal no longer
causes the parent's open() to fail once the child has opened the other
end of the fifo.  So let's give the parent a bit more of a head start,
and run the race a little longer.

PR kern/59578: open() hangs indefinitely on FIFO with frequent signal
interruption


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/sys/t_mkfifo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index