<div><div>&nbsp;Hello,&nbsp; Oleksandr<br><div>&nbsp;&nbsp;&nbsp; You can compile that simple test code posted here(http://www.gluster.org/pipermail/gluster-users/2016-August/028183.html).<br><div>&nbsp;&nbsp;&nbsp; Then, run the command<br><div>$&gt;valgrind cmd: G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind --tool=massif  ./glfsxmp<br><div>the cmd will produce a file like massif.out.xxxx,&nbsp;&nbsp; the file is the memory leak log file , you can use ms_print tool as below command&nbsp; <br><div>$&gt;ms_print&nbsp; massif.out.xxxx<br><div>the cmd will output the memory alloc detail.<br><div><br>the simple test code just call glfs_init and glfs_fini 100 times to found the memory leak,&nbsp; by my test, all xlator init and fini is the main memory leak function. If you can locate the simple code memory leak code, maybe, you can locate the leak code in fuse client.<br></div></div></div></div></div></div></div></div><div><br>please enjoy.<br></div></div>