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:
Plese provide information on where this is seen (code ).
Closing this BZ as I have not heard back on comment#1.