Skip to content
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

Process explorer does not work on linux for portable install #53166

Closed
mjbvz opened this issue Jun 27, 2018 · 3 comments
Closed

Process explorer does not work on linux for portable install #53166

mjbvz opened this issue Jun 27, 2018 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug linux Issues with VS Code on Linux verified Verification succeeded
Milestone

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Jun 27, 2018

Issue Type: Bug

  1. Create a portable install at a folder path that has a space in the name (mine was under /home/parallels/Downloads/porta code)
  2. Open vs code portable install
  3. Open process explorer

Bug
No content.

ncaught (in promise) Error: Command failed: /home/parallels/Downloads/porta code/VSCode-linux-x64/resources/app/out/vs/base/node/cpuUsage.sh 4982 4985 5018 5030 5158 5258 5103 5104 5276 5148 5277 5180
/bin/sh: 1: /home/parallels/Downloads/porta: not found


    at ChildProcess.exithandler (child_process.js:217:12)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:194:7)
    at maybeClose (internal/child_process.js:899:16)
    at Socket.<anonymous> (internal/child_process.js:342:11)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:191:7)
    at Pipe.Socket._destroy.cb._handle.close [as _onclose] (net.js:510:12)

VS Code version: Code - Insiders 1.25.0-insider (923e9cc, 2018-06-26T13:07:17.299Z)
OS version: Linux x64 4.13.0-45-generic

System Info
Item Value
CPUs Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (2 x 2194)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: disabled_off
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: unavailable_software
video_encode: enabled
vpx_decode: unavailable_software
webgl: enabled
webgl2: enabled
Load (avg) 0, 0, 0
Memory (System) 3.85GB (0.68GB free)
Process Argv /home/parallels/Downloads/porta code/VSCode-linux-x64/code-insiders
Screen Reader no
VM 100%
Extensions (2)
Extension Author (truncated) Version
color-info bie 0.5.0
markdown-preview-github-styles bie 0.1.2
@mjbvz mjbvz changed the title Process explorer does not work on linux for portal install Process explorer does not work on linux for portable install Jun 27, 2018
@mjbvz
Copy link
Contributor Author

mjbvz commented Jun 27, 2018

Actually even the normal insiders install doesn't seem to work:

Uncaught (in promise) Error: Command failed: /usr/share/code-insiders/resources/app/out/vs/base/node/cpuUsage.sh 7012 7018 7050 7062 7146 7204 7118 7119 7226 7227
/bin/sh: 1: /usr/share/code-insiders/resources/app/out/vs/base/node/cpuUsage.sh: not found


    at ChildProcess.exithandler (child_process.js:217)
    at emitTwo (events.js:106)
    at ChildProcess.emit (events.js:194)
    at maybeClose (internal/child_process.js:899)
    at Socket.<anonymous> (internal/child_process.js:342)
    at emitOne (events.js:96)
    at Socket.emit (events.js:191)
    at Pipe.Socket._destroy.cb._handle.close [as _onclose] (net.js:510)

@RMacfarlane Any idea why this file would be missing?

@RMacfarlane RMacfarlane added the bug Issue identified by VS Code Team member as probable bug label Jun 27, 2018
@RMacfarlane RMacfarlane added this to the June 2018 milestone Jun 27, 2018
@mjbvz
Copy link
Contributor Author

mjbvz commented Jun 27, 2018

@RMacfarlane Thanks for the quick turnaround. Was the portable install part the same issues? It seems to have been failing because of the space in the path to the vs code install

@RMacfarlane
Copy link
Contributor

Ah, no, you're right, that's a separate issue. My change was just for making sure the script exists in the out folder, not for handling paths with space

@RMacfarlane RMacfarlane reopened this Jun 27, 2018
@RMacfarlane RMacfarlane modified the milestones: June 2018, July 2018 Jun 28, 2018
@JacksonKearl JacksonKearl added the linux Issues with VS Code on Linux label Aug 2, 2018
@octref octref added the verified Verification succeeded label Aug 2, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug linux Issues with VS Code on Linux verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants