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 in client library when working with BLOBs [CORE2121] #2553

Closed
firebird-automations opened this issue Oct 12, 2008 · 9 comments
Closed

AV in client library when working with BLOBs [CORE2121] #2553

firebird-automations opened this issue Oct 12, 2008 · 9 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

The bug was reported by Dmitry Kovalenko. When transaction is closed, but blob, opened in it, remains opened, any attempt to work with it later results in unpredictable behavior, including AV.

The reason is that redirector closes all related blobs, but yValve data structures keep pointers to invalid any more objects.

Commits: ef5724c

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

summary: AV in client library => AV in client library when working with BLOBs

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Fixed yValve code

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 Beta 1 [ 10251 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Smirnoff Serg (wildsery)

Dmitry Kovalenko tell that this bug reported on 2.1
Is it fixed there?

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

No, it's fixed in v2.5 only.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Version: 2.1.1 [ 10223 ]

Version: 2.1.0 [ 10041 ]

Version: 2.1.2 [ 10270 ]

@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