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

Attach fails after shutdown rejected by handler installed in fb_shutdown_callback() [CORE3494] #3853

Closed
firebird-automations opened this issue May 25, 2011 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

Block progress on CORE3482

After cancelling wrong running query in isql an attempt to connect to another database fails:

#⁠ ./isql -user sysdba -pas masterke employee
Database: employee, User: sysdba
SQL> select count(*) from employee full join employee on 1=1 full join employee on 1=1 full join employee on 1=1 full join employee on 1=1;
^C
COUNT

Statement failed, SQLSTATE = HY008
operation was cancelled
SQL> connect employee;
Commit current transaction (y/n)?y
Committing.
Statement failed, SQLSTATE = HY000
database <Missing arg #⁠1 - possibly status vector overflow> shutdown in <Missing arg #⁠2 - possibly status vector overflow> seconds
SQL>

Commits: 351324f

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

This does not require both backporting (no fb_shutdown_callback() in earlier versions) and frontporting (code was already cleaned up).

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

Fix Version: 2.5.1 [ 10333 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Link: This issue block progress on CORE3487 [ CORE3487 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Link: This issue block progress on CORE3487 [ CORE3487 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Link: This issue block progress on CORE3482 [ CORE3482 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@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
Projects
None yet
Development

No branches or pull requests

2 participants