Subject ArrayIndexOutOfBoundsException in Jaybird (1.0.0)
Author msulkies
We run JDBC using Jaybird (1.0.0), under Windows/XP.

This bug occurred during a prepareStatement command, after a long run
(hours) of intensive database activity

Here is the stack:

java.lang.ArrayIndexOutOfBoundsException: 2
at org.firebirdsql.jgds.GDS_Impl.isc_vax_integer
(GDS_Impl.java:1309)
at org.firebirdsql.jgds.GDS_Impl.parseTruncSqlInfo
(GDS_Impl.java:1886)
at org.firebirdsql.jgds.GDS_Impl.parseSqlInfo
(GDS_Impl.java:1858)
at org.firebirdsql.jgds.GDS_Impl.isc_dsql_prepare
(GDS_Impl.java:1172)
at org.firebirdsql.jca.FBManagedConnection.prepareSQL
(FBManagedConnection.java:762)
at org.firebirdsql.jdbc.FBConnection.prepareSQL
(FBConnection.java:1082)
at org.firebirdsql.jdbc.FBStatement.prepareFixedStatement
(FBStatement.java:942)
at org.firebirdsql.jdbc.FBPreparedStatement.prepareFixedStatem
ent(FBPreparedStatement.java:699)
at org.firebirdsql.jdbc.FBPreparedStatement.<init>
(FBPreparedStatement.java:78)
at org.firebirdsql.jdbc.FBConnection.prepareStatement
(FBConnection.java:223)


prepareStatement is being called very intensively, without any
problem.
When exception occurs, all subsequent calls to prepareStatement
produces the same exception.

Any clue ?
Thanks.