[GHC] #9555: internal error: ARR_WORDS object entered!
GHC
ghc-devs at haskell.org
Sun Nov 15 11:01:05 UTC 2015
#9555: internal error: ARR_WORDS object entered!
-------------------------------------+-------------------------------------
Reporter: walck | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler (LLVM) | Version: 7.8.3
Resolution: fixed | 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 bgamari):
* status: new => closed
* resolution: => fixed
Old description:
> In ghci,
>
> :m Data.Complex.Cyclotomic
> goldenRatio
>
> produces the error.
>
> <interactive>: internal error: ARR_WORDS object entered!
> (GHC version 7.8.3 for x86_64_unknown_linux)
> Please report this as a GHC bug:
> http://www.haskell.org/ghc/reportabug
> Aborted (core dumped)
New description:
In ghci,
{{{
:m Data.Complex.Cyclotomic
goldenRatio
}}}
produces the error.
{{{
<interactive>: internal error: ARR_WORDS object entered!
(GHC version 7.8.3 for x86_64_unknown_linux)
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
Aborted (core dumped)
}}}
--
Comment:
I am unable to reproduce this with 7.10.2. Closing.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9555#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list