| Summary: | niced jobs don't behave really nice | ||
|---|---|---|---|
| Product: | Base System | Reporter: | holger.kipp <holger.kipp> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
holger.kipp
1999-08-19 11:10:00 UTC
State Changed From-To: open->closed Duplicate of PR 12381. This problem is fixed in RELENG_3, in rev 1.16.2.1 of src/sys/i386/isa/intr_machdep.c . State Changed From-To: closed->suspended As Bruce Evans points out, this problem still exists in RELENG_2_2. I'm leaving this suspended since RELENG_2_2 isn't completely dead. State Changed From-To: suspended->closed RELENG_2_2 is completely dead, or so we hope. On Sun, 5 Aug 2001 jon@FreeBSD.ORG wrote: > Synopsis: niced jobs don't behave really nice > > State-Changed-From-To: suspended->closed > State-Changed-By: jon > State-Changed-When: Sun Aug 5 02:46:40 PDT 2001 > State-Changed-Why: > RELENG_2_2 is completely dead, or so we hope. This is the same bug as in the suspended PR 12381. The fix referred to in the followup (rev.1.16.2.1 of isa/intr_machdep.c) is for a different bug. See PR 12381 for a much longer followup including a correct reference to the fix. Current status of this bug: - never fixed in any 2.* or 3.* release. - PR 12381 hidden^Wsuspended awaiting commits to RELENG_3. - fixed in all 4.* releases by inheriting rev.1.83 of kern_synch.c (etc.). - re-broken in -current in rev.1.90 of kern_sync.c (etc.). - made worse in -current by SMPng prioritization changes (these squeeze the priority space, and the priority space was already too congested to work properly). Bruce On Sun, Aug 05, 2001 at 10:40:56PM +1000, Bruce Evans wrote:
> This is the same bug as in the suspended PR 12381. The fix referred
> to in the followup (rev.1.16.2.1 of isa/intr_machdep.c) is for a
> different bug. See PR 12381 for a much longer followup including a
> correct reference to the fix.
>
> Current status of this bug:
> - never fixed in any 2.* or 3.* release.
> - PR 12381 hidden^Wsuspended awaiting commits to RELENG_3.
> - fixed in all 4.* releases by inheriting rev.1.83 of kern_synch.c (etc.).
> - re-broken in -current in rev.1.90 of kern_sync.c (etc.).
> - made worse in -current by SMPng prioritization changes (these squeeze
> the priority space, and the priority space was already too congested
> to work properly).
Oops, this will teach me to never blindly trust what somebody else wrote a
long time ago... In any case, we can probably leave this closed as it is a
duplicate of another PR. Thanks for catching this, Bruce.
-Jon
|