Subject: Re: 2.0 panics "size > 0" (zero-sized mapping)
To: Dieter <netbsd@sopwith.solgatos.com>
From: Martin Husemann <martin@duskware.de>
List: netbsd-help
Date: 01/08/2005 13:50:38
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