You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After commit 74afbcecf5e15244c1eca605a2a2c5dc95c41f0a, hyperscan-java switched from Hyperscan 5.4.0 to Vectorscan 5.4.11 which means that hyperscan-java now supports ARM. However, a critical x86 bug was recently discovered in Vectorscan 5.4.11: VectorCamp/vectorscan#317.
This bug prevents us from using hyperscan-java version 5.4.11-3.0.0 because it's giving us incorrect results on x86.
Impact
We had to revert to 5.4.0-2.0.0 in order to get correct results on our x86 machines in production, but this comes with several issues:
We can no longer run tests on our ARM developer laptops
Overview of the Issue
After commit
74afbcecf5e15244c1eca605a2a2c5dc95c41f0a
, hyperscan-java switched from Hyperscan5.4.0
to Vectorscan5.4.11
which means that hyperscan-java now supports ARM. However, a critical x86 bug was recently discovered in Vectorscan5.4.11
: VectorCamp/vectorscan#317.This bug prevents us from using hyperscan-java version
5.4.11-3.0.0
because it's giving us incorrect results on x86.Impact
We had to revert to
5.4.0-2.0.0
in order to get correct results on our x86 machines in production, but this comes with several issues:Proposed Solution
The text was updated successfully, but these errors were encountered: