
#9971: GHC 7.10 dies with "out of memory" -------------------------------------+------------------------------------- Reporter: albertov | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.1-rc1 Resolution: | Keywords: Operating System: Linux | Architecture: x86_64 Type of failure: Compile-time | (amd64) crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by nomeata): You added `UndecidableInstances` there. This means: „My typeclass instances may not be terminating, so when GHC runs into an infinite loop here, it’s my fault.“ I did not yet check whether this is the problem, but in a way, you voided the warranty here. Can you reproduce the problem without `UndecidableInstances`? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9971#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler