#1109: lockFile: fd out of range
-------------------------------+--------------------------------------------
    Reporter:  guest           |       Owner:       
        Type:  bug             |      Status:  new  
    Priority:  normal          |   Milestone:       
   Component:  Runtime System  |     Version:  6.6  
    Severity:  normal          |    Keywords:       
  Difficulty:  Unknown         |    Testcase:       
Architecture:  Unknown         |          Os:  Linux
-------------------------------+--------------------------------------------
My program was terminated with the following message:

 internal error: lockFile: fd out of range
     (GHC version 6.6 for i386_unknown_linux)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug

 The reason appears to be the large number of simultaneously open files. If
 I limit the number of open descriptors to 1025 or lower, I get "openFile:
 resource exhausted (Too many open files" instead.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1109>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to