id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
6019	'threadDelay maxBound' results in 'internal error: select failed'	shahn	simonmar	"When compiling and running this program:

{{{
import Control.Concurrent

main = threadDelay maxBound
}}}
, I get a crash and the following error message:
{{{
select: Invalid argument
threadDelayMaxBound: internal error: select failed
    (GHC version 7.4.1 for x86_64_unknown_linux)
    Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
}}}
. This doesn't happen in ghci. I compiled with 'ghc FILE.hs'."	bug	closed	normal	7.6.2	Runtime System	7.4.1	fixed			Linux	x86_64 (amd64)	Runtime crash	Unknown	rts/7087			
