Skip Menu |

This queue is for tickets about the Crypt-Perl CPAN distribution.

Report information
The Basics
Id: 119696
Status: resolved
Priority: 0/
Queue: Crypt-Perl

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

Bug Information
Severity: Important
Broken in: 0.15
Fixed in: (no value)



Subject: Crypt-Perl-ECDSA-Generate.t hangs on Windows
Line 120. There is openssl process run, if I kill it test continues (and then hangs again in line 120). openssl was called with following arguments: C:\strawberry160\c\bin\openssl.EXE ec -text P.S. IPC::Open3 is not reliable on Windows -- Alexandr Ciornii, http://chorny.net
On Wed Jan 04 12:29:56 2017, CHORNY wrote: Show quoted text
> Line 120. > There is openssl process run, if I kill it test continues (and then > hangs again in line 120). > openssl was called with following arguments: > C:\strawberry160\c\bin\openssl.EXE ec -text > > P.S. IPC::Open3 is not reliable on Windows
Hm, I checked it with Strawberry prior to uploading 0.15. I’m working on another release (ECDSA compressed point support) and will be sure to check Strawberry.
Actually I’ll just remove open3 from the tests. There’s no need for it. It’ll be fixed in the next trial release.
On Wed Jan 04 12:29:56 2017, CHORNY wrote: Show quoted text
> Line 120. > There is openssl process run, if I kill it test continues (and then > hangs again in line 120). > openssl was called with following arguments: > C:\strawberry160\c\bin\openssl.EXE ec -text > > P.S. IPC::Open3 is not reliable on Windows
I’ve removed open3(). If you have a minute, please try the latest development release (0.15_2), or check out the repo from GitHub and run the tests manually. Thank you!
Confirmed resolved in 0.15_3.