-
-
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 on Linux #336
Comments
Could you provide a commit hash, such that I am not barking up the wrong tree |
Commit hash for what? My repo or |
tl;dr yet another bug in hunspell (the C library) |
So it turns out this is a multi-threading issue when calling This will take a few days, I am not sure why it happens at the particular line of code yet. |
Running
cargo spellcheck
on this repo of mine causes it to segfault. No other output.I'm a bit short on time atm; otherwise I'd have built
c-s
from source and attached a backtrace. Sorry about that.To Reproduce
The text was updated successfully, but these errors were encountered: