ASAN is documented to not be able to deal reliably with vfork use
(inaccurate results, result mixing interpretations of the old
and new contexts, and so on). [There may be other routines
sufficiently analogous to vfork to have the same sorts of issues.
I'll write only of vfork explicitly.]
It turn
On 2022-Jan-15, at 07:55, Mark Johnston wrote:
> On Fri, Jan 14, 2022 at 09:38:56PM -0800, Mark Millard wrote:
>> Thanks. This will allow me to remove part of my personal additions
>> in this area --and my having to explain the misnomer when trying
>> to help someone analyze why they end up with
On Fri, Jan 14, 2022 at 09:38:56PM -0800, Mark Millard wrote:
> Thanks. This will allow me to remove part of my personal additions
> in this area --and my having to explain the misnomer when trying
> to help someone analyze why they end up with OOM activity so they
> can figure out what to do about