Ticket #2788 (closed bug: duplicate)

Opened 5 years ago

Last modified 5 years ago

GHC panic

Reported by: rodprice Owned by:
Priority: normal Milestone:
Component: Compiler Version: 6.10.1
Keywords: Cc:
Operating System: MacOS X Architecture: x86
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Attempting to compile SHA1Test.hs in the Crypto-4.1.0 package on Hackage generates the following

ghc: panic! (the 'impossible' happened)

(GHC version 6.10.1 for i386-apple-darwin):

RegAllocLinear?.getStackSlotFor: out of stack slots, try -fregs-graph

Compiling by hand with ghc --make -fglasgow-exts -fregs-graph SHA1Test.hs resolves the problem.

I'm using an Intel MacBook? Pro running Leopard (10.5.5).

Change History

Changed 5 years ago by Deewiant

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #2753.

Note: See TracTickets for help on using tickets.