| Using Valgrind on FUSE filesystems |
| Tuesday, 19 August 2008 15:12 |
Hunting memory leaks, I've faced the problem of using Valgrind on a FUSE filesysem. Since fusermount is a SUIDed executable, Valgrind somehow interfere with filesystem mounting. Here is a solution I've found searching on the Net: # cd /usr/bin The original resource about that is available here |
