[Firebird-devel] CORE-3671

2012-02-19 Thread Mark Rotteveel
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

Re: [Firebird-devel] CORE-3671 access violation in fbembed when connection isn't closed on exit

2011-12-08 Thread Mark Rotteveel
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

[Firebird-devel] CORE-3671 access violation in fbembed when connection isn't closed on exit

2011-12-04 Thread Mark Rotteveel
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