OCL with loader insert problem

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
toucHero
Posts: 2
Joined: Wed 15 Sep 2010 06:39

OCL with loader insert problem

Post by toucHero » Thu 13 Jan 2011 05:58

When i am using your ocl lib with OraLoader to insert, after i define "OCL_OCI81", and call connect() of OraConnection, i find it reports:
"*** glibc detected *** free(): invalid next size (fast): 0x08332ae8 *** Aborted"

if i do not define "OCL_OCI81", then i could not use Oraloader

How could i solve it?

Thanks

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 13 Jan 2011 10:52

Hello,

I cannot reproduce the problem.
Please try to execute the Loader sample project.
Also please send me a complete small sample to reproduce the problem to alexp*devart*com

Post Reply