K 10 svn:author V 3 kib K 8 svn:date V 27 2009-04-19T20:53:47.499866Z K 7 svn:log V 327 In both pageout oom handler and vm_daemon, acquire the reference to the vmspace of the examined process instead of directly accessing its vmspace, that may change. Also, as an optimization, check for P_INEXEC flag before examining the process. Reported and tested by: pho (previous version) Reviewed by: alc MFC after: 3 week END