#1109: lockFile: fd out of range
----------------------------+-----------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.6.2
Component: Runtime System | Version: 6.6
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Linux |
----------------------------+-----------------------------------------------
Changes (by igloo):
* milestone: 6.6.1 => 6.6.2
Comment:
According to http://www.delorie.com/gnu/docs/glibc/libc_248.html
FD_SETSIZE is the largest number of things that can be put into an fd_set.
The number of open files can be higher (unlimited in the case of GNU HURD,
although I'm unclear how you assign unlimited FDs).
We probably want a new datastructure that can cope with unlimited entries;
punting for now.
--
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