I finally got around to checking Vlad's fix for CORE-3671: it works, the
access violation no longer occurs.
If nothing else needs to happen it can be marked as resolved.
Mark
--
Mark Rotteveel
--
Virtualization & Cloud
On 4-12-2011 14:43, Mark Rotteveel wrote:
> CORE-3671 describes a JVM access violation which occurs when a Java
> application using Firebird embedded exits when a connection hasn't been
> closed.
>
> The solution / workaround is of course to close() the connection from
> Java. I am however uncerta
CORE-3671 describes a JVM access violation which occurs when a Java
application using Firebird embedded exits when a connection hasn't been
closed.
The solution / workaround is of course to close() the connection from
Java. I am however uncertain if this could be indicative of a problem
in em