Recent content by kwolak

  1. K

    Service Throws AV after TNSListener has been stopped

    I think the overall issue can be summed up: If I KNOW we are shutting down the app (or service), then give me a graceful way to tell the component to DEAL WITH IT. Right now, I can reproduce Exceptions in a stand alone app, and because it was SO easy, I assume you can as well. I am VERY...
  2. K

    Service Throws AV after TNSListener has been stopped

    It happens in the application, during the shutdown process. It looks like a Delphi AV. We HACKED it a bit to reduce the errors to a minimum, by doing the following in the DataModuleDestroy() event of the form that contains the OracleEvent. Try...
  3. K

    Service Throws AV after TNSListener has been stopped

    Actually, this is TOracleEvent causing this WHEN it uses its own execution thread, and we try to .FREE it after TNSListener is turned off.
  4. K

    Service Throws AV after TNSListener has been stopped

    AstaDOAServer: Start it. Stop TNSListener Stop the AstaDOAServer Throws AV D5, DOA 3.4.3 Standard. I know this is a weird way to produce the problem, but it ACTUALLY occurs when we reboot/shutdown a machine with the server running on it. Since the error DOES NOT HAPPEN unless we ACTUALLY...
  5. K

    ODS: HEAP: Free Heap... modified after it was freed

    Anyone who can help me here... Running Delphi 5, DOA 3.4.3, Oracle 8i 8.1.6 On Windows 2000. Simple Delphi App. OracleSession1 on form. If I connect to the database, then exit I get thess messages in the event logger, and a breakpoint in the NTDLL.DLL! Every Time I exit the program...
Back
Top