-
Notifications
You must be signed in to change notification settings - Fork 53
5.36 fails tests | op.sort #85
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
Comments
|
This is an instance of Perl/perl5#17521. Basically, setjmp/longjmp in MinGW is buggy and completely innocent code changes can cause it to segfault. We triggered this bug in many different ways over the years. This particular failure was probably triggered by I don't know, but it's possible that upgrading the compiler will also make it go away. BTW, Perl isn't the only project that suffers from this issue. Nimbus devs came up with an interesting workaround, they redefine |
Thanks @xenu I'll try a build with |
That looks to do the trick. |
I think I looked into this before and from memory it is UTF related, so might be related to #60
Will look into it later unless someone beats me to it.
The text was updated successfully, but these errors were encountered: