internal Firebird consistency check in query with grouping by subquery+stored
procedure+aggregate
--
Key: CORE-3694
URL: http://tracker.firebirdsql.org/browse/CORE-36
>
> Does engine shutdown or die on AV in your case?
I'm talking About fb 2.5. When i test with it, an AV raises and the engine
shutdown abnormally.
The question is If an error in the engine that causes fb terminate abnormally
can corrupt database or the engine closes all connections and rollba
On Thu, Dec 8, 2011 at 9:42 AM, Jesus Garcia wrote:
>
> I'm talking About fb 2.5. When i test with it, an AV raises and the engine
> shutdown abnormally.
>
> The question is If an error in the engine that causes fb terminate
> abnormally can corrupt database or the engine closes all connections an
-=| Damyan Ivanov, 18.11.2011 21:27:26 +0200 |=-
> Maybe it's libedit interfering with libfbembed. I'll try the same
> thing using the perl driver and see if strace will give any hints.
No luck.
I wrote a primitive isql-like tool that is able to create databases,
connect to them and execute SQL
2011/12/8 Ann Harrison
>
> An abnormal shutdown for any cause - power failure, O/S crash,
> Firebird crash will not corrupt the database if you have forced writes
> turned on and if your disk system actually forces writes in the order
> they are presented. Connections are transient, in memory en
On Thu, Dec 8, 2011 at 3:19 PM, Jesus Garcia wrote:
>
> If using superserver, when the abnormally shutdown starts, if another thread
> is committing and updating a big amount of pages of several types, the
> commit process can be terminated without finish, and some pages are writen
> and another
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