Ticket #7057 (new bug)
Simplifier infinite loop regression
| Reported by: | ronwalf | Owned by: | simonpj |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.8.1 |
| Component: | Compiler | Version: | 7.4.2 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Compile-time crash | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
GHC gets stuck in the simplifier when compiling the attached file, eventually exhausting all ram. Compiling gives:
$ ghc -v3 -O --make ghcloop.hs Glasgow Haskell Compiler, Version 7.4.2, stage 2 booted by GHC version 7.0.3 ... *** Simplifier: ^C*** Deleting temp files: ...
Running with with all the dump flags suggests the fault is pddlDocExpr's. I'm finding it hard to create a smaller example, as even silly things like removing the container (or not using Data.Generics) restore termination.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

