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:	Wed, 14 May 2008 15:43:46 -0700
From:	"Ray Lee" <ray-lk@...rabbit.org>
To:	"Lee Howard" <faxguy@...ardsilvan.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: troubleshooting/debugging hard locks

On Wed, May 14, 2008 at 12:27 PM, Lee Howard <faxguy@...ardsilvan.com> wrote:
> (Please reply also directly to my e-mail address since I am not subscribed
> to the list.)
>
>  Hello,
>
>  I am using Fedora 9 (and have been for the last few weeks of the "preview"
> period... constantly updating if possible) and testing for a fax server
> using Mainpine IQ Express (PCIe) multi-modem fax cards (they use the 8250
> serial driver).
>
>  My testing involves queuing up and sending 2000 fax jobs using HylaFAX+
> 5.2.4 to send out on two ports (1000 jobs on each port) of a 4-port card -
> receiving those calls on the other two ports.
>
>  This exact hardware works perfectly fine with similar testing in Windows XP
> Pro SP2.  However, usually on Fedora 9 (and even occasionally on Fedora 8)
> the system will lock up hard (i.e. the Numlock key does not light up the LED
> on the keyboard and SysReq keys do nothing) somewhere during the process.
> This happens infrequently when the OS is Fedora 8 and usually (but not
> always) when using Fedora 9.
>
>  There are no kernel messages on the monitor.  I've set up a remote serial
> console on ttyS0, and there are usually no messages there, either, when this
> happens.  Twice I did get messages that looked like a lot of this:
>
>  CPU1: Temperature above threshold, cpu clock throttled (total events = 1)
>  CPU0: Temperature/speed normal
>  CPU1: Temperature above threshold, cpu clock throttled (total events = 275)
>  CPU0: Temperature/speed normal
>  CPU1: Temperature above threshold, cpu clock throttled (total events = 577)
>  CPU0: Temperature/speed normal
>  CPU1: Temperature above threshold, cpu clock throttled (total events = 696)
>  CPU0: Temperature/speed normal
>
>  ... but there was nothing more.  The side of the system chassis is removed,
> the fans are moving, and the hard lock still occurs even if I point a large
> fan at the open system and prevent the temperature warnings from occurring.
> I've used sensors to monitor the temperature during the test with the
> external fan pointed at the open system, and the temperatures stay roughly
> as this:
>
>  [root@...alhost ~]# sensors
>  it8718-isa-0290
>  Adapter: ISA adapter
>  in0:         +1.23 V  (min =  +0.00 V, max =  +4.08 V)  in1:         +1.82
> V  (min =  +0.00 V, max =  +4.08 V)  in2:         +3.26 V  (min =  +0.00 V,
> max =  +4.08 V)  in3:         +2.94 V  (min =  +0.00 V, max =  +4.08 V)
> in4:         +0.00 V  (min =  +0.00 V, max =  +4.08 V)   ALARM
>  in5:         +0.00 V  (min =  +0.00 V, max =  +4.08 V)   ALARM
>  in6:         +1.28 V  (min =  +0.00 V, max =  +4.08 V)  in7:         +3.07
> V  (min =  +0.00 V, max =  +4.08 V)  in8:         +3.28 V
>  fan1:        688 RPM  (min =    0 RPM)
>  fan2:          0 RPM  (min =    0 RPM)
>  fan3:          0 RPM  (min =    0 RPM)
>  temp1:       +37.0°C  (low  = +127.0°C, high = +127.0°C)  sensor =
> transistor
>  temp2:       +30.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = thermal
> diode
>  temp3:        -2.0°C  (low  = +127.0°C, high = +127.0°C)  sensor =
> transistor
>  cpu0_vid:   +1.063 V
>
>  So I tend to think that the temperature warnings are a result of a looming
> hard-lock or they're simply a red herring.
>
>  But, without kernel messages indicating where to look to debug... what is
> the best approach to start troubleshooting and debugging this condition?  Is
> there some general debug feature that can be enabled in the kernel that
> would help hone in on the culprit?

There's something called the NMI watchdog, that will print debugging
messages out if it finds the system has hard locked. The short version
is that you should add "nmi_watchdog=1" (no quotes) to the line in
GRUB that has the kernel options. That assumes you have an APIC on the
system. If that's not the case (you're on Uniprocessor, and no APIC)
then you can try nmi_watchdog=2 instead. That'll only work on some
systems, though.

Better docs (than my cheesy writeup) are in
Documentation/nmi_watchdog.txt in the kernel source distribution.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ