flathub / flathub/com.visualstudio.code

611 preload-host-spawn-strategy] Warning: waitpid override ignores groups

オープン
#488 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Shell
スター
217
フォーク
82
平均マージ
1日 7時間
マージ済み PR(30日)
1

説明

Got the warning in the title when I run the terminal.

This could be an identifier for a specific strategy or process within the Flatpak environment. It suggests that this error is occurring within a preloading step, to load certain libraries or configurations before the main application runs.

The waitpid function in Unix-like systems is used to wait for changes in a specific child process's state (usually its termination). This warning indicates that there's an override of the waitpid function in place, which does not consider process groups. In Unix-like operating systems, processes are often grouped, and certain operations can be applied to the whole group. Ignoring groups could mean that this override of waitpid is only monitoring individual processes, not entire groups.

It would help a lot if that could be fixed. Cheers

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。