[GHC] #14338: Simplifier fails with "Simplifier ticks exhausted"

GHC ghc-devs at haskell.org
Mon Nov 13 14:23:53 UTC 2017


#14338: Simplifier fails with "Simplifier ticks exhausted"
-------------------------------------+-------------------------------------
        Reporter:  dredozubov        |                Owner:  bgamari
            Type:  bug               |               Status:  new
        Priority:  high              |            Milestone:  8.4.1
       Component:  Compiler          |              Version:  8.2.1
      Resolution:                    |             Keywords:
Operating System:  Linux             |         Architecture:  x86_64
 Type of failure:  Compile-time      |  (amd64)
  crash or panic                     |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by dredozubov):

 I ran into a few issues running this on my machine, so I made a few
 changes, maybe it'll be helpful to someone else:
 {{{
 $ git clone git at github.com:dredozubov/webapp-template-hs.git
 $ cd webapp-template-hs
 $ git checkout simpl-tick-factor
 $ export ghc=$PATH_TO_GHC
 $ cabal new-build -w $ghc --only-dependencies
 $ n=9 ./build_all.sh -package-db PATH_TO_PACKAGE_DB
 }}}

 Path to package db was `~/.cabal/store/ghc-8.3.20171108/package.db` for me

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14338#comment:27>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list