-
Notifications
You must be signed in to change notification settings - Fork 26
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
pivy-tool segfaults when initializing Yubikey on MacOS M1 #47
Comments
Poking at this a bit more, I realized that release 0.11.1 worked. Manually bisecting the commit tree things seem to start failing for me with commit d28025a and onwards. During this build clang gives a warning about a codepath where an
|
Ah, good catch. Apparently I haven't been building with |
arekinath
added a commit
that referenced
this issue
Jan 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to run
pivy-tool
on MacOS on an M1 SoC and am running into the following segfault:Looking at the
pc
this seems to be an invalid data fetch.I tried running the x86_64 version of the binary and get further into unwinding the exception, but it seems to print the some memory, the contents of the PATH variable and then some more (stack or heap?) memory (censored on purpose) and then segfaults as well:
Anything I can/should try to provide more debug info?
Edit: this behavior happens with both the 0.11.2 release and
main
.The text was updated successfully, but these errors were encountered: