TIBCBlob Error

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JanMarquardt
Posts: 2
Joined: Fri 15 Apr 2016 08:07

TIBCBlob Error

Post by JanMarquardt » Mon 27 Jun 2016 09:57

Hello

I get the following error in my Application:

Exception EAssertionFailed in Modul Prog.exe at 0010520C.
TIBCBlob.Free RefCount = 0 (D:\Projects\Delphi\Dac\Common\Source\MemData.pas, Zeile 8346).

I use CodeGear Delphi 2007 and I think the table that is affected has 149 fields and 10 of it are BLOB fields. The SmartFetch Option is True as well as the LiveBlock.
Now when I scroll throught the records at one point the error above appear. For me it looks like a memory leak?

What surprised me the most is, at my working station there is no "D:\"

Thanks in advance
Jan Marquardt

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TIBCBlob Error

Post by ViktorV » Mon 27 Jun 2016 11:58

Unfortunately, we can't reproduce the issue. To investigate this behavior of UniDAC, please compose a small sample demonstrating the issue and send it to viktorv*devart*com , including database objects creating scripts.

Post Reply