develooper Front page | perl.perl5.porters | Postings from October 2003

Re: 5.8.0 -> 5.8.1 breakage on Debian: HTML::Parser failure

Thread Previous | Thread Next
From:
Gisle Aas
Date:
October 9, 2003 14:44
Subject:
Re: 5.8.0 -> 5.8.1 breakage on Debian: HTML::Parser failure
Message ID:
lrr81m84sf.fsf@caliper.activestate.com
Walt Mankowski <waltman@pobox.com> writes:

> I don't know enough XS to understand much of that code, but I did see
> that report_tags was defined as an HV*.  I had a hunch that it might
> be related to the hash randomization that was introduced in 5.8.1, so
> I tried setting PERL_HASH_SEED to 0 and rerunning make test.  Sure
> enough, all the tests for WWW::Mechanize now passed!

If the hash is initialized in an 5.8.0 extension and then used 5.8.1
core which hash randomization then the hash values might not match any
more.  Hash lookups will then fail.

Regards,
Gisle

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About