Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
Erik de Castro Lopo's avatar
Erik de Castro Lopo authored
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.
162b87df
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..