From: Jeff D. <jd...@ad...> - 2006-06-13 18:21:53
|
On Tue, Jun 13, 2006 at 11:57:18AM -0300, Alberto Bertogli wrote: > I just wanted to report that this went away when trying 2.6.17-rc6 as a > host. It also works fine as a guest (after I patch it with > http://user-mode-linux.sourceforge.net/work/current/2.6/2.6.17-rc4/patches/jmpbuf > so that it builds). > > Besides, the random segfault problems I had with previous guests > versions also seem to be fixed. These two problems are related, and were both on the host. Bodo Stroesser reported a while ago that ptrace, by returning via sysret rather than iret, could cause register corruption when tracing sigreturn. The UML crash seems to have been caused by the fix to that problem. Jeff |