Manuel M T Chakravarty wrote:
> Try this
>http://www.cse.unsw.edu.au/~chak/haskell/GHC-6.9.20080213-i386.dmg
I got it, but there were some download problems. I hope the
file is intact. It has exactly 44740924 bytes. Perhaps you
could send me an md5sum to be certain.
> Have a look whether that
2008/2/11 John Vogel <[EMAIL PROTECTED]>:
> The only issue now is that terminateProcess doesn't always terminate
> netstat.exe in the cmd.exe so I don't get an exit condition.
A simple way is to use runInteractiveProcess instead of
runInteractiveCommand. The former doesn't start a new cmd.exe but
Chris Kuklewicz wrote:
> The "./setup build" causes a segmentation fault. This is for every
> project I try (including ones with very default Setup.hs contents).
I can at least reproduce the segmentation fault by running my PPC-Tiger
binary on an i386-Leopard, by compiling with additional options
Marc Weber wrote:
I've hacked on hasktags again
http://mawercer.de/hasktags.hs
I'd like to merge changes into the ghc distribution or ask someone to do
so.
changes:
a) full qualified module names are added as well now
b) hack: removed empty tokens so that getcons finds
John Vogel wrote:
Thankyou both Don Stewart and Simon Marlow for your responses.
By adding yield and threadDelay in certain spots I have at least prevented
some of the threads from being starved of CPU time.
The only issue now is that terminateProcess doesn't always terminate
netstat.exe