On Fri, Jan 07, 2005 at 05:33:10PM +0000, Dieter wrote: > uvm_map.c says: > /* > * zero-sized mapping doesn't make any sense. > */ > KASSERT(size > 0); what is the backtrace when this fails? (the "tr" command to ddb will tell you) Martin