Re: Memory Leak under FreeBSD 6.0 RELEASE

2008-02-25 Thread Kostik Belousov
On Tue, Feb 26, 2008 at 10:10:14AM +0530, Arun Balakrishnan wrote: > My previous mail was this: > > - > > Wow! Thanks a lot for the reply. The patch you provided really gave > some insight on the underlying problem. > > In our

Re: Memory Leak under FreeBSD 6.0 RELEASE

2008-02-25 Thread Arun Balakrishnan
My previous mail was this: - Wow! Thanks a lot for the reply. The patch you provided really gave some insight on the underlying problem. In our final product, the library will be loaded and used only once per instance. Howev

Re: Memory Leak under FreeBSD 6.0 RELEASE

2008-02-25 Thread Kostik Belousov
On Mon, Feb 25, 2008 at 10:54:45AM +0530, Arun Balakrishnan wrote: I am unable to reply to HTML mail. Please, repost it with plain text content. pgpJuLXnjWQt5.pgp Description: PGP signature

Re: Memory Leak under FreeBSD 6.0 RELEASE

2008-02-24 Thread Arun Balakrishnan
Wow! Thanks a lot for the reply. The patch you provided really gave some insight on the underlying problem. In our final product, the library will be loaded and used only once per instance. However the automated test suites for the library, do this for over 2000 times as part of fun

Re: Memory Leak under FreeBSD 6.0 RELEASE

2008-02-23 Thread Kostik Belousov
On Sat, Feb 23, 2008 at 05:27:15PM +0530, Arun Balakrishnan (WT01 - Computing, Storage & Software Products) wrote: > >Hi, >We are currently working on a project wherein we are porting a library >from GNU/Linux to FreeBSD 6.0 - RELEASE 32-bit and 64-bit. As part of >the standard me

Memory Leak under FreeBSD 6.0 RELEASE

2008-02-23 Thread Arun Balakrishnan (WT01 - Computing, Storage & Software Products)
Hi, We are currently working on a project wherein we are porting a library from GNU/Linux to FreeBSD 6.0 - RELEASE 32-bit and 64-bit. As part of the standard memory leak tests, we noticed that the ported library is leaking memory. After lots of analysis we found something very st