Skip to content
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

rotor overlap can lead to infinite error #5107

Closed
p6rt opened this issue Jan 31, 2016 · 4 comments
Closed

rotor overlap can lead to infinite error #5107

p6rt opened this issue Jan 31, 2016 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jan 31, 2016

Migrated from rt.perl.org#127437 (status was 'resolved')

Searchable as RT127437$

@p6rt
Copy link
Author

p6rt commented Jan 31, 2016

From cxreg@pobox.com

This happens when you create more than 100% overlap with a negative value in rotor

count@​bumba​:~$ perl6 --version
This is Rakudo version 2015.12-230-g2e17820 built on MoarVM version
2015.12-29-g8079ca5
implementing Perl 6.c.

count@​bumba​:~$ perl6 -e '<a b c>.rotor​: 1 => -2'
RNING​: unhandled Failure detected in DESTROY​:
Index out of range. Is​: -68, should be in 0..Inf
  in block <unit> at -e line 1

WARNING​: unhandled Failure detected in DESTROY​:
Index out of range. Is​: -67, should be in 0..Inf
  in block <unit> at -e line 1

WARNING​: unhandled Failure detected in DESTROY​:
Index out of range. Is​: -66, should be in 0..Inf
  in block <unit> at -e line 1

[...]

@p6rt
Copy link
Author

p6rt commented Aug 1, 2016

From @zoffixznet

Thanks for the report.

Fixed in rakudo/rakudo@4e08af5f04
Tests added in Raku/roast@53bf79d497

--
Cheers,
ZZ | https://twitter.com/zoffix

@p6rt
Copy link
Author

p6rt commented Aug 1, 2016

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Aug 1, 2016

@zoffixznet - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Aug 1, 2016
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant