Subject Re: Firebird and JDBC, critical problem
Author a_broekhuis
> I need two things from you:
>
> a) a message from Firebird's log file (%FIREBIRD_HOME%\firebird.log)
> regarding the crash (it appears there right after crash).
>
> b) a test case that reproduces the problem. That can be a standalone
> Java code or even a JUnit thing. If this problem is reproducable with
> 1.5.0, I will post it to developer list, and hopefully they will
> include a fix in Firebird 1.5.1 release.

I will try to write a test case, but the database crashes if the
memory usage has grown to large. So I don't know if writing a testcase
is usefull. I already looked through all my code if the connections
where closed properly and this is done. Is there some way to see how
much connections there are with the database?

Message in firebird.log:
Thu Jun 17 09:06:56 2004
C:\Program Files\Firebird\Firebird_1_5\bin\fbserver.exe: terminated
abnormally (4294967295)

Is there more info that I could find somewhere on the system
concerning this problem?

Alexander