bin/55346: /bin/sh eats memory and CPU infinitely
Eugene Grosbein
eugen at grosbein.pp.ru
Sun Aug 10 07:10:17 PDT 2003
The following reply was made to PR bin/55346; it has been noted by GNATS.
From: Eugene Grosbein <eugen at grosbein.pp.ru>
To: bug-followup at freebsd.org
Cc:
Subject: Re: bin/55346: /bin/sh eats memory and CPU infinitely
Date: Sun, 10 Aug 2003 22:05:35 +0800
Hi!
I digged this case a little. It seems for me that problem is
in jobs.c: makejob() increases size of jobtab[] array.
And I do not see a place where it is decreased.
But I see many loops that are O(njobs).
Eugene Grosbein
More information about the freebsd-bugs
mailing list