Subject Re: [IBO] This is a potential problem -- exception from IBObject
Author Helen Borrie
Regarding this and your previous posting, it looks as though you are still
trying to operate multiple local connection threads. Is this the case?

At 05:51 AM 13/10/2005 +0000, you wrote:
>Project Project12.exe raised exception class Exception with
>message 'This is a potential problem: 335544332'. Process stopped.
>Use Step or Run to continue.
>
>
>I've encountered an exception in:
>
> procedure TIB_Connection.FreeStmtHandleCache( MaxHandles: integer );
>
>This happens when I'm trying to close Project12.exe. During the
>duration of which Project12 was running, there was an
>exception "unable to read from connection" and then followed by
>Invalid transaction handle.
>
>After that, I tried to close Project12, and it raised "This is a
>potential problem..." exception.
>
>Upon checking the firebird logfile, it doesn't reveal anything
>regarding a crash of firebird.

If you crash the server by stepping on its memory with your connections, it
is unlikely to be in a state to be able to complain about it.

Helen