-
Notifications
You must be signed in to change notification settings - Fork 591
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
options test fails with SIGTRAP on macOS / arm64 #431
Comments
Can you tell me what platform and architecture? Can you run it with gdb and get a stack trace? |
This is on macOS 14.5 arm64. I am not sure gdb is working on arm64 now, but I can do it on PowerPC. |
I don't have the ability to debug on that platform, so any extra info you can give me will help. I can try address sanitizer and see if it comes up with anything. |
Has it been confirmed to work on any non-x86 platform? |
@jarro2783 Looks like the problem is specific to arm64 or Sonoma. At least on 10.6 powerpc everything works fine, both for 3.2.1 and 5965670 (current master):
|
The UB sanitizer found an potential integer overflow. I don't know if arm aborts on that. If you can get a stack trace that would be great. |
The text was updated successfully, but these errors were encountered: