mldonkey, a multi-networks file-sharing client - Bugs: bug #36420, Zombie Processes
You are not allowed to post comments on this tracker with your current authentication level.
bug #36420: Zombie Processes
Submitter: | viktor bergquist <vike> | ||
Submitted: | Mon 07 May 2012 12:26:38 AM UTC | ||
Category: | Core | Severity: | 3 - Normal |
Item Group: | None | Status: | Need Info |
Assigned to: | None | Open/Closed: | Open |
Release: | 3.1.0 | Release: | |
Operating System: | Mac OS X 10.4 | Binaries Origin: | None |
CPU type: | x86_64 |
Fri 31 May 2013 06:13:54 AM UTC, comment #2: |
viktor bergquist <vike> |
Sun 17 Jun 2012 09:27:57 PM UTC, comment #1: Can you show the `ps faux` output (or Mac OS equivalent to list all process with the pid and parent pid columns) that lists zombie processes and their parent. |
ygrek <ygrek>![]() |
Mon 07 May 2012 12:26:38 AM UTC, original submission:
|
viktor bergquist <vike> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
I am under the impression that this is related to file_completed_cmd or something else around file complete/(auto)commit as it seems there is one zombie for each completed download...
kill -chld $mlnet_pid # has no effect.
voo (downloads.ini):
auto_commit = true
file_completed_cmd = # a bash script that runs one plain bash script for setting PATH and one more complex bash script that calls a Mac OS specific CLI called osascript..