We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running
normalize -c test.cfg -f test.txt --train
with the attached sample files, Norma (0.5.0 with ICU strings) randomly segfaults (SIGSEGV) about 80% of the time.
This...
There must be something special going on here, though I don't know what it is.
test.cfg.txt test.txt
The text was updated successfully, but these errors were encountered:
If the segfault does not occur 100% of the times, it may be due to race conditions in the multithreading. Can you send a backtrace?
Sorry, something went wrong.
This line appears to be the culprit:
https://github.com/comphist/norma/blob/master/src/normalizer/rulebased/rule.cpp#L224
Maybe the array index can go out of bounds?
Full backtrace: backtrace.txt
Add check to (hopefully) address #17
c2e1ecd
No branches or pull requests
When running
with the attached sample files, Norma (0.5.0 with ICU strings) randomly segfaults (SIGSEGV) about 80% of the time.
This...
There must be something special going on here, though I don't know what it is.
test.cfg.txt
test.txt
The text was updated successfully, but these errors were encountered: