
#13497: GHC does not use select()/poll() correctly on non-Linux platforms -------------------------------------+------------------------------------- Reporter: nh2 | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Runtime System | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #8684, #12912 | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by nh2): I have confirmed by printf-debugging that the line {{{ ticks_to_gc = RtsFlags.GcFlags.idleGCDelayTime / RtsFlags.MiscFlags.tickInterval; }}} is used even if the non-threaded runtime is used, and `doIdleGC` is `False`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13497#comment:9 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler