access violation in unit oracle

jschmied

Member²
Hi!

I get a access violation where I got no one before.
I have a project with a session, many datasets, packages an so on.
If I start the app, logon and close the app immediately i get a av when delphi calls system.FInitUnits calls the finalization of the unit Oracle.
The CPU-Window points to RTLDeleteCriticalSection. When I continue I get a second av in TMonitorClient.Deactivate.
If I don't include OracleMonitor I get only the first av.
Can't debug it further because I don't
 
Hi!

I get this access violation with the loader demo too if I press only "create table" and leave the programm then.

Oracle: 8.1.7.2.1

Bye

Juergen
 
If I run the (unchanged) DirectPath demo, create the table, and exit, this works just fine. What Delphi version are you using?

------------------
Marco Kalter
Allround Automations
 
This works fine for me too. Does the DirectPath demo use the OracleMonitor unit? Does it help if you remove it?

------------------
Marco Kalter
Allround Automations
 
Hi!

If I remove the unit OracleMonitor it does not change anything. The ORA-03113 and the access violations are still occur.

Bye

Juergen
 
Back
Top