Bug 1292360

Summary: mem leak when pthread is not detached
Product: [Community] GlusterFS Reporter: Yu.Changcai <einstcrazy>
Component: coreAssignee: bugs <bugs>
Status: CLOSED INSUFFICIENT_DATA QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: mainlineCC: bugs, nbalacha, pkarampu, rgowdapp, skoduri, vbellur
Target Milestone: ---Keywords: Triaged
Target Release: ---Flags: einstcrazy: needinfo-
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-07 16:23:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yu.Changcai 2015-12-17 08:19:57 UTC
Description of problem:
gluster use pthread_create in some where with default attribute, which means the attr is PTHREAD_CREATE_JOINABLE, when the thread exit without any other thread to join it. It comes to mem leak of the thread resources which are kept allocated.

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

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
mem leak

Expected results:
mem keep in his state

Additional info:

Comment 1 Nithya Balachandran 2017-09-04 15:30:51 UTC
Plese provide information on where this is seen (code ).

Comment 3 Nithya Balachandran 2018-02-07 16:23:43 UTC
Closing this BZ as I have not heard back on comment#1.