From: Mark W. <ma...@kl...> - 2024-09-21 20:50:19
|
Hi Florian, On Sat, Sep 21, 2024 at 07:40:30PM +0200, Florian Weimer wrote: > > Please let me know if this still doesn't work. This hint hasn't been > > updated in a long time and there might be some newer syscalls that > > should enable this hint, but don't (yet). > > Very interesting! It gets past a lot of things, but support for the > readlink system call appears to be missing. Nevertheless, it already > found test bugs: > > support: Fix memory leaks in FUSE tests > <https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=455c7622835d> Very nice. Happy it worked (partially). The readlink system call should work, but I see the readlinkat system call doesn't have a fuse marker in the valgrind PRE handler. I found several other (at) syscalls missing the fuse marker so I filed a bug and submitted a patch: https://bugs.kde.org/show_bug.cgi?id=493454 Cheers, Mark |