Possible bug in malloc-code

Poul-Henning Kamp phk at phk.freebsd.dk
Fri May 28 07:54:27 PDT 2004


In message <079001c444bf$830965d0$471b3dd4 at dual>, "Willem Jan Withagen" writes:

>If amd64-owners want to have a go at it, and see what they get:
>    cd /usr/ports/devel/cocktail/
>    make
>    cd work/cocktail-9309/reuse/m2c
>    make test
>    ./rMemoryDrv

I get 
	hex# ./rMemoryDrv
	Alloc:  n =          0, ADR = 00000800
	Alloc:  n =          0, ADR = 00000800
	Segmentation fault (core dumped)
	hex# setenv MALLOC_OPTIONS V
	hex# ./rMemoryDrv
	Alloc:  n =          0, ADR = 00000000
	Alloc:  n =          0, ADR = 00000000
	Segmentation fault (core dumped)


-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-current mailing list