Forked from
Glasgow Haskell Compiler / GHC
42004 commits behind, 113 commits ahead of the upstream repository.
-
Was getting an ocassional hang or segfault when building GHC in a Qemu user space emulation of ARM. Turned out that the ITIMER_SIGNAL was being delivered *after* the call to timer_delete(). Setting the signal to SIG_IGN before deleting the timer solves the problem.
Was getting an ocassional hang or segfault when building GHC in a Qemu user space emulation of ARM. Turned out that the ITIMER_SIGNAL was being delivered *after* the call to timer_delete(). Setting the signal to SIG_IGN before deleting the timer solves the problem.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Itimer.c 5.59 KiB