Memory Leaks in DB2 Client

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for DB2
Post Reply
david.tuke
Posts: 6
Joined: Wed 12 Feb 2014 00:43
Location: Melbourne, Australia
Contact:

Memory Leaks in DB2 Client

Post by david.tuke » Thu 26 Mar 2015 10:08

Hi All;

Experiencing a severe memory leak in a DB2 Client from the Data Driver:

DB2 10.5 fixpack 4 DB2APP.DLL - ODBC Driver causing the issue;

eventually crashes client with out of memory errors

We are using the DevArt drivers as wrappers for this;

Any Ideas?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Memory Leaks in DB2 Client

Post by Shalex » Thu 26 Mar 2015 14:38

Could you please try to run your code via IBM.Data.DB2.dll directly? If the error is the same, the problem is caused by IBM product.

Post Reply