-
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
[NETE2ESDK] [Linux] Downloading .NET failed with Error:(TimeoutSudoProcessSpawnerError) #1995
Comments
@v-xiaofchen Did you run anything on this machine for these failures before-hand besides the 'Install SDK' command a single time? -- Investigation: Also, we never awaited the sudo process startup and I dont think we should need to. But it never got past the phase of trying to load the process. Im not sure why that's a problem. I assume the user hit the password prompt. Not sure if there are logs generated to tell. I should provide a build with |
It looks like this is not an issue with the code. The issue only repros all of the time, and it only repros exclusively on the signed package vsix builds. It does not repro with the same exact code build which is not the extra signed build from the pipeline. I even looked at the minified JS and it is the same internally in the package but one fails always while the other does not. The vscode sudo prompt library hangs indefinitely and never fails, exits, etc and hangs on the build with What to doGoing forward, we may remove the -signed copy package from the pipeline and use the primary pipeline artifact. We can just use the one without the added word to it. |
Describe the bug.
Downloading .NET failed with Error:(TimeoutSudoProcessSpawnerError)
Reproduction Steps
Expected Behavior
Download .NET successfully
Exceptions & Errors (if any)
Downloading .NET failed with Error:(TimeoutSudoProcessSpawnerError)
Note
Try the previous already-tested build vscode-dotnet-runtime-2.2.0-signed, this issue does not repro on it
.NET Install Tool Version
2.2.1
Your operating system? Please provide more detail, such as the version and or distro above.
N/A
VS Code Version
1.94.2
The text was updated successfully, but these errors were encountered: