-
Notifications
You must be signed in to change notification settings - Fork 540
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
commit "locale.c: Make locale collation predictions adaptive" causes gt op SIGFPE #15439
Comments
From @bulk88Created by @bulk88Commit The commit above causes these 2 oneliners to SIGFPE, the commit right ..\miniperl -I..\lib -e"use locale; '' gt ''" and ..\perl -I..\lib -e"use locale; '' gt ''" crashing callstack with blead line numbers perl525.dll!Perl__mem_collxfrm(interpreter * my_perl=0x003843dc, I found this SEGV because /lib/locale.t crashed at The divide by zero happens on line ----------------------------- because length_in_chars is 0. See attached C debugger pic for details on Perl Info
|
@khwilliamson - Status changed from 'new' to 'open' |
From @khwilliamsonThanks for reporting this. It was a division by zero that had happened so far only on Win32 Fixed by e1c30f0 |
@khwilliamson - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#128618 (status was 'resolved')
Searchable as RT128618$
The text was updated successfully, but these errors were encountered: