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
Hi @czchen
I added __attribute__((aligned)) to the node struct, however ASAN reports SEGV on unknown address 0x000000000000, do you have idea about that?
__attribute__((aligned))
SEGV on unknown address 0x000000000000
https://travis-ci.org/c9s/r3/jobs/90737673#L1369
The text was updated successfully, but these errors were encountered:
No idea, let me study it.
Sorry, something went wrong.
Cannot reprocedure in my machine (Debian/sid, clang-3.7). Let me try to upgrade clang in travis-ci to see if the issue remains.
I have more changed on 2.0 branch, maybe there are some invalid usecase in test cases
This one doesn't use ASAN, but it failed with clang compiled check
https://travis-ci.org/c9s/r3/jobs/91597984
No branches or pull requests
Hi @czchen
I added
__attribute__((aligned))
to the node struct, however ASAN reportsSEGV on unknown address 0x000000000000
, do you have idea about that?https://travis-ci.org/c9s/r3/jobs/90737673#L1369
The text was updated successfully, but these errors were encountered: