patch applied (ghc): FIX #2257: timer_settime() hangs during
configure
Simon Marlow
simonmarhaskell at gmail.com
Fri May 16 09:07:53 EDT 2008
Fri May 16 06:00:45 PDT 2008 Simon Marlow <marlowsd at gmail.com>
* FIX #2257: timer_settime() hangs during configure
On a 2.6.24 Linux kernel, it appears that timer_settime() for
CLOCK_REALTIME is sometimes hanging for a random amount of time when
given a very small interval (we were using 1ns). Using 1ms seems to
be fine. Also I installed a 1-second timeout to catch hangs in the
future.
M ./aclocal.m4 -2 +18
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080516130045-12142-e625a87f5db52ace81fd65fdad893d9ff8e13b39.gz
More information about the Cvs-ghc
mailing list