Bodo Stroesser wrote: > stub_segv_handler misses the "push ebp" at the beginning. As you > do the normally corresponding "pop eax" explicitly, I think stack > pointer is wrong on call of sigreturn. > > I have no idea, what makes happen this. Maybe it depends on compiler > version? > I hope, the attached patch fixes the problem. The patch is tested in my 2.6.12-rc4 + skas0, where I didn't see the problem. It still works fine for me. Rob, could you please test whether the patch fixes the problem for you? Bodo