Ticket #3402 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

internal error: ARR_WORDS object entered!

Reported by: tibbe Owned by:
Priority: normal Milestone: Not GHC
Component: Compiler Version: 6.10.4
Keywords: Cc: morrow@…
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

I got this while playing around with vacuum-cairo:

$ ghci
ghci> :m +System.Vacuum.Cairo
ghci> :m +Data.Text
ghci> :m +Data.IntMap
ghci> view $ fromList [(1, "hi" :: Text)]
<interactive>: internal error: ARR_WORDS object entered!
    (GHC version 6.10.2 for x86_64_unknown_linux)
    Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
Aborted

Change History

Changed 4 years ago by simonmar

  • cc morrow@… added
  • difficulty set to Unknown

Mat, could this be an issue with Vacuum?

Changed 4 years ago by simonmar

  • status changed from new to closed
  • resolution set to invalid
  • milestone set to Not GHC

Changed 4 years ago by morrow

I've fixed the problem in vacuum, and will update the hackage package shortly.

Note: See TracTickets for help on using tickets.