Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ukma!psuvax1!news From: flee@cs.psu.edu (Felix Lee) Newsgroups: comp.lang.perl Subject: Re: questions Message-ID: Date: 19 Jun 91 19:17:36 GMT References: <1991Jun15.174050.9277@bwdls61.bnr.ca> <1991Jun19.013243.7913@bwdls61.bnr.ca> Sender: news@cs.psu.edu (Usenet) Organization: Penn State Computer Science Lines: 10 Nntp-Posting-Host: guardian.cs.psu.edu > The 'malloc.c' supplied with perl patch 3 is generating this error >when it finds it's header trashed on a free. There is a long-standing SunOS 4.x bug where some libc routine, I believe it's the gettimeofday stuff, mallocs N bytes but writes N+1. This is coincidentally harmless if you use Sun's malloc. So if you're building Perl on a Sun, you should use Sun's malloc. -- Felix Lee flee@cs.psu.edu