-
Notifications
You must be signed in to change notification settings - Fork 180
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
Internal panic in the engine #916
Comments
This seems to happen during a strings cache contention. I can see that, under I can remove the panic by simply cloning the string value if the cache is busy. |
Can you check the latest drop to see if it happens again? I just pushed a fix. |
4960: Update rhai r=dureuill a=irevoire # Pull Request ## Related issue Fixes #4956 A fix has been implemented in rhaiscript/rhai#916 ## What does this PR do? - Use the latest version of rhai containing the fix Co-authored-by: Tamo <tamo@meilisearch.com>
Hey, after a lot of tests from ourselves and our users we didn’t reproduce this bug or anything similar, thanks for the patch! Do you think you could make a new patch release this week so we’re not relying on the git repo + a rev? |
I encountered the same proble.
the locked_write(interner) returns None. |
Please kindly check out the latest drop to see if it solves your problem. I'm planning to make a new release soonish if everything is stable. |
Hello rhai team,
We've introduced the possibility to edit document by (rhai) function in Meilisearch a few months ago and a user reported an internal panic in rhai.
I didn’t have the time to try to reproduce the issue on my side yet, but I thought it could be nice for you to get the error with the line number in case it’s trivial to fix:
And here’s the original issue with the function if that helps: meilisearch/meilisearch#4956
Thanks for the awesome lib 🎉
The text was updated successfully, but these errors were encountered: