-
Notifications
You must be signed in to change notification settings - Fork 113
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
When executing "test-main" I'm getting segfault #276
Comments
After replacing all
|
If I only have
Then all tests pass and no segfault occur. |
Making a cut down version and testing it I'm getting the stack trace shown bellow:
Stack trace:
|
Compiling with clang15 the minimal example shown above, I'm getting a different stack trace:
Before I was using
|
With |
With
The minimal example behaves like the
|
I've tested with |
Interesting when testing with |
Fixed at #311 |
On Ubuntu 18.04 64 bits when running
test-main
I'm getting a segfault and valgrind report several problems like:The text was updated successfully, but these errors were encountered: