Skip to content

Temporary Powershell integrated terminal in VSCode crashes Ubuntu #2471

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

Closed
solomonsunder opened this issue Feb 14, 2020 · 3 comments
Closed
Labels
Resolution-Duplicate Will close automatically.

Comments

@solomonsunder
Copy link

solomonsunder commented Feb 14, 2020

System Details

  • Operating System: Ubuntu 18.04.4 LTS
  • VS Code Version: 1.42
  • Powershell Extension Version: 2020.1.0

code -v
1.42.0
ae08d5460b5a45169385ff3fd44208f431992451
x64

$PSVersionTable
Name Value


PSVersion 6.2.4
PSEdition Core
GitCommitId 6.2.4
OS Linux 4.15.0-76-generic #86-Ubuntu SMP Fri Jan 17 17:24:28 UTC 2020
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0

$pseditor.EditorServicesVersion
Major Minor Build Revision


1 13 3 0

$(code --list-extensions --show-versions | Out-String)
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

Issue Description

Powershell Temporary Integrated Terminal does not startup when the debug icon is clicked. Gives below error:

PowerShell Integrated Console

/bin/chmod: cannot access '/tmp/CoreFxPipe_PSES_zhv4igvh.xwb': No such file or directory

/usr/bin/stat: cannot stat '/tmp/CoreFxPipe_PSES_zhv4igvh.xwb': No such file or directory

Permissions to the pipe file were not set properly. Expected: 600 Actual: for file:

/tmp/CoreFxPipe_PSES_zhv4igvh.xwb

Attached Logs

DebugSession-3.log
EditorServices.log
Start-EditorServices-DebugSession-3.log
Start-EditorServices-EditorServices.log
vscode-powershell.log

###Related Issue
#1422

@ghost ghost added the Needs: Triage Maintainer attention needed! label Feb 14, 2020
@rjmholt
Copy link
Contributor

rjmholt commented Feb 14, 2020

Hi @solomonsunder, have you tried out your scenario with the PowerShell Preview? That uses a totally different mechanism to create the named pipe, so this issue may well be fixed there.

The preview extension will be delivered to to stable in the next week or so, so keep an eye out for the next update there too.

@TylerLeonhardt
Copy link
Member

Duplicate of #1422

@TylerLeonhardt TylerLeonhardt added Resolution-Duplicate Will close automatically. and removed Needs: Triage Maintainer attention needed! labels Feb 14, 2020
@ghost
Copy link

ghost commented Feb 15, 2020

This issue has been marked as duplicate and has not had any activity for 1 day. It has been closed for housekeeping purposes.

@ghost ghost closed this as completed Feb 15, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate Will close automatically.
Projects
None yet
Development

No branches or pull requests

3 participants