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:	Mon, 16 Jul 2007 11:41:58 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Markus <lists4me@....de>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [patch] CFS scheduler, -v19


* Markus <lists4me@....de> wrote:

> [...] The mouse is smooth, just when one app is being quit (dont know 
> why...) the mouse will be jerking for a few seconds...

is the mouse jerky on any app quitting? Or is your observation the 
following: _sometimes_ apps quit unexpectedly (their window just 
vanishes?), and _at the same time_, the mouse becomes jerky as well, for 
a few seconds?

the mouse typically only becomes jerky when there's some really high 
load on the system - anything else would be a kernel bug. A jerky mouse 
on an unloaded system is definitely a sign of some sort of kernel bug 
(in or outside of the scheduler). An app vanishing unexpectedly might 
mean an OOM-kill - but that would should up in the syslog as well. 
Pretty weird.

Can you make this regression trigger arbitrarily, so that we could debug 
it better? Apps exiting unexpectedly can be debugged via:

  http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc6/2.6.22-rc6-mm1/broken-out/vdso-print-fatal-signals.patch

you can turn it on via the print-fatal-signals=1 boot option or via:

  echo 1 > /proc/sys/kernel/print-fatal-signals

this feature will produce a small dump to the syslog about every app 
that exits unexpectedly. Note that this might not cover all types of 
"window suddenly vanishes" regressions.

	Ingo
-
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