-
Notifications
You must be signed in to change notification settings - Fork 35
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
Segfault string#pair_distance_similar ruby 1.9.3-p194 amatch 0.2.11 #10
Comments
I see the same thing on ruby-2.0.0-p451 @flori is there any issue with running many identical calls to the C extenstion at the same time? We have async (AJAX) call to 'fuzzy' API endpoint using Thoughts? |
We have some random segfaults as well with Ruby 2.1.2. |
Seeing a similar issue on 2.1.5 |
same here also on 2.1.5 |
1 similar comment
same here also on 2.1.5 |
This issue might be fixed in version 0.3.1. |
for anyone else reading this in 2022 (or in the future! hello! 👋 ) my team was running into this segfault pretty frequently, even on version 0.4.0. When we upgraded to ruby 3.0 (from ruby 2.7) it stopped happening. @ flori thank you for maintaning this gem! it's very helpful! |
Random segfault. Happened to both my production servers at the same time, but I can't reproduce the segfault in the console.
http://pastebin.com/ERWyzMRF
The text was updated successfully, but these errors were encountered: