[Haskell-cafe] hGetContents: resource exhausted

Donn Cave donn at avvanta.com
Mon Jul 26 21:01:37 EDT 2010


Quoth Lally Singh <lally.singh at gmail.com>,
...
> I've got my own source build of ghc.  Is there anything I can put in
> to track down what's going on?

Much easier (but not guaranteed to help) you might be able to
see the actual error, at the system call level, if you can trace
system calls.  The utility for this varies by platform, but
e.g. "strace" or "ktrace".

	Donn Cave, donn at avvanta.com



More information about the Haskell-Cafe mailing list