On 2020-01-11 08:42:12, SAMCV wrote:
Show quoted text> On Fri Jan 10 01:17:14 2020, SREZIC wrote:
> > See subject. Test log:
> >
> > ...
> > t/02-record-opened.t .........
> > All 1 subtests passed
> > ...
> > Test Summary Report
> > -------------------
> > t/02-record-opened.t (Wstat: 139 Tests: 1 Failed: 0)
> > Non-zero wait status: 139
> > Parse errors: No plan found in TAP output
> > ...
> >
> > It does not segfaults on FreeBSD 12 or any of my Linux smokers.
>
> This should be fixed in version 1 which I released yesterday (I would
> expect). But if it is still broken let me know.
Looking there are some failures on linux systems:
http://fast-matrix.cpantesters.org/?dist=overload-open%201.00.2
It seems these come from Andreas' smokers --- and probably the perls there are configured with -DDEBUGGING. A sample fail:
...
perl: open.xs:68: overload_allopen: Assertion `(PL_markstack_ptr > PL_markstack) || !"MARK underflow"' failed.
t/04-record-opened.t .........
No subtests run
...
On freebsd13 it also does not look good, there are "Out of memory" errors now.