New issue
Advanced search Search tips

Issue 756042 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Fuchsia
Pri: 3
Type: Bug



Sign in to add a comment

common_runner.py leaves loads of files in /tmp

Project Member Reported by w...@chromium.org, Aug 16 2017

Issue description

The common_runner.py implementation creates a variety of files in /tmp:
- The autorun script.
- The bootfs image.
- The stripped binaries to go into the image.

We should make sure to delete those on exit, or arrange to regenerate them at deterministic paths under the output directory, to avoid repeated runs filling up the filesystem!
 

Comment 1 by w...@chromium.org, Aug 25 2017

Status: Started (was: Available)

Comment 2 by w...@chromium.org, Aug 28 2017

Status: Fixed (was: Started)
This was mostly fixed by https://chromium-review.googlesource.com/c/chromium/src/+/633323 which has the large files (stripped binaries and the bootfs itself) created at well-defined paths under the output directory. There are still some files created in /tmp but they're sufficiently few, and small, that this shouldn't be an issue.

Sign in to add a comment