Ticket #1390 (closed bug: duplicate)

Opened 6 years ago

Last modified 5 years ago

interpretBCO: unknown or unimplemented opcode 61764

Reported by: mail@… Owned by:
Priority: normal Milestone:
Component: Compiler Version: 6.6
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

I just hit an internal compiler error:

$ ghci blatt2a6.hs 
   ___         ___ _
  / _ \ /\  /\/ __(_)
 / /_\// /_/ / /  | |      GHC Interactive, version 6.6, for Haskell 98.
/ /_\\/ __  / /___| |      http://www.haskell.org/ghc/
\____/\/ /_/\____/|_|      Type :? for help.

Loading package base ... linking ... done.
[1 of 1] Compiling Main             ( blatt2a6.hs, interpreted )
Ok, modules loaded: Main.
*Main> pretty startn merk1
<interactive>: internal error: interpretBCO: unknown or unimplemented opcode 61764
    (GHC version 6.6 for i386_unknown_linux)
    Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
Abgebrochen

Attachments

blatt2a6.hs Download (1.2 KB) - added by mail@… 6 years ago.
Code that causes the error.
blatt2a6.2.hs Download (1.2 KB) - added by mail@… 6 years ago.
Very similar code that does not cause the problem.

Change History

Changed 6 years ago by mail@…

Code that causes the error.

Changed 6 years ago by mail@…

Very similar code that does not cause the problem.

Changed 6 years ago by thorkilnaur

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

Thanks a lot for this report. It seems that this is a duplicate of #1013, so I will close this ticket. For additional details, see  http://www.haskell.org/pipermail/glasgow-haskell-bugs/2007-March/008800.html: The error is present in GHC 6.6, but should be fixed in GHC 6.6.1.

Best regards Thorkil

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.