Ticket #7208 (closed bug: duplicate)

Opened 9 months ago

Last modified 9 months ago

ghci panic: nameModule show{tv a9W}

Reported by: felipe zapata Owned by:
Priority: normal Milestone:
Component: GHCi Version: 7.4.1
Keywords: ghci panic nameModule Cc:
Operating System: Linux Architecture: x86
Type of failure: GHCi crash Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

I was Editing some modules of my project, then I just tried

ghci Mymodule.hs and then I got the following error:

[1 of 6] Compiling GlobalTypes? ( GlobalTypes?.hs, interpreted ) ghc: panic! (the 'impossible' happened)

(GHC version 7.4.1 for x86_64-unknown-linux):

nameModule show{tv a9W}

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

Attachments

GlobalTypes.hs Download (0.8 KB) - added by felipe zapata 9 months ago.
file which caused panic because of lower case statement in deriving "show"

Change History

Changed 9 months ago by parcs

This looks like a duplicate of #5961.

Changed 9 months ago by guest

Please post the code. If you have an invalid "deriving" clause (starting with lowercase letter), it is already fixed in GHC 7.6.

Changed 9 months ago by felipe zapata

file which caused panic because of lower case statement in deriving "show"

Changed 9 months ago by guest

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

It's already fixed then.

Note: See TracTickets for help on using tickets.