From: Simon Marlow Date: Wed, 29 Sep 2010 21:29:16 +0000 (+0000) Subject: give a better error message in the non-threaded RTS for out-of-range FDs X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8901e61c4705b8888676250e89731f40ca198751;hp=8901e61c4705b8888676250e89731f40ca198751 give a better error message in the non-threaded RTS for out-of-range FDs # ./aw aw: file descriptor 1027 out of range for select (0--1024). Recompile with -threaded to work around this. ---