Got the following using perl 5.8.0 on OS X with make test:
t/pmc/io...............NOK 6# Failed test (t/pmc/io.t at line 103)
# got: 'a line
# *** malloc[1836]: Deallocation of a pointer not malloced: 0x1ee460;
This could be a double free(), or free() called with the middle of an
allocated block; Try setting environment variable MallocHelp to see
tools to help debug
# *** malloc[1836]: Deallocation of a pointer not malloced: 0x1f6e10;
This could be a double free(), or free() called with the middle of an
allocated block; Try setting environment variable MallocHelp to see
tools to help debug
# *** malloc[1836]: error for object 0x1f6e10: Incorrect checksum for
freed object - object was probably modified after being freed; break at
szone_error
# '
# expected: 'a line
# '
t/pmc/io...............ok 17/17# Looks like you failed 1 tests of 17.
t/pmc/io...............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 6
Failed 1/17 tests, 94.12% okay
Everything else passed (a few skips).
I'd be happy to run further tests if that'd help.
Regards.
--
Will "Coke" Coleda will at coleda
dot com
- Re: test failure on OS X Will Coleda
- Re: test failure on OS X Dan Sugalski