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

Firebird not responding after shutdown [CORE4720] #5027

Closed
firebird-automations opened this issue Mar 24, 2015 · 4 comments
Closed

Firebird not responding after shutdown [CORE4720] #5027

firebird-automations opened this issue Mar 24, 2015 · 4 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Jan-Martin (janmartinwillems)

Database stops responding after shut-down, every connection attempt to the database gets stuck and calling program does not respond any more.
Shut-down was attempted through IBExpert and by gfix using command: gfix -shut multi -force 0 database.fdb
The error exists in Firebird 2.5.2 Superserver and also in Firebird 2.5.3 Superserver

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

I cannot reproduce this with ISQL on Linux (tried latest v2.5.4 snapshot):

1) start fbserver
2) isql #⁠1: connect localhost:/test/mydb.fdb user 'sysdba' password 'masterkey';
-- success
3) gfix -shut multi -force 0 localhost:/test/mydb.fdb -user sysdba -pass masterkey
-- one second delay, then success
4) isql #⁠2: connect localhost:/test/mydb.fdb user 'sysdba' password 'masterkey';
-- success
5) isql #⁠1: select 1 from rdb$database;
-- error: database shutdown
6) isql #⁠1: quit;
-- success
7) isql #⁠2: quit;
-- success

@firebird-automations
Copy link
Collaborator Author

Commented by: Sean Leyne (seanleyne)

It has been more than a week since the last comment about reproducibility of the issue was posted with no new comments/details provided.

If no new comments/details are posted within the next 3 days, the issue/case will be closed as "Not reproducible".

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

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

resolution: Cannot Reproduce [ 5 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

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

No branches or pull requests

1 participant