[GHC] #10986: GHC should delete all temporary files it creates in /tmp
GHC
ghc-devs at haskell.org
Mon Oct 19 00:35:39 UTC 2015
#10986: GHC should delete all temporary files it creates in /tmp
-------------------------------------+-------------------------------------
Reporter: erikd | Owner:
Type: feature | Status: new
request |
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 7.11
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
GHC creates large numbers of temporary files in /tmp. These would normally
get cleaned up when the machine is rebooted, but for things like Jenkins
build machines that don't get rebooted often they buld up pretty quickly.
The /tmp on my Jenkins build machine currently has over 200k files and
directories, but only about 40 of them are non-GHC related files.
Under normal operation, GHC should delete all temporary files it creates.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10986>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list