#4270: Out of memory when compiling Statistics.Quantile
-------------------------------+--------------------------------------------
Reporter: Itkovian | Owner:
Type: bug | Status: new
Priority: high | Milestone: 7.0.1
Component: Compiler | Version: 6.13
Keywords: Out-of-memory | Testcase: Statistics.Quantile
Blockedby: | Difficulty:
Os: Linux | Blocking:
Architecture: x86_64 (amd64) | Failure: Compile-time crash
-------------------------------+--------------------------------------------
Changes (by simonmar):
* priority: highest => high
Comment:
Replying to [comment:8 igloo]:
> It's not an OOM problem in `Quantile` as such, it's `ghc --make` running
out of memory when compiling the whole package. If you repeat the command,
with the earlier modules already built, then compilation succeeds.
That definitely shouldn't happen, because after completing a compilation
we should discard everything except the exported interface of the module.
So let's treat this as a space leak to be investigated.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4270#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs