#1109: lockFile: fd out of range
----------------------------+-----------------------------------------------
 Reporter:  guest           |          Owner:         
     Type:  bug             |         Status:  new    
 Priority:  normal          |      Milestone:  6.6.1  
Component:  Runtime System  |        Version:  6.6    
 Severity:  normal          |     Resolution:         
 Keywords:                  |     Difficulty:  Unknown
 Testcase:                  |   Architecture:  Unknown
       Os:  Linux           |  
----------------------------+-----------------------------------------------
Changes (by igloo):

  * milestone:  => 6.6.1

Old description:

> 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.

New description:

 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.

Comment:

 Can anyone give us a testcase for this please?

-- 
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