[Pkg-xen-devel] Bug#646987: /usr/bin/xinit: xinit fails with xkbcomp could not be invoked
Brenda J. Butler
bjb at sourcerer.ca
Sat Nov 26 02:22:57 UTC 2011
On Fri, Nov 25, 2011 at 09:03:03PM -0500, Brenda J. Butler wrote:
> If clone_flags does not include CLONE_VM, we try to set
>
> mm = dup_mm(tsk)
>
> which presumably means we are trying to duplicate the
> ->mm of the task being created?!? and if that fails (0 return)
> then we return with -ENOMEM.
No, dup_mm tries to copy memory of the current task into the new task.
But we see this message in kern.log:
Xorg:2967 map pfn expected mapping type write-back for d0000000-e0000000, got write-combining
This comes from reserve_pfn_range in arch/x86/mm/pat.c.
In another note:
I was able to do a kernel compilation with the kernel under xen that couldn't run
the X server due to this forking problem.
bjb
More information about the Pkg-xen-devel
mailing list