Possible BUG in 5.2.5 Oracle

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
itsds
Posts: 37
Joined: Mon 30 Apr 2007 10:38
Location: Germany - Bochum
Contact:

Possible BUG in 5.2.5 Oracle

Post by itsds » Wed 22 Jan 2014 11:06

In my Program i get a null pointer Exception in OraClassesUni:

function TOraLob.IsTemporary: LongBool;
begin
// OCILobIsTemporary is supported in Oracle 8.1.7
if OCISvcCtx.Home.OCIVersion >= 8100 then
Check(...

cause OCISvcCtx.Home is nil

It is Called from FreeComplexField and the OCI8 in TOraBlob.FreeBlob is also nil

causing a second exception

after adding some nil-Pointer assigned code it works. But i think the BUG is elsewhere.

Sry that i can't give you an example but it is part of a very big projekt.

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

Re: Possible BUG in 5.2.5 Oracle

Post by AlexP » Wed 22 Jan 2014 13:39

Hello,

Thank you for the information. We will try to fix this behaviour in the nearest future

Post Reply