Why page-in a SIGKILL-ed process?

Peter Jeremy PeterJeremy at optushome.com.au
Sat Oct 22 05:24:43 PDT 2005


On Fri, 2005-Oct-21 11:00:48 -0400, Mikhail Teterin wrote:
>17850 mi          1 -16    0  4158M  1118M wdrain 1   0:06  6.10% vim
>
>The question is: Why bother with paged-out parts of the process, when it
>is already doomed by SIGKILL?

wdrain appears to be associated with file I/O rather than paging
(though I may be wrong here).  Is it possible that vim had started
core-dumping before you SIGKILL'd it?  I've seen problems on other
OS's where core-dumping processes couldn't be killed and caused
significant performance degradation if they were very large.

-- 
Peter Jeremy


More information about the freebsd-current mailing list