https://bugs.kde.org/show_bug.cgi?id=426751

Paul Floyd <pjfl...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pjfl...@wanadoo.fr

--- Comment #2 from Paul Floyd <pjfl...@wanadoo.fr> ---
In short, no. I occasionally fire up an Alpine VM to check the code builds. I'm
not aware of any other devs using musl at all. 

As a result the state of Valgrind with musl is fairly dire (though not as bad
as macOS). There are a couple of hundred regtests that don't run due to missing
dependencies. And over a hundred regtest failures.

A full fix of this would require musl libc to have a __libc_freeres function
for Valgrind to hook into and call at exit() and thereby free all one-off
allocations for stuff like IO caches.  That would require quite a lot of work
on the musl libc side.

Otherwise there is always the suppression file. I might get round to looking
into that this week as I've been doing some testing on musl for another
bugzilla item.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to