Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 100422

Summary: Severe kernel latency issues
Product: [Retired] Red Hat Linux Beta Reporter: Bruce A. Locke <blocke>
Component: kernelAssignee: Ingo Molnar <mingo>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: beta1CC: davej, gboyce, harald, jensk.maps, lwoodman, mccabemt, mingo, mitr, p.van.egdom, riel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-09-29 01:42:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 100644    

Description Bruce A. Locke 2003-07-22 09:32:40 UTC
Description of problem:

This kernel fails the XMMS test miserably.

Time sensitive processes such as XMMS and mplayer "skip" very frequently when
doing various actions requiring either disk i/o or cpu time.


Version-Release number of selected component (if applicable):

2.4.21-20.1.2024.2.1.nptl (athlon)


How reproducible:

I am able to reliably reproduce this several times a minute during normal
desktop usage.


Steps to Reproduce:

Start XMMS and play an OGG file (with 'built-in' decorder) or an MP3 file (with
a third-party decoder).  While XMMS playing do one or all of the following:

1. find /
2. use the scroll wheel in mozilla or load a new page with lots of images
3. ls -lR /usr/lib (over and over again)
4. find /proc (over and over again)

Comment 1 Rik van Riel 2003-07-22 13:49:08 UTC
I suspect this is a CPU scheduler issue, the O(1) scheduler unfortunately has a
few known issues that aren't solved yet in any kernel version.  During heavy IO
my 500 MHz Celeron with 512MB of RAM is still snappy, but heavy CPU consumption
does indeed make the desktop less responsive...

Comment 2 Bill Nottingham 2003-07-28 19:33:32 UTC
*** Bug 100440 has been marked as a duplicate of this bug. ***

Comment 3 Brent Fox 2003-07-31 20:14:26 UTC
I am seeing this behavior as well.  The RHL 8 kernel didn't have this problem. 
The RHL 9 kernel was when I first started noticing interactivity slowdowns. 
However, the Severn kernel is much, much worse.  Resizing a window will bring
XMMS to a complete halt until the resizing is done.

After some investigation, it seems this issue only occurs on uniprocessor boxes.
 Once I added a second CPU to my workstation and installed the SMP Severn
kernel, things worked flawlessly.

Comment 4 Bruce A. Locke 2003-09-28 05:09:55 UTC
The kernel in Fedora Core Test 2 seems to fix this issue for me (as far as xmms
skipping goes).

I'm assuming Con's patches were backported from 2.6.0-test5-bk?



Comment 5 Dave Jones 2003-09-29 01:42:16 UTC
Glad to hear its working out. Yes, some of the scheduler improvements from
recent 2.6 are now in Fedora.


Comment 6 Yue Shi Lai 2003-11-07 17:51:15 UTC
This problem seems also to be present in the up current Red Hat
Enterprise Linux kernel.

Comment 7 Dave Jones 2003-11-10 17:15:33 UTC
Please open a new bug for RHEL reports. The scheduler there is quite
different to what we have in FC.