Ticket #5539 (new bug)
GHC panic - Simplifier ticks exhausted
| Reported by: | hvr | Owned by: | simonpj |
|---|---|---|---|
| Priority: | high | Milestone: | 7.6.2 |
| Component: | Compiler | Version: | 7.3 |
| Keywords: | Cc: | johan.tibell@…, chowells79@…, bgamari@…, pho@…, rl, bos@…, alexey.skladnoy@…, choener@…, aruiz@…, idhameed@…, hackage.haskell.org@… | |
| Operating System: | Linux | Architecture: | x86_64 (amd64) |
| Type of failure: | Compile-time crash | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
When trying to install blaze-builder with a freshly installed GHC 7.3.20111007 linux/amd64 build, the following panic occurs:
$ cabal install blaze-builder
Resolving dependencies...
Configuring blaze-builder-0.3.0.1...
Building blaze-builder-0.3.0.1...
Preprocessing library blaze-builder-0.3.0.1...
...
[10 of 13] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist/build/Blaze/ByteString/Builder/HTTP.o )
[11 of 13] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist/build/Blaze/ByteString/Builder/Int.o )
ghc: panic! (the 'impossible' happened)
(GHC version 7.3.20111007 for x86_64-unknown-linux):
Simplifier ticks exhausted
When trying UnfoldingDone a_s9oE{v} [lid]
To increase the limit, use -fsimpl-tick-factor=N (default 100)
If you need to do this, let GHC HQ know, and what factor you needed
To see detailed counts use -ddump-simpl-stats
Total ticks: 5123
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

