-
Notifications
You must be signed in to change notification settings - Fork 152
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
Segfault with ucontext on Mac OS with Clang and GCC #184
Comments
Don't own a MacOS system - without a stack trace I can't do anything. |
Hope this helps. On Mac OS 11 with Clang 12.0:
|
no idea, I don't have access to a Mac system so I can't debug it |
We can organize an interactive CI session (i.e., a VNC or SSH login) if you would like to debug this. |
I'm wondering if this is related to #198. |
here I've addressed the problem #213 |
Merged
should be fixed by "fix ucontext for MacOS #213 " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All of the examples I tried (examples/fiber/fibonacci, for one) segfault on Mac OS with Clang and GCC if Context is built using ucontext.
The tested configurations are:
These configurations were tested under a different build system (which I ported to myself) but I did test the Boost build on Mac OS 11 with Clang 12 and had the same results. The Fibonacci example produced the correct output on Linux, FreeBSD, and Windows under the ported build.
The build commands I used are:
The text was updated successfully, but these errors were encountered: