Quoth Simon Hengel <simon.hen...@wiktory.org>,
>> >     ghc --make -threaded -lcurses Main.hs
>> 
>> I bet, if you switch off the barrage of thread scheduling SIGALRMs,
>>   +RTS -V0 -RTS , it will work like it's supposed to.
>
> That helped, thanks!

Great, but, beware - I am not fully informed on what it does, beyond
the SIGALRM difference.  I run my own application this way without
apparent serious harm, but it could be failing to reclaim memory for
example, due to missed garbage collections.

        Donn Cave, d...@avvanta.com
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to