-
Notifications
You must be signed in to change notification settings - Fork 2
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
ffindex_modify segfaults during tests #7
Comments
Hi,
So the SIGSEGV occures in the attempt to access any member of the struct entry (I have some more detailed debugging code which proves this statement). Another thing to consider is that this SIGSEGV occures only for gcc 8.2. When using Debian stable featuring gcc 6.3 the problem does not occure and the test runs fine. |
Hi again, |
I added the compatibility changes to ffindex and made a new release: I also forked the hh-suite code and only changed the ffindex submodule that is used: |
Hi,
I just learned in Issue 4 that I might have grabbed the wrong codebase for Debian when I pointed it to this Git repository. However, you might be interested to know that ffindex_modify segfaults in our test suite which you can see in the Debian bug report.
Hope this helps, Andreas.
The text was updated successfully, but these errors were encountered: