You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further investigation led me to the conclusion that something inside Convert::ASN1 breaks with Perl hash randomization introduced in Perl 5.18 [...]. Fortunately, Perl allows to disable that randomization to mimic pre-5.18 behavior. By setting these environment variables: PERL_HASH_SEED=0x0 PERL_PERTURB_KEYS=0, I was able to run both the test script and the full uhura command without failures
I don't really know perl or its ecosystem, so I hope you'll have the info you need. Don't hesitate to ping me if you need more. Thanks!
The text was updated successfully, but these errors were encountered:
With perl v5.22.1, using this test case: testcase.zip I have this error from time to time :
Line 21 is:
This is intermittent, so I use
to easily reproduce.
Sergei Zhirikov, the maintainer of Uhura told me:
I don't really know perl or its ecosystem, so I hope you'll have the info you need. Don't hesitate to ping me if you need more. Thanks!
The text was updated successfully, but these errors were encountered: