eimrine / phantomuserland

Automatically exported from code.google.com/p/phantomuserland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assert(!is_on_reclaim_q(p)) fired

GoogleCodeExporter opened this issue · comments

static void put_on_clean_q(vm_page *p)
{
    assert(!is_on_reclaim_q(p));
...

fired when running on real machine

Original issue reported on code.google.com by dmitry.zavalishin@gmail.com on 21 Sep 2011 at 9:28