-
Notifications
You must be signed in to change notification settings - Fork 66
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
Undefined symbols for architecture arm64: "_getmcontext" "_setmcontext" for Mac M1 CPU #183
Comments
For arm mac cpu's need to rewrite Dispatcher |
Regarding the above comment, the change would require writing arm64 asm code? |
Maybe not necessarily asm, perhaps something like Android version |
Rewrote asm code but only got segmentation fault.
|
The size of pthread_mutex_t for some reason is 64 whereas on arm64 it should be 48 ?? |
After df8d9d9 it catchers the error:
not crashes but exits |
same exception is caught on lastest Dispatcher version, also replaced context functions by using ucontext.h with the same result |
The text was updated successfully, but these errors were encountered: