-
Notifications
You must be signed in to change notification settings - Fork 291
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
lastpass-cli sync does not complete on Mac OS 14 #664
Comments
I can confirm that upload-queue is not working on MacOS Sonoma 14.2.1. lpass-cli 1.3.7 via brew. There seem to be some restrictions added on MacOS 14 because if I run "sudo lpass sync" it works. But of course one needs to re-authenticate as the sync is run under a different user. But this shows that something is wrong. Probably in the uploader-queue when it tries to fork(). It writes the PID into the file but I never got to see the actual child process. So my suspicion is, something the child does early after fork makes MacOS 14 unhappy. Coredump info: Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 VM Region Info: 0x10181ca8c is not in any region. Bytes after previous region: 2701 Bytes before following region: 767348 Application Specific Information: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread ` |
Hi Guys, Are you aware of any fix for this issue? Thanks |
After having my Mac upgraded to Mac OS Sonoma (14.0), the lpass sync (upload) does not complete as expected. If I add a new entry it keeps having id=0. I have tried to set LPASS_LOG_LEVEL=8, this only shows some POST to /login_check.php
I have installed lastpass from brew and have also tried to compile it directly from source (latest checkout from github). This does not change anything in behavior. I have also tried to logout of lastpass, and then remove ~/.lpass folder entirely. Then log in again, let my vault sync and then add the entry, this is also never uploaded.
I have tried to build the source-code in a docker container on my mac (base image Ubuntu), and from this I can upload changes without issues, and they are infact sync'ed to the mac instance.
Mac OS version: 14.0 (23A344)
lastpass cli: LastPass CLI v1.3.6.GIT
The text was updated successfully, but these errors were encountered: