crash bug
"Frank Buss" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <003401c3407b$09ccaef0$05c5a8c0@GALILEI> |
Hi, this code causes the Windows version to quit immediatly without an error: > import List > crash a b c = if b `isPrefixOf` a then c else crash a b (c + 1) > crash "a" "b" 1 On Linux someone reported on comp.lang.functional that it produces the error "ERROR - Garbage collector fails to reclaim sufficient space" and don't crash. Regards, Frank