Stack overflow on words (repeat 'a')

"Neil Mitchell" <[email protected]> Tue, 26 Jun 2007 02:09:25 +0100
Newsgroups gmane.comp.lang.haskell.hugs.bugs
Message-ID <[email protected]>
Hi

With the expression: words (repeat 'a')

Using WinHugs Sep 06 I get a stack overflow.

Using Hugs Linux May 06 I get a GC fails to reclaim sufficient space error

Using GHC and Yhc both of these succeed.

I have a similar issue in one of my functions which is showing the
same behaviour.

Thanks

Neil