On 2008 May 9, at 2:04, Galchin, Vasili wrote:
I am running some monadic code that I have written. I double checked my code and it seems to be ok (no guarantee though). I am getting a "resource exhausted (Message too long)". I just did a google on "resource exhausted" and saw a few posts on the number of open files which is obviously not my case. Any ideas?
"Message too long" (EMSGSIZE) is a Unix IPC error. You might want to examine what your code is doing in terms of actual I/O, as opposed to Haskell issues.