Subject: | Test failures (segfault) with latest libtidy |
I just downloaded today's libtidy CVS "head" version (20007-04-16) (as
there is no "stable" release for tidy available :-/), and tested it
with HTML::Today 1.08 (perl-5.8.8, RedHat Enterprise Linux 3.0, gcc-
4.0.3, 32bit, all latest Modules); the test show the following fatal
errors:
t/perfect............1..3
ok 1 - use HTML::Tidy;
ok 2 - The object isa HTML::Tidy
dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED test 3
Failed 1/3 tests, 66.67% okay
t/unicode............1..7
ok 1 - use HTML::Tidy;
ok 2 - html is utf8
ok 3 - reference is utf8
ok 4 - cleaned output is also unicode
ok 5 - Cleanup didn't break anything
ok 6 - There shouldn't have been any errors
dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED test 7
Failed 1/7 tests, 85.71% okay
All other tests are OK, however, I see several times this warning:
Unknown error type: line 2 column 5 - Info: <body> previously
mentioned at t/simple.t line 17
When running the failing tests with "perl -Mblib t/XXX.t", I see that
Perl dies with a segfault.
Please let me know if you need any additional debugging output - but I
think it should be easily reproducible...
Cheers,
Marek