Hi!
I'm running the latest hugs (feb 2000) on a sparcstation.
When I load the following script:
> fib' n = fibs!!n
> where fibs = 0:1:zipWith(+)fibs(tail fibs)
and type:
fib' 100000
I get "Segmentation fault".
I don't know how important this is to you since you're moving over to the
STG backend, but it might be important to someone.
/Josef
- Re: Segmentation Fault Josef Svenningsson
- Re: Segmentation Fault Alastair Reid
- Re: Segmentation Fault Andy Gill
- Re: Segmentation Fault Antti-Juhani Kaijanaho
- Re: Segmentation Fault Alastair Reid
- Re: Segmentation Fault Hans Aberg
- Re: Segmentation Fault Antti-Juhani Kaijanaho
- Re: Segmentation Fault Andy Gill
- Re: Segmentation Fault Hans Aberg
- Re: Segmentation Fault Antti-Juhani Kaijanaho
- RE: Segmentation Fault Mark P Jones
