> On 15 Dec 2021, at 13:12, Anton Lindqvist <[email protected]> wrote:
>
> On Tue, Dec 14, 2021 at 09:12:48AM -0700, Vitaliy Makkoveev wrote:
>> CVSROOT: /cvs
>> Module name: src
>> Changes by: [email protected] 2021/12/14 09:12:48
>>
>> Modified files:
>> regress/sys/kern/unixsockets: Makefile
>> Added files:
>> regress/sys/kern/unixsockets: unsopassgc.c
>>
>> Log message:
>> Add new 'unsopassgc' test. This test tries to beak unix(4) sockets garbage
>> collector and make it to clean `so_rcv' buffer of alive socket. Successful
>> breakage should produce kernel panic.
>>
>> ok bluhm@ mpi@
>
> Occasional failure observed:
>
>> sys/kern/unixsockets:
> Exit: 1
> Duration: 00:03:43
> Log: 131-sys-kern-unixsockets.log
>
> ==== run-regress-unsopassgc ====
> ./unsopassgc
> unsopassgc: sendmsg: Bad file descriptor
> *** Error 1 in . (<bsd.regress.mk>:36 'run-regress-unsopassgc')
> FAILED
This is interesting. I expect `passfd’ was closed. Is it possible to run
modified test?