-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BBC: POWERMAN/Crypt-MatrixSSL3-v3.9.3.tar.gz: leak test may fail #22705
Comments
I'm getting similarly inconsistent results with my CPANtesters reports (http://fast-matrix.cpantesters.org/?dist=Crypt-MatrixSSL3;os=linux;reports=1#sl=6,1). Bisection has been frustrated by runs that report the |
The issue on
(I have trouble building perls at commits that old, so I haven't been able to confirm the bisection.) Andreas pointed to a CPANtesters failure on a threaded debugging build run in 2022. If we were to resolve that older failure it might give us a clue to dealing with the current one. |
This might also be partially 06e421c - test code no longer leaking as before. I'll take a look after putting in a PR for #22704 |
It is. More simulated leaking of a string buffer. PR submitted as powerman/perl-Crypt-MatrixSSL3#45 |
This pull request was accepted by the upstream maintainer and Crypt-MatrixSSL3-v3.9.4 was released on Nov 5. I tested that on my CPANtesters rigs where the tests were previously failing. They are now passing, so this ticket can be closed. Doing so now. |
t/leak.t may fail since 5.41.something like this:
However, there are also mixed results here. For 5.41.4, both pass and fail reports exist:
Note also that the module has a different issue with -DDEBUGGING perls, so https://fast2-matrix.cpantesters.org/?dist=Crypt-MatrixSSL3%20v3.9.3 shows also fail reports with older perl versions.
The text was updated successfully, but these errors were encountered: