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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 12 Jun 2012 23:14:05 +0200
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Guillaume Bouchard <guillaume.bouchard@...is.cnrs.fr>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: PROBLEM: Keyboard/mouse freeze with high network usage
 (r8169/brcmsmac/broadcom-wl)

On Tue, 2012-06-12 at 22:09 +0200, Guillaume Bouchard wrote:
> Dear kernel hackers,
> 
> The builtin keyboard and mouse of my laptop randomly freeze during usage.
> 
> It can happen on console or under X (for the mouse I'm not sure it
> freezes on console because I have no console mouse installed). But
> other parts of the computer are still perfectly alive (ie,
> applications continue to work, movie to play, computer can be reach by
> SSH).

If your script can trigger the freeze in less than 5 minutes, you could
start a background job to check /proc/meminfo, it sounds there is a mem
leak ?

while :
do
 date
 cat /proc/meminfo
 cat /proc/slabinfo
 sleep 10
done



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