GithubHelp home page GithubHelp logo

Comments (7)

drahnr avatar drahnr commented on June 6, 2024

Since version 0.12.0 .gitgnore files are considered, where you could put the offending file as a workaround.

The referenced code hints that hunspell (the C library itself) returns invalid results. I'd buckle up - it might be a while before that is fixed. Could you upload the offending file triggering the behavior?

from cargo-spellcheck.

lopopolo avatar lopopolo commented on June 6, 2024

The branch here reliably panics for me with 0.12.0: https://github.com/artichoke/focaccia/tree/lopopolo/spellcheck

from cargo-spellcheck.

drahnr avatar drahnr commented on June 6, 2024

Could you provide your native hunspell lib version?

from cargo-spellcheck.

lopopolo avatar lopopolo commented on June 6, 2024

I'm not sure how to do that. I'm on a mac and I don't think I've installed hunspell.

I did a cargo install cargo-spellcheck today. I don't think I passed --locked.

from cargo-spellcheck.

drahnr avatar drahnr commented on June 6, 2024

That's sufficient info, thanks!

from cargo-spellcheck.

drahnr avatar drahnr commented on June 6, 2024

It doesn't crash for me with 0.12.0, I guess that's because I am on Fedora/Linux.

Can reproduce on Fedora with 0.12.0.

from cargo-spellcheck.

drahnr avatar drahnr commented on June 6, 2024

So I released 0.3.1 of hunspell-rs, this will not panic anymore but print some context. Note that this uses eprintln! for printing, 0.4.0 will return results in a few API calls that will be released soon and should mediate the issue itself.

Another possible fix is not using the bundled hunspell lib but the host one, 1.7.1 contains a few memory fixes that might contain a fix, untested.

Note that this smells some off by one error or memory corruption inside hunspell. There have been a few instances like this where adding locks will make the issue disappear. Tempted to go down the rabbit hole of compiling it to wasm and transpiling reverse as part of build.rs to avoid any kind of memory madness in the spirit of firefox.

from cargo-spellcheck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.