Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IO errors after changing FW on already attached database [CORE1380] #1798

Closed
firebird-automations opened this issue Jul 25, 2007 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @hvlad

In first session : create database and attach to it, don't disconnect :
isql
create database 'x.fdb';
show database;

In second session :
gfix -write async x.fdb
ok

gfix -write sync x.fdb
ok

gfix -write async x.fdb
I/O error for file "...\x.fdb"
-Error while trying to access file

In first session :
show database;
I/O error for file "...\x.fdb"
-Error while trying to write to file

This error is not gone until server restart

Commits: ca02c1e b9011dc

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

Fix Version: 2.0.2 [ 10130 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12680 ] => Firebird [ 14251 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment