NetBSD-Bugs archive

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

PR/52117 CVS commit: src/tests/kernel



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

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52117 CVS commit: src/tests/kernel
Date: Tue, 28 Mar 2017 13:16:30 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Tue Mar 28 13:16:30 UTC 2017
 
 Modified Files:
 	src/tests/kernel: t_ptrace_wait.c
 
 Log Message:
 Explain expected behavior for PTRACE_FORK events in t_ptrace_wait*
 
 PR kern/52117 ptrace(2) PTRACE_FORK fails on some platforms
 
 Add message similar to:
     We expect two SIGTRAP events, for child 22199 (TRAP_CHLD,
     pe_report_event=PTRACE_FORK, state.pe_other_pid=child2) and for child2
     (TRAP_CHLD, pe_report_event=PTRACE_FORK, state.pe_other_pid=child)
 
 This should make the expected behavior more clear.
 
 Sponsored by <The NetBSD Foundation>
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.83 -r1.84 src/tests/kernel/t_ptrace_wait.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