Re: memory leaks from calls to opendir and fopen
Corey Minyard <[email protected]> Wed, 31 Jul 2002 16:31:10 -0500
| Newsgroups | gmane.linux.ngpt.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry, I thought these were glibc bugs, not ngpt bugs, apparently they were only with ngpt. It's possible it's still a glibc bug even if you don't see it on LinuxThreads. If they don't do a pthread_mutexattr_destroy, for instance, LinuxThreads won't leak but ngpt probably will. -Corey Nathan Falk wrote: >Thanks so much! fopen() and statvfs() no longer leak. I haven't reported >these to glibc because the leaks were only showing up in programs compiled >on a system with ngpt installed. Programs built on a vanilla system (using >LinuxThreads) don't exhibit the same problem. > >Thanks, > >Nate Falk >RS/6000 SP Workload Management/LoadLeveler >845-433-8162 (T/L: 293-8162) > > > >_______________________________________________ >pthreads-users mailing list >[email protected] >http://www-124.ibm.com/developerworks/oss/mailman/listinfo/pthreads-users > >