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

Random failures on XOR_SIMPLE and XOR_SIMPLE_2 #39

Open
catap opened this issue Oct 1, 2023 · 0 comments
Open

Random failures on XOR_SIMPLE and XOR_SIMPLE_2 #39

catap opened this issue Oct 1, 2023 · 0 comments

Comments

@catap
Copy link
Contributor

catap commented Oct 1, 2023

java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 12330
        at org.fastfilter.xor.XorSimple.map(XorSimple.java:55)
        at org.fastfilter.xor.XorSimple.<init>(XorSimple.java:28)
        at org.fastfilter.xor.XorSimple2.construct(XorSimple2.java:12)
        at org.fastfilter.FilterType$9.construct(FilterType.java:72)

and

java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 12330
        at org.fastfilter.xor.XorSimple.map(XorSimple.java:55)
        at org.fastfilter.xor.XorSimple.<init>(XorSimple.java:28)
        at org.fastfilter.xor.XorSimple.construct(XorSimple.java:19)
        at org.fastfilter.FilterType$8.construct(FilterType.java:63)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant