tech-kern archive

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

Re: 9.1: forcible coredump -> panic



On Thu 09 Apr 2026 at 13:30:23 -0400, Mouse wrote:
> I'm trying to add a deadman timer facility to 9.1's kernel which, from
> a function called by a callout firing, forcibly coredumps a particular
> process (which I want to do even if the process is blocking or ignoring
> normally-core-generating signals):

A different plan of action might be to manipulate the signal mask so
that the process doesn't block/ignore the signal, and then send a
coredump-causing signal.

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert                            <rhialto/at/falu.nl>
\X/ There is no AI. There is just someone else's work.           --I. Rose

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index