On Wed, Sep 14, 2011 at 9:27 PM, Emmanuel Dreyfus <[email protected]> wrote: > Emmanuel Dreyfus <[email protected]> wrote: > >> 1 3 0 4 cacaf300 glusterfsd anonget2 > > I can see in src/sys/uvm/uvm_fault.c that anonget2 means sleeping a > page. But how is it supposed to awaken up?
You're faulting on a busy (PG_BUSY) anon page whose owner is also an anon. I suppose the page is being swapped either in or out...
