Re: compiler crash under MacOS X

2006-08-16 Thread Gregory Wright
, 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, interpreted ) ghc-6.4.2: internal error: scavenge_stack: weird

Re: compiler crash under MacOS X

2006-08-14 Thread Joerg van den Hoff
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 - Integer fact n = product [1..n] gave the following compiler crash under MacOS X 10.4.7 (ghc installed from

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, interpreted ) ghc-6.4.2

Re: compiler crash under MacOS X

2006-07-20 Thread Gregory Wright
- 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 Please report