Skip to content
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

Taxonomy segfault fix #952

Merged
merged 2 commits into from
Feb 21, 2020
Merged

Taxonomy segfault fix #952

merged 2 commits into from
Feb 21, 2020

Conversation

benjjneb
Copy link
Owner

Fixes #916

…ibrary

The new formulation should be threadsafe, and address the
assignTaxonomy segfault issue #916

The downside is that the new C++ random number generation is not seeded
from R, so the tie-breaking between multiple best matches will not be
completely reproducible by fixing the random number seed in R.

However, this will have a tiny-to-zero effect on most output, and is
far preferable to segafulting.
@benjjneb benjjneb merged commit 963f4e0 into master Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segmentation fault when multithread using in assignTaxonomy
1 participant