NetBSD-Bugs archive

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

PR/52018 CVS commit: src/tests/kernel



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

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52018 CVS commit: src/tests/kernel
Date: Wed, 1 Mar 2017 08:05:16 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Wed Mar  1 08:05:15 UTC 2017
 
 Modified Files:
 	src/tests/kernel: t_ptrace_wait.c
 
 Log Message:
 Mark syscall1 broken in t_ptrace_wait*
 
 Mark this test broken with kern/52012 as the tracee does not stop on syscall
 entry. Check for siginfo(2) in syscall1 and unveil two new bugs.
 
 PR kern/52012: PT_SYSCALL does not stop on syscall entry
 PR kern/52018: ptrace(2) PT_SYSCALL generates SIGTRAP without si_code
 PR kern/52019: ptrace(2) PT_SYSCALL generate SIGTRAP to the parent but
                returns SIGSTOP in PT_GET_SIGINFO
 
 Sponsored by <The NetBSD Foundation>
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.75 -r1.76 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