[Haskell-cafe] "resource exhausted"

Brandon S. Allbery KF8NH allbery at ece.cmu.edu
Fri May 9 08:15:02 EDT 2008


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 at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080509/7cfb97d1/attachment.htm


More information about the Haskell-Cafe mailing list