Source-Changes-D archive

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

Re: CVS commit: src/sys/kern



thanks, I will take a look!

christos

> On Dec 16, 2024, at 5:26 AM, J. Hannken-Illjes <hannken%mailbox.org@localhost> wrote:
> 
> 
>> 
>> On 15. Dec 2024, at 18:42, Christos Zoulas <christos%netbsd.org@localhost> wrote:
>> 
>> Module Name: src
>> Committed By: christos
>> Date: Sun Dec 15 17:42:34 UTC 2024
>> 
>> Modified Files:
>> src/sys/kern: sys_ptrace_common.c
>> 
>> Log Message:
>> PR/58896: Martin Husemann: PT_KILL will not deliver a kill signal to a stopped
>> process: When the process is stopped, the code resumes it instead of sending
>> the signal. Change it so that if we are sending SIGKILL, resume and send
>> the signal.
>> 
>> 
>> To generate a diff of this commit:
>> cvs rdiff -u -r1.93 -r1.94 src/sys/kern/sys_ptrace_common.c
> 
> Christos,
> 
> ATF tests now crash the machine with:
> 
> lib/libc/sys/t_ptrace_wait (358/985): 403 test cases
>    traceme_lwpinfo0:
> [ 1457.3812852] panic: kernel diagnostic assertion "req == PT_KILL || req == PT_STOP || req == PT_ATTACH" failed: file "sys/kern/sys_ptrace_common.c", line 973
> 
> --
> J. Hannken-Illjes - hannken%mailbox.org@localhost
> <sanitizer.log>



Home | Main Index | Thread Index | Old Index