-
Notifications
You must be signed in to change notification settings - Fork 600
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
mission record is not properly cleaned up (when missions fail) #256
Comments
Here's one scenario I've managed to reproduce:
The work-around is to make sure there is a fresh So far I can't reproduce the "Call to write failed" error. Still looking... |
The "Call to write failed" message comes from |
Building on the above scenario, where we end up using a temp folder that no longer exists:
And then everything is stuck. |
Have changed the way things work. The |
Example in ALE:
Exception in closing of MissionRecord: boost::filesystem::remove: Directory not empty: "./mission_records/c8ba55fd-cf22-49e5-b20f-82e5f7677d66"
Similarly, in Malmo, mission records are not properly destroyed when a mission fails ("Call to write failed").
The text was updated successfully, but these errors were encountered: