[GHC] #13653: Re-allocate byteArray lead internal error: evacuate: strange closure type 241

GHC ghc-devs at haskell.org
Sat May 6 03:58:17 UTC 2017


#13653: Re-allocate byteArray lead internal error: evacuate: strange closure type
241
-------------------------------------+-------------------------------------
        Reporter:  winter            |                Owner:  (none)
            Type:  bug               |               Status:  closed
        Priority:  high              |            Milestone:
       Component:  Compiler          |              Version:  8.0.1
      Resolution:  invalid           |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:  x86_64
                                     |  (amd64)
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by winter):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Sorry about the mis-report, the error is simple: in the loop `i <= n`
 should be `i < n` .

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


More information about the ghc-tickets mailing list