Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - mbuf leakage: (2 Items)
   
mbuf leakage  
Looking through the code for nw_pthread_reap(), I don't see any mechanism for freeing the cached mbufs that may be on 
the zone lists.  Am I missing something, or is this the responsibility of the user?  If the user is responsible for 
freeing the cached mbufs, what it the recommended procedure?

Murf
Re: mbuf leakage  
On Thu, Dec 04, 2008 at 09:39:22PM -0500, John Murphy wrote:
> Looking through the code for nw_pthread_reap(), I don't see any mechanism for freeing the cached mbufs that may be on 
the zone lists.  Am I missing something, or is this the responsibility of the user?  If the user is responsible for 
freeing the cached mbufs, what it the recommended procedure?

Yes, this looks like a bug.  I thing nw_pthread_reap() should do this,

-seanb