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

Temp dirs are not cleaned up automatically upon exit #26

Closed
nozwock opened this issue May 4, 2023 · 0 comments
Closed

Temp dirs are not cleaned up automatically upon exit #26

nozwock opened this issue May 4, 2023 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@nozwock
Copy link
Owner

nozwock commented May 4, 2023

Copy pasted from #23

  • When the main thread exits during loading, running child threads abort instead of unwinding, which prevents the Drop from being called for tempfile::TempDir instances. As a result, temp dirs are not cleaned up automatically upon exit.
  • Affects PC builds only.
@nozwock nozwock self-assigned this May 4, 2023
@nozwock nozwock added bug Something isn't working help wanted Extra attention is needed labels May 4, 2023
@nozwock nozwock closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant