Skip to content
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

Defunct processes build up. #7

Closed
GoogleCodeExporter opened this issue Apr 7, 2016 · 2 comments
Closed

Defunct processes build up. #7

GoogleCodeExporter opened this issue Apr 7, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. On debian 4.0, install libssl-dev
2. compile with command: "make". 
3. run with ./ratproxy -w logfile 
4. Open slashdot, click the first link. 

What is the expected output? What do you see instead?

Ratproxy leaves defunct processes around: 

wolff    25401  0.0  0.1   3308   852 pts/68   S+   10:13   0:00 ./ratproxy
-w logfile
wolff    25736  0.0  0.0      0     0 pts/68   Z+   10:25   0:00 [ratproxy]
<defunct>
wolff    25737  0.0  0.0      0     0 pts/68   Z+   10:25   0:00 [ratproxy]
<defunct>
wolff    25738  0.0  0.0      0     0 pts/68   Z+   10:25   0:00 [ratproxy]
<defunct>
wolff    25739  0.0  0.0      0     0 pts/68   Z+   10:25   0:00 [ratproxy]
<defunct>

What version of the product are you using? On what operating system?

1.51, debian 4.0. 


Please provide any additional information below.

I haven't checked further beyond clicking a single link. 

Original issue reported on code.google.com by rew-goog...@bitwizard.nl on 4 Jul 2008 at 8:31

@GoogleCodeExporter
Copy link
Author

The processes seem to go away eventually, possibly five at a time. So 
apparently they
don't really build up. 

I just checked a site I have become responsible for and, as expected, I get 
several
RED flags. 

Original comment by rew-goog...@bitwizard.nl on 4 Jul 2008 at 8:52

@GoogleCodeExporter
Copy link
Author

There should be no buildup, old processes are just lazily cleaned up in the 
main list
(but their number should be in check regardless of how long the session takes 
place).

If you encounter any problems with a growing number of processes during normal 
use,
please let me know.

Original comment by lcam...@gmail.com on 4 Jul 2008 at 11:52

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant