Skip Menu |

This queue is for tickets about the MarpaX-ESLIF CPAN distribution.

Report information
The Basics
Id: 131928
Status: resolved
Priority: 0/
Queue: MarpaX-ESLIF

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 3.0.31



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 ...
Slaven, Many thanks for your report. It appeared to be a stack overflow, hopefully fixed with version 3.0.31. Cheers, Jean-Damien.