[Firebird-devel] [FB-Tracker] Created: (CORE-3694) internal Firebird consistency check in query with grouping by subquery+stored procedure+aggregate

2011-12-08 Thread Alex Bekhtin (JIRA)
internal Firebird consistency check in query with grouping by subquery+stored procedure+aggregate -- Key: CORE-3694 URL: http://tracker.firebirdsql.org/browse/CORE-36

Re: [Firebird-devel] Database shutdown when udf raises an exception

2011-12-08 Thread Jesus Garcia
> > 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

Re: [Firebird-devel] Database shutdown when udf raises an exception

2011-12-08 Thread Ann Harrison
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

Re: [Firebird-devel] second embedded connect hangs on armel, ia64, kfreebsd and s390

2011-12-08 Thread Damyan Ivanov
-=| 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

Re: [Firebird-devel] Database shutdown when udf raises an exception

2011-12-08 Thread Jesus Garcia
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

Re: [Firebird-devel] Database shutdown when udf raises an exception

2011-12-08 Thread Ann Harrison
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

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