diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-05-13 16:55:01 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-05-24 10:59:55 +0200 |
commit | 25a34b0ac1356c1442380db2d2b13e05ccaeedd9 (patch) | |
tree | 846486d71da9869330e7f7f1a8618021b6a60bf7 /Makerules | |
parent | 2143af6a47027c48d8dc168e255d8f527377bc56 (diff) | |
download | glibc-25a34b0ac1356c1442380db2d2b13e05ccaeedd9.zip glibc-25a34b0ac1356c1442380db2d2b13e05ccaeedd9.tar.gz glibc-25a34b0ac1356c1442380db2d2b13e05ccaeedd9.tar.bz2 |
tst-mallocfork2: Fix race condition, use fewer resources
The first SIGUSR1 signal could arrive when sigusr1_sender_pid
was still 0. As a result, kill would send SIGSTOP to the
entire process group. This would cause the test to hang before
printing any output.
This commit also adds a sched_yield to the signal source, so that
it does not flood the parent process with signals it has never a
chance to handle.
Even with these changes, tst-mallocfork2 still fails reliably
after the fix in commit commit 56290d6e762c1194547e73ff0b948cd79d3a1e03
(Increase fork signal safety for single-threaded processes) is
backed out.
(cherry picked from commit e2cd73a2ccabe8acae28719a0c3c1c03f2b5f9fb)
The backport increases the timeout to 20 seconds, in line with
the default on master. (The branch default of 2 seconds is too
tight.)
Diffstat (limited to 'Makerules')
0 files changed, 0 insertions, 0 deletions