flathub / flathub/com.visualstudio.code

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

未关闭
#488 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Shell
星标
217
派生
82
平均合并
1 天 7 小时
30 天内合并 PR
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 摘要。