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

move extension loading to inside the require lock #48509

Closed
wants to merge 1 commit into from

Conversation

KristofferC
Copy link
Member

(Hopefully) fixes #48498.

@KristofferC KristofferC requested a review from vtjnash February 3, 2023 08:06
@KristofferC KristofferC added the backport 1.9 Change should be backported to release-1.9 label Feb 3, 2023
@vchuravy
Copy link
Member

vchuravy commented Feb 3, 2023

Should run_extensions_callbacks now call assert_havelock(require_lock)?

Comment on lines +1082 to +1085
run_package_callbacks(modkey)
end

function run_package_callbacks(modkey)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The separate function does not seem to be necessary?

Suggested change
run_package_callbacks(modkey)
end
function run_package_callbacks(modkey)

@KristofferC KristofferC closed this Feb 7, 2023
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Feb 7, 2023
@giordano giordano deleted the kc/extension_lock branch February 14, 2023 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

run_extension_callbacks introduced a data race regression in loading
3 participants