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

Bugcheck 243 (missing pointer page) while preparing/executing statements that reference a table being dropped/recreated by another connection [CORE1938] #2377

Closed
firebird-automations opened this issue Jun 15, 2008 · 9 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @dyemanov

Sometimes the DROP TABLE code is able to get the EX lock on the table while the relation block is still being used by other connections. This allows the "in use" table to be dropped, causing a bugcheck when attempting to access its data pages. The issue is visible in multi-threaded builds (Vulcan and FB v2.5) only, but I suspect prior versions are theoretically affected as well.

Commits: ee312b0 e4e437e 438dec1

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

summary: BUGCHECK(243) while preparing/executing statements that reference table being dropped/recreated by another connection => BUGCHECK(243) while preparing/executing statements that reference a table being dropped/recreated by another connection

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

summary: BUGCHECK(243) while preparing/executing statements that reference a table being dropped/recreated by another connection => Bugcheck 243 (missing pointer page) while preparing/executing statements that reference a table being dropped/recreated by another connection

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

Fix Version: 2.5 Beta 1 [ 10251 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: In Progress [ 3 ] => Open [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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: @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