-
Notifications
You must be signed in to change notification settings - Fork 1
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
Concatenation of a large number of combining characters #5649
Comments
From @zoffixznet<moritz> m: 7 ~ "\x[308]" x 100_000 |
From @zoffixznetTo add to the ticket my mild digging into this: https://irclog.perlgeek.de/moarvm/2016-09-13#i_13205266 |
From @jnthnOn Thu, 08 Sep 2016 03:44:55 -0700, cpan@zoffix.com wrote:
I've put a limit on the number of combiners allowed (1024, waaay higher than any real-world use case will need). So it now throws rather than SEGVs. Added a test to S15-nfg/many-combiners.t to check that it either works or throws a catchable exception. We may in the future want to specify a minimum number that a Perl 6 implementation must be able to cope with. For now, the SEGV is gone. /jnthn |
The RT System itself - Status changed from 'new' to 'open' |
@jnthn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#129227 (status was 'resolved')
Searchable as RT129227$
The text was updated successfully, but these errors were encountered: