FS#61706 - [code] Code not exiting properly

Attached to Project: Community Packages
Opened by Vuk Mirovic (wooque) - Sunday, 10 February 2019, 16:56 GMT
Last edited by Eli Schwartz (eschwartz) - Wednesday, 13 February 2019, 20:50 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
After quitting Code there are still 3 electron processes running. ps aux | grep electron2 output:

vuk 23877 1.5 1.5 1530788 194432 ? Ssl 17:50 0:01 /usr/lib/electron2/electron2 --unity-launch /usr/lib/code/code.js
vuk 23879 0.0 0.4 342608 51332 ? S 17:50 0:00 /usr/lib/electron2/electron2 --type=zygote --no-sandbox
vuk 23909 0.3 0.7 420680 85792 ? Sl 17:50 0:00 /usr/lib/electron2/electron2 --type=gpu-process --disable-features=ColorCorrectRendering --no-sandbox --supports-dual-gpus=false --gpu-driver-bug-workarounds=1,9,27,70,84 --disable-gl-extensions=GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent --disable-accelerated-video-decode --gpu-vendor-id=0x8086 --gpu-device-id=0x1616 --gpu-driver-vendor --gpu-driver-version --gpu-driver-date --service-request-channel-token=DE8606F6376EEE4D769568E463708A9E

Additional info:
* package version(s)
1.31.0-1

Steps to reproduce:
1. Open Code
2. Close Code
3. run "ps aux | grep electron2"
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Wednesday, 13 February 2019, 20:50 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed by moving to electron 3 in code 1.31.0-2
Comment by António Maia (stickmanChampion) - Wednesday, 13 February 2019, 20:43 GMT
I am testing v1.31.0-2, this bugs looks fixed, I will report back if I find something
Comment by Vuk Mirovic (wooque) - Wednesday, 13 February 2019, 20:45 GMT
Yep, it's fixed with electron update in 1.31.0-2

Loading...