You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugcheck 243 (missing pointer page) while preparing/executing statements that reference a table being dropped/recreated by another connection [CORE1938]
#2377
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.
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
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
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
The text was updated successfully, but these errors were encountered: