NetBSD-Bugs archive

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

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



The following reply was made to PR lib/55241; it has been noted by GNATS.

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55241 CVS commit: src/tests/lib/libc/sys
Date: Sat, 16 May 2020 19:08:20 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Sat May 16 19:08:20 UTC 2020
 
 Modified Files:
 	src/tests/lib/libc/sys: t_ptrace_fork_wait.h
 
 Log Message:
 Ignore interception of SIGCHLD signals in the debugger
 
 Set SIGPASS for SIGCHLD for the traced child in the following tests:
 
  - posix_spawn_singalmasked
  - posix_spawn_singalignored
  - fork_singalmasked
  - fork_singalignored
  - vfork_singalmasked
  - vfork_singalignored
  - vforkdone_singalmasked
  - vforkdone_singalignored
 
 There is a race that SIGCHLD might be blocked during forking and dropped.
 
 PR/55241 by Andreas Gustafsson
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_ptrace_fork_wait.h
 
 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