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

Vectorized path float decoding: java.lang.IndexOutOfBoundsException #137

Closed
springmeyer opened this issue Jun 13, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@springmeyer
Copy link
Collaborator

Seeing this in main at 7495028:

java -jar build/libs/encode.jar -mvt ../test/fixtures/bing/6-33-22.mvt -decode -advanced -vectorized

java.lang.IndexOutOfBoundsException
	at java.base/java.nio.Buffer.checkIndex(Buffer.java:743)
	at java.base/java.nio.ByteBufferAsFloatBufferL.get(ByteBufferAsFloatBufferL.java:139)
	at com.mlt.decoder.vectorized.VectorizedFloatDecoder.decodeNullableFloatStream(VectorizedFloatDecoder.java:35)
	at com.mlt.decoder.vectorized.VectorizedPropertyDecoder.decodeToRandomAccessFormat(VectorizedPropertyDecoder.java:223)
	at com.mlt.decoder.MltDecoder.decodeMlTileVectorized(MltDecoder.java:163)
	at com.mlt.tools.Encode.main(Encode.java:273)
@springmeyer springmeyer added the bug Something isn't working label Jun 13, 2024
@springmeyer
Copy link
Collaborator Author

No long present in main at 8e5cc19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant