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

Fixcrashissue #4518

Merged
merged 2 commits into from
Dec 29, 2022
Merged

Fixcrashissue #4518

merged 2 commits into from
Dec 29, 2022

Conversation

partouf
Copy link
Contributor

@partouf partouf commented Dec 29, 2022

No description provided.

@mattgodbolt mattgodbolt merged commit 9fa1922 into main Dec 29, 2022
@mattgodbolt mattgodbolt deleted the fixcrashissue branch December 29, 2022 18:23
mattgodbolt pushed a commit that referenced this pull request Jan 4, 2023
* await for conan downloads
* await later

This fixes #4512 - essentially any exceptions thrown before the `await` of the build environment would leave a "task" that was trying to write to the temp dir. the temp dir would then be deleted, and the untar would fail, and as nobody was await-ing its return (as the awaits used to be _after_ the throwing code) then we'd get an uncaught exception.
mattgodbolt pushed a commit that referenced this pull request Jan 24, 2023
* await for conan downloads
* await later

This fixes #4512 - essentially any exceptions thrown before the `await` of the build environment would leave a "task" that was trying to write to the temp dir. the temp dir would then be deleted, and the untar would fail, and as nobody was await-ing its return (as the awaits used to be _after_ the throwing code) then we'd get an uncaught exception.
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.

Error: ENOENT: no such file or directory, open '/tmp/compiler-explorer-compiler20221129-8806-1xsstd4.hhd...
2 participants