On Thursday 16 November 2006 21:24, Chris Wright wrote: > * Andi Kleen (ak at suse.de) wrote: > > > > Inconsistency detected by ld.so: rtld.c: 1250: dl_main: Assertion `(void *) ph-> > > > > p_vaddr == _rtld_local._dl_sysinfo_dso' failed! > > > > I started some bisecting... > <snip patch list> > > it's already broken at more-generic-paravirtualization. Surprised > > me a little, i was suspecting the MMU changes. > > Looks like the VDSO issue, paravirt is not compatible if COMPAT_VDSO. So you're not planning to support old user land with paravirt? Wouldn't it be better to just disable the vDSO completely then? At least all old binaries would work then. > I expect you'll get the same if you disable COMPAT_VDSO on native build? Yes. This is a older SUSE 9.0 image. -Andi