Subject: | Memory growth seen with perl 5.23.6 |
The t/01leak.t test fails with perl 5.23.6:
# Failed test 'no_growth push fails'
# at t/01leak.t line 23.
# STDOUT is:
# ok 1 - push does not grow
#
# not:
# not ok 1 - push does not grow
#
# as expected
# STDERR is:
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/01leak\.t line 22.*\n?/
# (?^:^# Lost \d+ bytes of memory over \d+ calls, average of \d+\.\d\d per call\n)(?^:^# Writing heap dump to \S+\n)
# as expected
t/01leak.t ....
Failed 1/2 subtests
The test did not fail with perl 5.23.5 and earlier.
It would be good to check this out to make sure that there's no memory leak in perl itself.