Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Issue 11226059: Create temp directory for sdk inside the dart directory. (Closed)

Created:
8 years, 2 months ago by ricow1
Modified:
8 years, 2 months ago
Reviewers:
ahe, dgrove
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Create temp directory for sdk inside the dart directory. Committed: https://code.google.com/p/dart/source/detail?r=13957

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M tools/create_sdk.py View 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
ricow1
8 years, 2 months ago (2012-10-23 12:50:45 UTC) #1
ahe
lgtm
8 years, 2 months ago (2012-10-23 12:52:03 UTC) #2
dgrove
On 2012/10/23 12:52:03, ahe wrote: > lgtm this looks fine, but i'm wondering what caused ...
8 years, 2 months ago (2012-10-23 13:31:36 UTC) #3
ahe
8 years, 2 months ago (2012-10-23 14:18:34 UTC) #4
dart2js-safari-mac ran out of disk space on / (root).

The temp directory on the mac builders is on the same FS as / (root). So if you
create a temporary directory in temp and don't delete it, you eventually run out
of disk space.

One of the things that create stuff in temp is create_sdk.py. This rules out one
source of the overflowing root file system. We are not pointing fingers, because
Safari is also filling up /, (through /Users/build-bot/Library/Caches).

Unfortunately, the build bot was rebooted before we had a chance to analyze the
root cause.

Powered by Google App Engine
This is Rietveld 408576698