https://bugs.kde.org/show_bug.cgi?id=481874
--- Comment #2 from Paul Floyd <pjfl...@wanadoo.fr> --- Fixed fixup_guest_state_after_syscall_interrupted. Now just a few major issues outstanding. memcheck/tests/sem is crashing with a corrupt stack. The TC does "ret = semctl (semid, 0, SETALL, semarray);" and internally we do a semctl IPC_STAT to get the number of semaphores so that we can do a PRE_MEM_READ on the semaphores of the set. none/tests/pth_cancel1 is hanging none/tests/freebsd/swapcontext crashes when trying to free the context stack none/tests/freebsd/swapcontext there's a problem with the signal mask getting corrupted which means that SIGHUP gets delivered to the guest when it should be masked. -- You are receiving this mail because: You are watching all bug changes.