[Bugs] [Bug 1369703] New: memory leak caused by client_uid
bugzilla at redhat.com
bugzilla at redhat.com
Wed Aug 24 08:00:23 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1369703
Bug ID: 1369703
Summary: memory leak caused by client_uid
Product: GlusterFS
Version: mainline
Component: locks
Assignee: bugs at gluster.org
Reporter: ryan.ding at open-fs.com
CC: bugs at gluster.org
Description of problem:
features/locks xlator will leak memory after lock/unlock test.
Steps to Reproduce:
1. run lock/unlock test on fuse client (I use ltp's fs testcase, it include a
lot file lock operation)
2. run for a while, use kill -s SIGUSR1 to see the memory usage. it will show
like:
[features/locks.test_gfs-locks - usage-type gf_common_mt_strdup memusage]
size=66391322
num_allocs=1070830
max_size=66391322
max_num_allocs=1070830
total_allocs=1071338
a lot strdup memory have not been released.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list