ropensci / hunspell

High-Performance Stemmer, Tokenizer, and Spell Checker for R
https://docs.ropensci.org/hunspell
Other
109 stars 44 forks source link

work around basic_string::_M_construct null not valid #50

Open zeuner opened 3 years ago

zeuner commented 3 years ago

Avoid the crash reported in https://github.com/ropensci/hunspell/issues/49 .

jeroen commented 3 years ago

I installed the it_IT dictionary from rstudio, but I cannot reproduce your bug. Could you give me more information about the system and how you installed it_IT such that I can reproduce the crash, and get to the bottom of what is going on?

zeuner commented 3 years ago

That's interesting. What it_IT dictionary version is provided by RStudio?

Still, if it's an error with the dictionary, it would probably be good to have a clearer error message.

I posted the requested information in the aforementioned issue.