Skip to content

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

4 participants