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

Fix score being cloned in async method causing random errors (again) #29966

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

bdach
Copy link
Collaborator

@bdach bdach commented Sep 23, 2024

Closes #29953 (probably).

Compare: #24548.

I don't have a reproduction scenario (judging from the stack trace of the crash it's likely to be nigh-impossible to concoct a reliable one), but there is some circumstantial evidence that this might help, namely that that previous fix above worked, and the pathway that's failing here is similarly async to the one that pull fixed. So I'm just gonna start with that and hope that it does the job.

Compare: ppy#24548.

I don't have a reproduction scenario (judging from the stack trace
of the crash it's likely to be nigh-impossible to concoct a reliable
one), but there is some circumstantial evidence that this might help,
namely that that previous fix above worked, and the pathway that's
failing here is similarly async to the one that pull fixed. So I'm just
gonna start with that and hope that it does the job.
@peppy peppy merged commit f08134f into ppy:master Sep 23, 2024
11 of 13 checks passed
@bdach bdach deleted the unsafe-deep-clone branch September 24, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Destination array not long enough error after exiting Target Practice
2 participants