Re: More info: Strange memory leak problem (C API)

2002-08-25 Thread Ben Goodwin
If I link the library with '-z nodelete' the leak goes away. The library doesn't get loaded and unloaded over and over again... >From the Solaris 'ld' man page -z nodelete Marks the object as non-deletable at runtime. The run- time processing of an object that conta

More info: Strange memory leak problem (C API)

2002-08-25 Thread Ben Goodwin
I've compiled debugging into the library .. now I figured the library was getting loaded/unloaded, but it didn't really come to mind until I ran it with debugging. My atomic tests (A standalone program that init's and closes) does NOT do this.. So, I'm wondering if the leak is somehow being incur