-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
SecretAgent deadlocked after Sonoma 14.4.1 upgrade #543
Comments
Here is mine. |
I also have this on macOS 14.5 |
Same here, since yesterday it started to consume a lot of CPU for the initial SSH connection while also taking several seconds to complete. I am running macOS 14.5 since around 10 days & build 2.4.1 since months, but it started to get slow yesterday. |
Just to add — it happens more frequently when there is a VSCode opened and doing background repo refresh. |
I am seeing this issue as well. When logging in, there's a STORM of messages seen in "log stream", but apparently unrelated to Secretive itself. |
Ok, I'm more ready to blame iTerm now :) Apparently 3.5.0 came out May 17th. As I'm running nightly I didn't really notice anything. Downgrading to 3.4.23 fixes the issue, upgrading to 3.5.0 brings it back. I'm not sure how long I had this issue without noticing, but it can't be that long, I also skipped a few nightlies so it could be 2 weeks. Something just before the release broke it. |
The issue persists, and I'm not using iTerm. It is not a delay, the process is stuck until killed. I now have a job which kills the process every 10 Minutes which alleviates the problem. |
I think that's a separate issue. I see high CPU usage and delay when the agent is signing. |
iterm 3.5.1 resolves the issue for me |
Likewise! It's like night and day. |
Still facing the issue even not having iTerm installed. I also have Visual Studio, Intellij and Warp. |
Any news? I'm still affected on 14.5 |
same here |
Also have this on 14.7 (23H124), no iTerm. |
I have a consistent repro for this.
I can't be sure that this is the same hang that VSCode produces, but hopefully it can help to debug. This repro works for me on macOS 12.7.1 (21G920), with Secretive Version 2.4.1 (1.7648958148). |
After upgrading to Sonoma 14.4.1 (skipping 14.4.0), the SecretAgent is locking up regularly. The symptom is ssh blocking indefinitely while waiting for the SecretAgent. If the SecretAgent is killed (e.g. by pkill SecretAgent), ssh works fine for a little while.
Unfortunately, I do not know where to look for the log file of the SecretAgent.
The text was updated successfully, but these errors were encountered: