>> I just tested the following patch to free routine but was still able to >> reproduce the crash. :-( > >> if ((vaddr_t)v < last_bootstrap_page) { > > shouldn't this be <= ? Funny you should say that as I noticed that and I'm testing that right now... //Jesse Off