From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 024F2198005 for ; Fri, 22 Mar 2013 07:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 189EDE0675; Fri, 22 Mar 2013 07:58:48 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by pigeon.gentoo.org (Postfix) with ESMTP id 89B21E0084 for ; Fri, 22 Mar 2013 07:58:46 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.16]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Lo3TK-1UuUc125Ae-00g2WF for ; Fri, 22 Mar 2013 08:58:45 +0100 Received: (qmail invoked by alias); 22 Mar 2013 07:58:45 -0000 Received: from mail.kiwifrog.net (EHLO [192.168.7.6]) [82.241.90.118] by mail.gmx.net (mp016) with SMTP; 22 Mar 2013 08:58:45 +0100 X-Authenticated: #5388774 X-Provags-ID: V01U2FsdGVkX1/W+SogWNTW6bp8jPGEVzqSsGSYIWB/kQ7rxLMc0W 9UqSkixei2D11z Subject: Re: [gentoo-user] System freezes during compiles [SOLVED] From: Carlos Hendson To: gentoo-user@lists.gentoo.org In-Reply-To: <514A14B0.7030002@googlemail.com> References: <1363754548.1800.1.camel@hydra> <514A14B0.7030002@googlemail.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 22 Mar 2013 08:58:42 +0100 Message-ID: <1363939122.1873.26.camel@hydra> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Archives-Salt: 7f307ef1-f4e4-45d5-b25d-ef2d2db1fc0d X-Archives-Hash: 0d2ac5ff864cd7edea7db2dc28732e86 On Wed, 2013-03-20 at 20:57 +0100, Volker Armin Hemmann wrote: > you might just hit a thrashing situation. Linux is very bad when it > comes to abusing swap in case of an emergency. > > But it also sounds like overheating or a power problem. Power problems > might be caused by the PSU - but it could also be the power circuitry > of > your mobo. First of all, thank you to everyone for the superb help and suggestions regarding this problem. Yesterday, I enabled some swap space, but the system froze on the first attempt at compiling glibc. The next cheapest option was to clean the case of dust. The CPU heat sink was clogged with a think layer of dust. After thoroughly cleaning the case, the system compiled glibc, the kernel, qtcore and other packages without freezing. The only downside is since the fins on the heat sink are exposed directly to the fan again, the noise level has gone up. When I checked the RPMs in the BIOS I noticed a setting which states, decrease CPU voltage and frequency in the event of a temperature threshold being exceeded. This would explain the kernel watchdog messages reporting stalls were detected. For anyone that's curious, here's the output of sensors and free during the compile of glibc. Swap wasn't being touched at all, there's still 4GB of memory free. The cpu was getting close to the threshold limit even after the heat sink was cleaned of dust. k10temp-pci-00c3 Adapter: PCI adapter temp1: +58.9°C (high = +70.0°C) (crit = +71.0°C, hyst = +66.0°C) it8720-isa-0228 Adapter: ISA adapter in0: +1.49 V (min = +0.00 V, max = +4.08 V) in1: +1.47 V (min = +0.00 V, max = +4.08 V) in2: +3.38 V (min = +0.00 V, max = +4.08 V) +5V: +2.96 V (min = +0.00 V, max = +4.08 V) in4: +3.07 V (min = +0.00 V, max = +4.08 V) in5: +3.25 V (min = +0.00 V, max = +4.08 V) in6: +4.08 V (min = +0.00 V, max = +4.08 V) ALARM 5VSB: +2.98 V (min = +0.00 V, max = +4.08 V) Vbat: +3.28 V fan1: 6750 RPM (min = 0 RPM) fan2: 0 RPM (min = 0 RPM) fan3: 0 RPM (min = 0 RPM) fan4: 0 RPM (min = 0 RPM) temp1: +31.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor temp2: +67.0°C (low = +127.0°C, high = +127.0°C) sensor = thermal diode temp3: +70.0°C (low = +127.0°C, high = +127.0°C) sensor = thermal diode cpu0_vid: +0.525 V intrusion0: ALARM total used free shared buffers cached Mem: 8167400 3195300 4972100 0 62024 1379256 -/+ buffers/cache: 1754020 6413380 Swap: 511996 0 511996 Once again, a big thanks for everyone's help. Regards, Carlos