Bug 773211 - fix memory leaks
Summary: fix memory leaks
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: fuse
Version: pre-release
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Pranith Kumar K
QA Contact: Anush Shetty
URL:
Whiteboard:
Depends On:
Blocks: 817967
TreeView+ depends on / blocked
 
Reported: 2012-01-11 09:28 UTC by Pranith Kumar K
Modified: 2013-07-24 17:52 UTC (History)
1 user (show)

Fixed In Version: glusterfs-3.4.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-24 17:52:03 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Pranith Kumar K 2012-01-11 09:28:56 UTC
Description of problem:
==4609== 59 bytes in 1 blocks are definitely lost in loss record 14 of 48
==4609==    at 0x4A074CD: malloc (vg_replace_malloc.c:236)
==4609==    by 0x4C56393: __gf_malloc (mem-pool.c:170)
==4609==    by 0x6758435: init (fuse-bridge.c:3935)
==4609==    by 0x4C272AB: __xlator_init (xlator.c:364)
==4609==    by 0x4C273D5: xlator_init (xlator.c:387)
==4609==    by 0x4047B6: create_fuse_mount (glusterfsd.c:372)
==4609==    by 0x4079DF: main (glusterfsd.c:1582)

==4609== 88 bytes in 1 blocks are definitely lost in loss record 27 of 48
==4609==    at 0x4A074CD: malloc (vg_replace_malloc.c:236)
==4609==    by 0x4C56393: __gf_malloc (mem-pool.c:170)
==4609==    by 0x4C565E8: gf_vasprintf (mem-pool.c:229)
==4609==    by 0x4C566D7: gf_asprintf (mem-pool.c:247)
==4609==    by 0x675858A: init (fuse-bridge.c:3954)
==4609==    by 0x4C272AB: __xlator_init (xlator.c:364)
==4609==    by 0x4C273D5: xlator_init (xlator.c:387)
==4609==    by 0x4047B6: create_fuse_mount (glusterfsd.c:372)
==4609==    by 0x4079DF: main (glusterfsd.c:1582)


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Anand Avati 2012-01-11 16:39:38 UTC
CHANGE: http://review.gluster.com/2630 (mount/fuse: Fix memory leaks) merged in master by Anand Avati (avati)

Comment 2 Anush Shetty 2012-05-30 13:46:47 UTC
Don't see these logs now. Verified with 3.3.0qa45


Note You need to log in before you can comment on or make changes to this bug.