Open oreza opened 4 years ago
Describe the bug I see that bunch of Lense Helper are running on my Mac OSx catalina even though there is no instance of Lense running on my system.
PID TT STAT TIME COMMAND 89236 ?? S 0:54.86 /Applications/Lens.app/Contents/Frameworks/Lens Helper (GPU).app/Contents/MacOS/Lens Helper (GPU) --type=gpu-process --field-trial-handle=1718379636,12830367575625659745,11435127973942017941,131072 --disable-features=LayoutNG,SpareRendererForSi PID TT STAT TIME COMMAND 89662 ?? S 3:34.48 /Applications/Lens.app/Contents/Frameworks/Lens Helper (Renderer).app/Contents/MacOS/Lens Helper (Renderer) --type=renderer --field-trial-handle=1718379636,12830367575625659745,11435127973942017941,131072 --disable-features=LayoutNG,SpareRender PID TT STAT TIME COMMAND 89695 ?? S 20:09.72 /Applications/Lens.app/Contents/Frameworks/Lens Helper (Renderer).app/Contents/MacOS/Lens Helper (Renderer) --type=renderer --field-trial-handle=1718379636,12830367575625659745,11435127973942017941,131072 --disable-features=LayoutNG,SpareRender
I have not ran Lense for almost 3 weeks.
It seems like Lense is using kubectl proxy to access the api, and that is spawning Helpers, that are just hogging the processor.
To Reproduce Steps to reproduce the behavior:
Expected behavior After I quit Lens, it should shut down all the sub processes.
Screenshots
Environment (please complete the following information):
Additional context If you have osquery installed, and are wondering what are these unnamed processes you can run it
osqueryi "SELECT pid, name, path FROM processes where name='';" | grep -Eo '[0-9]{1,5}' | while read -r line ; do ps $line; done
Is this still a problem?
Describe the bug I see that bunch of Lense Helper are running on my Mac OSx catalina even though there is no instance of Lense running on my system.
PID TT STAT TIME COMMAND 89236 ?? S 0:54.86 /Applications/Lens.app/Contents/Frameworks/Lens Helper (GPU).app/Contents/MacOS/Lens Helper (GPU) --type=gpu-process --field-trial-handle=1718379636,12830367575625659745,11435127973942017941,131072 --disable-features=LayoutNG,SpareRendererForSi PID TT STAT TIME COMMAND 89662 ?? S 3:34.48 /Applications/Lens.app/Contents/Frameworks/Lens Helper (Renderer).app/Contents/MacOS/Lens Helper (Renderer) --type=renderer --field-trial-handle=1718379636,12830367575625659745,11435127973942017941,131072 --disable-features=LayoutNG,SpareRender PID TT STAT TIME COMMAND 89695 ?? S 20:09.72 /Applications/Lens.app/Contents/Frameworks/Lens Helper (Renderer).app/Contents/MacOS/Lens Helper (Renderer) --type=renderer --field-trial-handle=1718379636,12830367575625659745,11435127973942017941,131072 --disable-features=LayoutNG,SpareRender
I have not ran Lense for almost 3 weeks.
It seems like Lense is using kubectl proxy to access the api, and that is spawning Helpers, that are just hogging the processor.
To Reproduce Steps to reproduce the behavior:
Expected behavior After I quit Lens, it should shut down all the sub processes.
Screenshots
Environment (please complete the following information):
Additional context If you have osquery installed, and are wondering what are these unnamed processes you can run it