Ticket #4208 (closed bug: fixed)
ghci/Linker.lhs space leaks
| Reported by: | TristanAllwood | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0.1 |
| Component: | GHC API | Version: | 6.12.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Lots of repeated calls to getHValue in ghci/Linker.lhs will cause a thunk to grow (THUNK_2_0 according to -hT). Calling showLinkerState after each getHValue (in an attempt to force it) shows PersistentLinkerState? grows in size quite rapidly.
Possibly related: #4029
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

