logo       

RE: Panic in GHC 6.4: msg#00093

lang.haskell.glasgow.bugs

Subject: RE: Panic in GHC 6.4

Thanks, this is a known bug and will be fixed in 6.4.1.
 
Cheers,
    Simon


From: glasgow-haskell-bugs-bounces@xxxxxxxxxxx [mailto:glasgow-haskell-bugs-bounces@xxxxxxxxxxx] On Behalf Of John DeTreville
Sent: 19 April 2005 22:31
To: glasgow-haskell-bugs@xxxxxxxxxxx
Subject: Panic in GHC 6.4

I’m running GHC 6.4 on Windows XP Professional. In GHCi, I try to load the following source file (also attached as Bad.hs)

 

module Paper where

 

data Hash = Sha256 String

 

class HasHash

  where hasHash :: HasHash -> Hash

 

and I get the following panic.

 

   ___         ___ _

  / _ \ /\  /\/ __(_)

 / /_\// /_/ / /  | |      GHC Interactive, version 6.4, for Haskell 98.

/ /_\\/ __  / /___| |      http://www.haskell.org/ghc/

\____/\/ /_/\____/|_|      Type :? for help.

 

Loading package base-1.0 ... linking ... done.

Prelude> :cd Policy

Prelude> :load Bad

Compiling Paper            ( Bad.hs, interpreted )

ghc.exe: panic! (the `impossible' happened, GHC version 6.4):

        ds_app_type Paper.HasHash{tc r2vG} []

 

Please report it as a compiler bug to glasgow-haskell-bugs@xxxxxxxxxxx,

or http://sourceforge.net/projects/ghc/.

 

 

>

 

My typo is obvious, of course, but I thought I’d report the panic as requested.

 

Cheers,

John

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise