[GHC] #12912: IO library should not use select()

GHC ghc-devs at haskell.org
Fri Dec 2 10:36:39 UTC 2016


#12912: IO library should not use select()
-------------------------------------+-------------------------------------
           Reporter:  simonmar       |             Owner:  simonmar
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:  8.0.2
          Component:                 |           Version:  8.0.1
  libraries/base                     |
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 The IO library uses `select()` in `fdReady()`, which fails in processes
 with more than 1024 file descriptors.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12912>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list