AV in 'ntdll.dll' with DOA 3.4.6.1

jes

Member
Hi,

I'm writing an application with 2 Oracle connections : one on a remote server (Oracle 8i Entreprise Edition 8.1.7.0.0), and one on a local server (Oracle 8i Personnal Edition 8.1.7.0.0).

The TOracleSession corresponding to the local connection has his TreadSafe property set to True. A AV in 'ntdll.dll' appears when calling the TOracleSession.Logoff corresponding to the remote connection ! If the ThreadSafe property of the local TOracleSession is set to False, the AV doesn't appears anymore.

The problem appears since I'm using the 3.4.6.1 release, I hadn't it with DOA 3.3.3.

Has anybody any explication or a way to keep the threadsafe property to True without having the problem ?

Thanks in advance.
 
I'm not sure what the cause of the problem is, but if you are using multiple connections that are only used by specific threads, the ThreadSafe property can be False. It merely needs to be True if multiple threads access one session.

------------------
Marco Kalter
Allround Automations
 
Back
Top