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
Hello,
I noticed that the test UserRuleTest.User_defined_rule_test crash with a segmentation fault.
The problem is hidden when running the test with ctest and appears when executing build/test/peglib-test-main directly.
build/test/peglib-test-main
The segfault appears because ope.ope_ is null :
cpp-peglib/peglib.h
Line 2062 in 2ab5d27
The text was updated successfully, but these errors were encountered:
dedc827
@ydaveluy thanks for your report!
Sorry, something went wrong.
No branches or pull requests
Hello,
I noticed that the test UserRuleTest.User_defined_rule_test crash with a segmentation fault.
The problem is hidden when running the test with ctest and appears when executing
build/test/peglib-test-main
directly.The segfault appears because ope.ope_ is null :
cpp-peglib/peglib.h
Line 2062 in 2ab5d27
The text was updated successfully, but these errors were encountered: