Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 1997 19:04:57 -0500
From:      dennis <dennis@etinc.com>
To:        hackers@freebsd.org
Subject:   insight on malloc crash...
Message-ID:  <3.0.32.19970319190454.00b222d0@etinc.com>

next in thread | raw e-mail | index | archive | help

Can anyone give some insight on why the following code might
panic v2.2 (while it has been working happily since 1.x)

p=malloc(size,M_DEVBUF,M_WAITOK);
if (p)
	bzero(p,size)


bzero is panicing....did something change? this stuff isnt very
well document :/

Dennis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.32.19970319190454.00b222d0>