diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-10-10 19:23:43 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-10-10 19:23:43 +0200 |
commit | 02a05f63d5d84e1adedf2352721c418ef3ba8c76 (patch) | |
tree | 337a793b34e30fa958e10482ec4f6f0680e5f025 /po/tr.po | |
parent | 408901d772a92fbf62b2e6c8ad3345e36d316d9a (diff) | |
download | weechat-02a05f63d5d84e1adedf2352721c418ef3ba8c76.zip |
core: fix zombie processes remaining after the end of forked processes (closes #1994)
The clean of processes with waitpid() is now delayed after the kill(), so that
there are no more zombies.
In addition, this can be done manually if needed with `/sys waitpid`.
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-10-01 16:11+0200\n" +"POT-Creation-Date: 2023-10-10 19:22+0200\n" "PO-Revision-Date: 2023-09-06 19:13+0200\n" "Last-Translator: Emir SARI <emir_sari@icloud.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3525,7 +3525,9 @@ msgid "" "\"man getrlimit\")\n" " rusage: display resource usage (see \"man getrusage\")\n" "suspend: suspend WeeChat and go back to the shell, by sending signal SIGTSTP " -"to the WeeChat process" +"to the WeeChat process\n" +"waitpid: acknowledge the end of children processes (to prevent \"zombie\" " +"processes)" msgstr "" msgid "toggle value of a config option" |