-
Notifications
You must be signed in to change notification settings - Fork 109
Regression: panic on query using REGEXP #641
Comments
It panics in the same place as in old issue: |
So far, I think the problem happens when multiple threads reuse the same matcher (I'm not sure if it can happen) and other thread resized the region: |
It's not a race.
|
I'm closing this issue, because it won't be fixed - we switched back to go regexp engine (so far). |
The text was updated successfully, but these errors were encountered: