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

AV when all statements are cancelled [CORE1551] #1968

Closed
firebird-automations opened this issue Oct 30, 2007 · 8 comments
Closed

AV when all statements are cancelled [CORE1551] #1968

firebird-automations opened this issue Oct 30, 2007 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

Is related to QA198

After:
#⁠ isql employee
SQL> delete from MON$STATEMENTS;
SQL> delete from MON$ATTACHMENTS;
AV happens.

Commits: 8c542c5

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Looks like before implementation of MON$ tables nothing could make check_transaction() fail (or was never done so). In case when it failed being called from find_transaction(), error(ISC_STATUS*) was called twice, and context was released twice, and dbb_use_count was decremented also twice. Fixed use of it when called from find_transaction().

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA198 [ QA198 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13359 ] => Firebird [ 13921 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pmakowski

Q/A test ok

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test => Done successfully

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