Ticket #2667 (closed bug: duplicate)

Opened 5 years ago

Last modified 5 years ago

GHC Linux binary distribution compiler panic bug

Reported by: pflynn Owned by:
Priority: normal Milestone:
Component: Compiler Version: 6.8.3
Keywords: Cc:
Operating System: Linux Architecture: x86
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description (last modified by simonpj) (diff)

When compiling one of my own libraries I received this compiler message:

ghc-6.8.3: panic! (the 'impossible' happened)
   (GHC version 6.8.3 for i386-unknown-linux):
        tcIfaceGlobal (local): not found:
    main:Session.:CoF:R26Dependencies{tc rdk}

Change History

Changed 5 years ago by simonpj

  • difficulty set to Unknown
  • description modified (diff)

This almost always means that you have out of date .hi files. We have an open ticket #2648 on making this error message more robust and informative.

Can you remove every .hi file and try again? If that fixes it, close the ticket as a duplicate; if not, we'd better investigate further. Thanks very much.

Simon

Changed 5 years ago by pflynn

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

Removing the .hi files fixed it. Thanks!

Note: See TracTickets for help on using tickets.