Subject AV on Delphi 6.2 shutdown
Author johnkebert
Hi there,

I downloaded and install the trial IBO library, but when I close
Delphi with the test app open I recieve a series of errors:

First error:
Delphi 6: delphi32.exe - Application Error
---------------------------
The exception unknown software exception (0x0eedfade) occurred in the
application at location 0x7c4ea4e1.
**********
upon hitting the "OK" button I then get:
---------------------------
Application Error
---------------------------
Exception EInvalidPointer in module rtl60.bpl at 00002FFC.

Invalid pointer operation.
*********
upon hitting the "OK" button I then get:
---------------------------
Delphi 6: delphi32.exe - Application Error
---------------------------
The instruction at "0x40008f98" referenced memory at "0x021b0900".
The memory could not be "read".

Click on OK to terminate the program
*********
Hitting okay exits. However more disturbing, if I compile and run my
program first then exit Delphi, I get a new series of errors....

---------------------------
Delphi 6: delphi32.exe - Application Error
---------------------------
The exception unknown software exception (0x0eedfade) occurred in the
application at location 0x7c4ea4e1.
***********
Upon hitting "OK" I then get:
---------------------------
Delphi 6
---------------------------
Access violation at address 071B5F9F in module 'BORdbk61.dll'. Read
of address 07262B44.
***********

Upon hitting "OK" I get the same error over and over, the only way
to "escape" is to run task manager and end the delphi32.exe process.

Any clues what could be causing this?

(Win2000 sp4 / Delphi 6 sp2 / latest IBO's)

John