Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

libclntsh.so memory leak while working from Kylix with BLOBS

392447May 26 2003
I'm trying to put BLOB data into database from Kylix based program. I'm noticed that memory usage is very high and never return back to initial value even if i destroy all database related objects in the application. I'm tried to catch memory leaks via "mtrace" thinking that it was buggy Borland implementation of dbExpress drivers or DataCLX code.

When i looked on the dump of not freed memory i was shocked. Multiple not freed memory blocks was allocated inside libclntsh.so.9 with few functions like "slwmmgetmem" and some others.

Is there cure for this problem?

Oracle 9.2.0.1 for Linux running on Linux Mandrake 8.2. Client run on ALT Linux Master 2.2. (near analog of Linux Mandrake 9.0)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 23 2003
Added on May 26 2003
0 comments
247 views