#5893: Insane memory usage in vector
------------------------------+---------------------------------------------
Reporter: bgamari | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.4.1 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Testcase:
Blockedby: | Blocking:
Related: |
------------------------------+---------------------------------------------
This test case can easily grow the heap to fill my entire 8GB physical
addressing space with both ghc 7.0.3 and ghc 7.4.1. This despite the fact
that the original vectors themselves are only 8MB in size and only
supposedly non-copying calls are being made. Commenting out either of the
prints at the end returns things to sanity. I'm unsure of whether this
should be
Presumably the case could be simplified a bit, but this was my first cut
at paring it down.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5893>
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