Subject: | Out of memory (freebsd, threaded) (3.0.30) |
On FreeBSD (various OS versions, from 9 to 13, and various perl versions, from 5.16 to 5.30, but all compiled with thread support) the test suite fails:
...
# (((3 * 4) + 2 * 7) / 2 - 1)/* This is a
# comment
# */** 3 => 1728
# 5 / (2 * 3) => 0.833333333333333
# 5 / 2 * 3 => 7.5
# (5 ** 2) ** 3 => 15625
# 5 * (2 * 3) => 30
# 5 ** (2 ** 3) => 390625
# 5 ** (2 / 3) => 2.92401773821287
# 1 + ( 2 + ( 3 + ( 4 + 5) ) => ?
# 1 + ( 2 + ( 3 + ( 4 + 50) ) ) /* comment after */ => 60
# 100 => 100
t/test.t .................. ok
# Using 3 threads
Out of memory!
Out of memory!
*** Signal 15
...