Re: compiler crash under MacOS X

2006-08-16 Thread Gregory Wright
reg On Jul 17, 2006, at 5:36 AM, Joerg van den Hoff wrote: hi, my very first tries with ghc, using the 'program' module Fact where fact :: Integer -> Integer fact n = product [1..n] gave the following compiler crash under MacOS X 10.4.7 (ghc installed from source via DarwinP

Re: compiler crash under MacOS X

2006-08-14 Thread Joerg van den Hoff
d' by ghc :-( all the best joerg If you are running the latest version, your experiences are... interesting. Best Wishes, Greg On Jul 17, 2006, at 5:36 AM, Joerg van den Hoff wrote: hi, my very first tries with ghc, using the 'program' module Fact where fact :: Integer -> I

Re: compiler crash under MacOS X

2006-07-20 Thread Gregory Wright
:: Integer -> Integer fact n = product [1..n] gave the following compiler crash under MacOS X 10.4.7 (ghc installed from source via DarwinPorts): Compiling Fact ( fact.hs, interpreted ) ghc-6.4.2: internal error: scavenge_stack: weird activation record found on stack: 463

compiler crash under MacOS X

2006-07-20 Thread Joerg van den Hoff
hi, my very first tries with ghc, using the 'program' module Fact where fact :: Integer -> Integer fact n = product [1..n] gave the following compiler crash under MacOS X 10.4.7 (ghc installed from source via DarwinPorts): Compiling Fact ( fact.hs, interprete