-
Notifications
You must be signed in to change notification settings - Fork 13
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
test_SatsumaSynteny2 segfaults #5
Comments
This might be related to something I heard earlier, which is that Cheers,
On 2016-10-03 17:57, Zebulun Arendsee wrote:
|
@grabherr Looks like you are right, I can compile the program and successfully run the tests if I set the compiler to the older version, e.g.
Where |
@arendsee We'll take a look anyway and hopefully make it work with GCC v6. Thanks for reporting the bug. |
Looks like the optimisation -O3 in the CMakeList.txt is the cause. If you use -O0 with gcc6 it works, ie. We're working on a fix. |
Closing as this is a bug in GCC6 and should be fixed in the next version |
I can successfully compile Satsuma2, but the test script,
test_SatsumaSynteny2
crashes with the following message:Valgrind prints this error message:
I am running the test locally (no changes to the
satsuma_run.sh
script).Here is my system:
The text was updated successfully, but these errors were encountered: