Ticket #3358 (closed bug: duplicate)

Opened 4 years ago

Last modified 4 years ago

ghc panic

Reported by: kimwallmark Owned by:
Priority: normal Milestone:
Component: Compiler Version: 6.10.3
Keywords: Cc:
Operating System: MacOS X Architecture: Unknown/Multiple
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Running "ghci 67.hs" from the command line caused the following crash. 67.hs is a ~21K file that doesn't reference any other modules.

GHCi, version 6.10.3: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
[1 of 1] Compiling Main             ( 67.hs, interpreted )
ghc: panic! (the 'impossible' happened)
  (GHC version 6.10.3 for i386-apple-darwin):
	linkBCO: >= 64k insns in BCO

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

Change History

Changed 4 years ago by kimwallmark

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.