Front page | perl.perl5.porters |
Postings from June 2003
Re: your malloc patches
Thread Previous
|
Thread Next
From:
Jarkko Hietaniemi
Date:
June 20, 2003 02:48
Subject:
Re: your malloc patches
Message ID:
20030620094813.GA45352@ovipunen.hut.fi
On Fri, Jun 20, 2003 at 12:20:31PM +0300, Jarkko Hietaniemi wrote:
> A propos, I looked closer into the assertion failure in Tru64, and
> it's the two calls to FILLCHECK_DEADBEEF() that are failing. If I
> #if 0 them, Perl builds and tests okay in Tru64.
Oops, there are more than two calls to that. The two calls to
FILLCHECK_DEADBEEF() at about lines 2049 and 2190 are the ones.
If I disable those, Tru64 is happy. The one FILLCHECK_DEADBEEF()
call at about line 1502 doesn't need disabling.
--
Jarkko Hietaniemi <jhi@iki.fi> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen
Thread Previous
|
Thread Next