Hello, the sigtramp regression test fails on 68040 and 68060 machines running anything from 1.4.x to current -current. The reason is, that the copyout() copying the signal trampoline code to the stack does not synchronize i- and d-cache. My suggestion is the appended patch to kern_exec.c Comments? Regards, -is