-
Notifications
You must be signed in to change notification settings - Fork 140
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
Python crash report after MacOS system update #660
Comments
Hi, |
Only the first boot after an update from what I've seen. App is still functional and can be used. It is a strange error but figured I'd report it but is really only a minor annoyance. |
I can confirm the same exact issue and behavior with me after updating to macOS 10.5.7. Crash report only popped up after first reboot after the update. Doesn't pop up after subsequent reboots. |
Not sure why it is displayed on startups, but the actual crash can be reproduced anytime by running:
Tested on Big Sur. Both manual install and Mac App Store install fail the same way. Looking into the above binary:
The problem may be that The same non-existing Python is referenced from scripts in |
This has happened to me after every update for a while now. Only just now realized it is Yubico Authenticator-related after my most-recent update. Would love to see a fix for this; it's sloppy. Yubico Authenticator: 5.2.4, downloaded from the Mac App Store |
@edelstone I agree that this should be fixed. We will look into it for the next release. |
I think this is the same issue as Yubico/yubikey-manager-qt#261 |
Just updated to 12.3.1 and this is still happening at boot with Yubico Authenticator v5.1.0:
|
Python is no longer included on mac os 12.3 according to the release notes.
|
@gmuth I'm not sure what the relevance of that is here. This project has always bundled the Python 3 runtime with the app on MacOS. |
That bundle references the MacOS Framework which is not there anymore:
|
Yes, the underlying issue here seems to be that the bundled runtime under some circumstances still tries to load files from the system, which is not what it is supposed to be doing. We aim to have this issue resolved in the next (non-patch) version. |
Can confirm, still an issue with 12.4 |
Still happening, updated to 12.4 and got a crash report. |
Just updated to Monterey (15.5) and it's still prevalent. I also see Rosetta mentioned in the error report to Apple. Seems like a miscommunication with Yubico and the way the devs aren't addressing this from prior versions. Hope they can figure it out but at least it's limited to just them. |
Still happens after 12.5.1 macOS update.
|
I think the "solution" to this problem is to skip using this version entirely and try out the "beta" replacement. It's working flawlessly for me. https://www.yubico.com/products/yubico-authenticator/yubico-authenticator-desktop-beta/ |
Yubico Authenticator 6.0 has now been released and uses a new codebase. As such, this issue has been marked with the |
After a system update I get a strange crash report at boot reporting that the Yubioath Desktop's python has crashed. I don't have the authenticator configured to start at login. I'm attaching the generated crash report below.
Steps to reproduce
Preform MacOS system update.
Expected result
No crash report at boot.
Actual results
Crash report at boot.
Other info
Python_2020-08-12-221902.crash.txt
The text was updated successfully, but these errors were encountered: