Hi Dieter, On Sun, Apr 30, 2006 at 03:48:23PM +0200, Dieter Schuster wrote: > > If I have the following file, then gchi-6.4.1 will crash on PowerPC if > I try to create a Object of type Test. > > ---------------------------------------------------------------------- > module Bug where > > data Test = Const Integer deriving (Show) > ---------------------------------------------------------------------- > > The output of ghci-6.4.1: > ---------------------------------------------------------------------- > Loading package base-1.0 ... linking ... done. > Compiling Bug ( 6.4.1-bug.hs, interpreted ) > Ok, modules loaded: Bug. > *Bug> Const 1 > Segmentation fault > ---------------------------------------------------------------------- > > This bug will not appeary with the version 6.4.2 of ghc, so please > update to this version.
This sounds like http://hackage.haskell.org/trac/ghc/ticket/631 which I don't believe is fixed in 6.4.2. My current plan is for ppc to not include ghci because of this issue. Thanks Ian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

