-
Notifications
You must be signed in to change notification settings - Fork 72
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
[xxx preload-host-spawn-strategy] Warning: waitpid override ignores groups
in the integrated terminal after first start.
#370
Comments
Same thing happening for me after a fresh installation of linux mint. I have installed VS code form software Manager |
I installed it form official vs code website and the issue is gone |
Same issue is happening to me. I will hold out for a bit hoping that it will be fixed. If not, I will download from official vs code website. |
+1 happening with the flatpak |
+1 flatpak |
1 similar comment
+1 flatpak |
+1 IntellJ Idea with flatpak on NixOs 22.11 |
+1 IntelliJ Community with flatpak on Mint Linux |
+1 Intellij Community with flatpak on OpenSUSE Tumbleweed. |
+1 flatpak, PyCharm |
a workaround for vscode that seems to be working for me is to add these to settings.json
|
+1 flatpak |
really occurred in vscode flatpak, i just download official version and solved |
Debian and Ubuntu based distributions sudo apt install ./.deb |
the same |
+1 flatpak on fedora 38 |
+1 on Mint I downloaded it from the Software Manager and it worked just fine but, at one point, it started giving me the same warning. |
Edited -- reinstalled and it no longer happens I removed the vscode flatpak and everything else installed for it for using it with toolbox. Then I used the popular script for running vscode in a container -- and it works fine now. So, something wrong when setting it up myself. I couldn't find a good description of how to do it anywhere. Here's where the script is: |
+1 for unchecking the Use Sandbox option. (came default on for me with a flatpak installation) |
+1 Linux Mint 21.1 Vera, but the issue is gone after the tip with the "deactivating Use Sandbox" Workaround (see above) |
The option was removed and the problem is back. Any solution? |
+1 |
In Help -> About Visual Studio Code
The option Use Sandbox mentioned above is no longer available |
Confirming this is an issue for me, as well:
|
Ditto.
|
I reinstaledl it based on recommendation in its site , to avoid the problem in flatpak. |
I do it and it works. |
I tried all of the suggestions. I uninstalled, reinstalled from flatpak and Pop! Shop. I tried changing the README settings but did not work. when i tried to paste the snippet i could not save the file. I just uninstalled it, as no one shared where to locate this file other than the initial app load that shows README. I just wanted a code editor to work. |
Install from officel |
For those unfamiliar with editing VSCode settings.json files (I, too, was a little fuzzy while reading these comments):
|
Did anyone get this working on Fedora 38 w/flatpak install? Still having the issues after doing the LD_PRELOAD override in the settings.json file |
I got this working on Fedora 38 Kinoite with both the VsCode and VsCodium flatpaks.
My VsCodium version is:
|
+1 flatpak vscode on fedora 38 workstation |
I don't have the issue, do you guys have
in your |
Same issue on PopOS - flatpak. |
Thank you @brianpgordon and @GregLawson, it worked for me on Fedora 38. |
Same issue on PopOS - flatpak. Solved by adding to the settings.json: "terminal.integrated.env.linux": { |
Thanks @iihmsunn for the tips :) Same issue on PopOS. |
It works for me too (I am on Debian 12) |
Same issue LD_PRELOAD worked for me.
|
After installing from the official site, it works for me on Fedora. |
This fixed the issue for me on Steam Deck using the flatpak version. Thanks. |
Solution on POP OS 22.04
please note: the filename will most likely be different for you. |
This was a simple and direct fix Thank You |
installing it from the vscode website is not a real fix. Is it possible to fix this in the flatpak by default? |
would it be possible to build this fix into the flatpak? |
Ubuntu 22.04 |
I was having an issue just dropping in
|
It's working.... |
Hi,
The Integrated Terminal is showing these
[xxx preload-host-spawn-strategy] Warning: waitpid override ignores groups
warning messages for each and every command executed.This happens in a fresh (no configuration, sync, extensions installed or defaults modification of any sort) application, except for the first start ever, after which it happens always.
Attached there is a screencast showing a first start of the application in which the issue does not happen. After closing and reopening again, the warning messages start appearing.
Screencast.from.2022-12-29.12-52-28.webm
This happens both in the default
sh
terminal profiles as well as in thebash
ones.These warning messages start flooding the terminal output as they also appear for any subshell spawned as part of an executed command and if the prompt executes anything, so even just pressing enter can lead to a unbearable flood of warning messages as the prompt gets resolved.
Tracking down previous commits, commit
e03d4ed40326424ecd9f55e3e69afa9e6292a149c718d5da2ee35e7c5fafe38c
is the first one exhibiting this issue, and downgrading to the previous onea3c1c20103d56d180dd30c5bdf25763520dbe0987e2ebadd96922ed109d66626
mitigates it.On Fedora Silverblue 37, Wayland, GNOME.
I was not able to reproduce this on a non-flatpak installation.
Please let me know if there is any other information that I can provide.
The text was updated successfully, but these errors were encountered: