
Hello, 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? Kind regards, Vasili

More importantly I grepped(Linux) through the ghc6.8.2 source for "resource
exhausted" .. maybe incorrectly ??
Vasili
On Fri, May 9, 2008 at 1:04 AM, Galchin, Vasili
Hello,
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?
Kind regards, Vasili

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. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH
participants (2)
-
Brandon S. Allbery KF8NH
-
Galchin, Vasili