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

[release-1.10] fix a race condition in jl_gc_realloc_string #54967

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

d-netto
Copy link
Member

@d-netto d-netto commented Jun 27, 2024

Fix #54963.

@d-netto d-netto added GC Garbage collector kind:bugfix This change fixes an existing bug labels Jun 27, 2024
@gbaraldi
Copy link
Member

LGTM

@d-netto
Copy link
Member Author

d-netto commented Jun 28, 2024

Hmm. A few CI failures coming from this?

MethodError: Cannot `convert` an object of type HistoricalStdlibVersions.StdlibInfo to an object of type Tuple{String, Union{Nothing, VersionNumber}}

@KristofferC
Copy link
Sponsor Member

That's known (JuliaLang/Pkg.jl#3929)

@KristofferC KristofferC merged commit 4954197 into release-1.10 Jun 29, 2024
5 of 8 checks passed
@KristofferC KristofferC deleted the dcn-fix-54963 branch June 29, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GC Garbage collector kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[1.10] Possible thread safety issue in manipulation of doubly linked list of bigval_t?
3 participants