-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unit test crash on Solaris #28
Comments
We suspected that the caching mechanism of recently added The real cause is a test for The it underlying C++ function throws an error when tokens ID do not match token types, but it does not work on Solaris for some reason. When it is tested without testthat, it produces
I could confirm that this is the cause in a branch that activates all the tests on Solaris but the above. It still errors but only minor problems:
It is still a mystery why the segfault happens only on Solaris, but I upgraded the C++ code to make it more robust against corrupt objects. I suspect that that the errors is happening in other R packages or Solaris libraries. We should reduce quanteda's dependency on other packages. |
There has been a mysterious but persistent errors on tests on Solaris ODS on CRAN and RHub. This does not happen on any other major OS but "Segmentation Fault" is worrying.
The text was updated successfully, but these errors were encountered: