[GHC] #10500: GHC runs out of memory building unicode-properties

#10500: GHC runs out of memory building unicode-properties -------------------------------------+------------------------------------- Reporter: dsf | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Blocked By: Test Case: | Related Tickets: Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Building package https://hackage.haskell.org/package/unicode-properties uses extraordinary amounts of memory with recent compilers - it dies on my 16GB desktop, though the travis build does eventually complete (see it here: https://travis-ci.org/seereason/unicode-properties/builds/65815442.) I have imported the repo to github and untabified it here: https://github.com/seereason/unicode-properties. Building this package was somewhat slow but did complete under ghc-7.8.3. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10500 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10500: GHC runs out of memory building unicode-properties -------------------------------------+------------------------------------- Reporter: dsf | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by dsf): I committed a patch that passes -O0 to one of the modules. This avoids the crash. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10500#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10500: GHC runs out of memory building unicode-properties -------------------------------------+------------------------------------- Reporter: dsf | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by dsf): This may only affect 7.10.1 and not 7.10.2 - I can't really test that yet. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10500#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10500: GHC runs out of memory building unicode-properties -------------------------------------+------------------------------------- Reporter: dsf | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.10.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by rwbarton): * status: new => closed * resolution: => fixed Comment: Reproduced in 7.10.1 but not latest ghc-7.10 branch, so declaring already fixed, hooray! -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10500#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC