lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 12 Apr 2008 16:19:14 -0300
From:	"Carlos R. Mafra" <crmafra2@...il.com>
To:	Frederik Himpe <fhimpe@...enet.be>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Audio skipping with 2.6.24.4 and 2.6.25-rc9

On Sat 12.Apr'08 at 16:13:01 +0000, Frederik Himpe wrote:
> I'm experiencing a lot of problems with audio skipping on my system. I am 
> using Rhythmbox as an audio player and have Compiz active. Whenever I 
> maximise or restore a maximised real transparent gnome-terminal, audio 
> skips. Compared to other normal applications, restoring the transparent 
> console is also slow (it takes a few seconds before the window appears).
> 
> I ran cfs-debug-info-clear.sh, and the reproduced the problem 3 times by 
> restoring and minimising a gnome-terminal window. After that I ran cfs-
> debug-info.sh, and I uploaded the information here: 
> http://artipc10.vub.ac.be/cfs-debug-info-2008.04.12-18.00.20.gz
> 
> This problem happens with both 2.6.24.4 as with 2.6.25-rc9 (the debugging 
> information is from the latter version).

I once learned ( http://lkml.org/lkml/2008/2/29/179 )
that the CFS would have something to do with the latencies I was
observing in my system if se.wait_max was bigger than 40 msecs.
It would be an "anomaly" in CFS.

But in the log you uploaded you have only two se.wait_max greater than
40 msecs

[mafra@...alhost:~]$ grep se.wait_max cfs-debug-info-2008.04.12-18.00.20 |awk '{ {if ($3 > 40.000000) print $3} }'
44.153039
50.841370

As these numbers are only a bit greater than 40, I guess your problem is not
related to the CFS scheduler.

Can you try latencytop? ( www.latencytop.org )

Bye,
Carlos
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ