Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 18:53:46 +0100
From:      Paul Floyd <paulf2718@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   Re: libc/libsys split coming soon
Message-ID:  <d22be897-cd68-4c56-9aef-1c59ca215e25@gmail.com>
In-Reply-To: <ZcEGixWOv98DKw6y@spindle.one-eyed-alien.net>
References:  <Zb1tTz5LXuVQ5Caj@spindle.one-eyed-alien.net> <8a34573d-4a6c-4d5d-a771-b39279059547@gmail.com> <ZcEGixWOv98DKw6y@spindle.one-eyed-alien.net>

next in thread | previous in thread | raw e-mail | index | archive | help


On 05-02-24 17:02, Brooks Davis wrote:

>> Could you do a quick test with an exe linked to libsys but not libc running
>> under Valgrind memcheck, please?
> 
> Could you suggest a more concrete example?

This little example seems to be OK


void _start(void)
{
   _exit(0);
}


However I do see quite a few new testcase failures. Some are libsys 
related and fairly unimportant. There are also a few more serious issues 
that I'm still investigating, not necessarily anything to do with libsys.

A+
Paul





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d22be897-cd68-4c56-9aef-1c59ca215e25>