Ticket #5621 (closed bug: invalid)

Opened 20 months ago

Last modified 20 months ago

GHCI is out of memory in such a simple case

Reported by: quux Owned by:
Priority: normal Milestone:
Component: GHCi Version: 7.2.1
Keywords: Cc:
Operating System: Windows Architecture: x86_64 (amd64)
Type of failure: GHCi crash Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

GHCi, version 7.2.1: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package ffi-1.0 ... linking ... done. Prelude> id 5 5 Prelude> id id id id id 5 5 Prelude> id id id id id id id id id id id id id id 5 5 Prelude> id id id id id id id id id id id id id id id id id id id id id id id id id id 5 <interactive>: out of memory

Change History

Changed 20 months ago by quux

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.