-
-
Notifications
You must be signed in to change notification settings - Fork 55
co_reduce: Segfault with -Wl,-z,noexecstack #317
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
Comments
Do you think this might be due to the global procedure pointer? I'm wondering if fixing #324 might fix this, but that's somewhat wild speculation on my part |
Comment 1 gives a good explanation why and when this is happening. |
@vehre: Great, I'd be happy to work on this. Do you think we should just always add |
@zbeekman I leave the decision of what is easier to you. As to know the compiler accepts having noexecstack and execstack on the command line. |
For additional details see: - #317 - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71729#c1 - #172 (comment) #317 is triggered on Fedora 25 Fixes #317
Check for and remove `noexecstack` added by MPI Fixes #317
Forking this issue from #172, because this is something different. Let's track the noexecstack issue here.
The text was updated successfully, but these errors were encountered: