contigmalloc & access protection failure

Ryan Stone rysto32 at gmail.com
Sun May 10 13:37:57 UTC 2009


You're loading this through kldload?  Then I'd imagine that
curthread->td_proc->p_vmspace->vm_map
refers to the vm_map of the kldload process, not the kernel.  Try using
kernel_map directly.

Ryan Stone


More information about the freebsd-hackers mailing list