Ticket #2747 (closed merge: fixed)
Excessive Memory Usage: space leak with foldl' on Integer
| Reported by: | guest | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.2 |
| Component: | Runtime System | Version: | 6.10.1 |
| Keywords: | Cc: | rakowski@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
"foldl1' (*) [1..1000000]" for example allocates up to 1.9 GB of Memory in about 10 seconds and stops with "out of memory".
I guess I don't have to mention that with 6.8.3 it runs with only as much as 20MB.
Change History
Note: See
TracTickets for help on using
tickets.
