Ticket #119 (closed bug: None)

Opened 10 years ago

Last modified 43 years ago

panic! using ghci

Reported by: sduvan Owned by: nobody
Priority: normal Milestone:
Component: Compiler Version: 5.04.2
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

I get the following when using ghci on a parser
generated with happy version 1.13.

ghc-5.04.2: panic! (the `impossible' happened, GHC
version 5.04.2):
	ByteCodeGen.pushAtom.pushStr

This happens only when I give the --ghc option to
happy, not otherwise. Unfortunately, I cannot provide
the sources as this is a commericial project (yes,
commercial Haskell projects exist!).

Change History

Changed 10 years ago by simonmar

  • status changed from assigned to closed
Logged In: YES 
user_id=48280

This is a known bug I'm afraid.  Workaround is not to use 
happy -g, or to precompile the file using GHC.
Note: See TracTickets for help on using tickets.