Subject | Re: How to crash FB |
---|---|
Author | mohamed_banaouas |
Post date | 2004-10-11T19:13:34Z |
may be the error is caused by lack of disk space while serving your
long long transaction; this kind of operation needs many temporarly files.
--- In firebird-support@yahoogroups.com, "Chad Z. Hower aka Kudzu"
<chad-jm@h...> wrote:
long long transaction; this kind of operation needs many temporarly files.
--- In firebird-support@yahoogroups.com, "Chad Z. Hower aka Kudzu"
<chad-jm@h...> wrote:
> FB 1.5.1.4481Normally a
>
> I have a routine which does:
>
> Select single record by PK from single table.
> Issue a new update on same record to same table.
>
> This happens in a transaction and is repeated for each record.
> couple dozen times. The complete set is done in a trasnaction, noteach one.
>times it
> Because of a flaw we had a situation that instead of a a few dozen
> ran 10,000. Now we fixed this, but the bigger problem is FB justdies. It
> appears that when a transaction log is too big it just dies?? We'veduring
> reproduced this on our test server and two developer machines.
>
> The erros are below. When I look in Guardian, it says server terminated
> abnormally or something like that.
>
> Sometimes we get this:
> Exception Details: FirebirdSql.Data.Firebird.FbException: I/O error
> "CreateFile (open)" operation for filetrying to
> "D:\IISDomains\purchase.atozed.com\Data\APPRinok.gdb" Error while
> open filereading data
>
> But normally we get this:
> Error reading data from the connection.
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information
> about the error and where it originated in the code.
>
> Exception Details: FirebirdSql.Data.Firebird.FbException: Error
> from the connection.current web
>
> Source Error:
>
> An unhandled exception was generated during the execution of the
> request. Information regarding the origin and location of theexception can
> be identified using the exception stack trace below.
>
> Stack Trace:
>
> [FbException: Error reading data from the connection.
> ]
> FirebirdSql.Data.Firebird.FbTransaction.Rollback() +121
> ADOPlus.DBConnection.RollbackTrans() +13