-
Notifications
You must be signed in to change notification settings - Fork 93
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
Deep recursion on subroutine #15
Comments
Actually this happens due to a different bug when comparing BigInts to BigFloats, which was first introduced in Math:BigInt 1.999840 and fixed in 1.999842. In 2022 another bug in bitwise comparisons had already broken ipcalc, also causing an infinite recursion (Debian bug, CPAN bug) but was fixed in 1.999838. |
Workaround for a bug causing an infinite loop when comparing a BigInt to a BigFloat, introduced in Math::BigInt 1.999840 and fixed in 1.999842. See pjacklam/p5-Math-BigInt@d268562 Fixes kjokjo#15, fixes kjokjo#17.
Workaround for a bug causing an infinite recursion when comparing a BigInt to a BigFloat, introduced in Math::BigInt 1.999840 and fixed in 1.999842. See pjacklam/p5-Math-BigInt@d268562 Fixes kjokjo#15, fixes kjokjo#17.
I don’t know the inner workings of the The |
After upgrading from perl 5.36 to perl 5.38 I get this error:
The text was updated successfully, but these errors were encountered: