From owner-freebsd-current@FreeBSD.ORG Wed May 5 12:03:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5197E16A4CE for ; Wed, 5 May 2004 12:03:29 -0700 (PDT) Received: from max.okcupid.com (dsl254-112-036.nyc1.dsl.speakeasy.net [216.254.112.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3E2743D54 for ; Wed, 5 May 2004 12:03:28 -0700 (PDT) (envelope-from patrick@okcupid.com) Received: from patrick.okcupid.com ([192.168.0.205]) by max.okcupid.com (8.12.9/8.12.9) with ESMTP id i45J3ShH096683 for ; Wed, 5 May 2004 15:03:28 -0400 (EDT) (envelope-from patrick@okcupid.com) Received: from patrick.okcupid.com (localhost [127.0.0.1]) by patrick.okcupid.com (8.12.10/8.12.10) with ESMTP id i45J3SqC004303 for ; Wed, 5 May 2004 15:03:28 -0400 (EDT) (envelope-from patrick@okcupid.com) Received: (from patrick@localhost) by patrick.okcupid.com (8.12.10/8.12.10/Submit) id i45J3RGu004302 for freebsd-current@freebsd.org; Wed, 5 May 2004 15:03:28 -0400 (EDT) (envelope-from patrick@okcupid.com) X-Authentication-Warning: patrick.okcupid.com: patrick set sender to patrick@okcupid.com using -f Date: Wed, 5 May 2004 15:03:27 -0400 From: Patrick Crosby To: freebsd-current@freebsd.org Message-ID: <20040505190327.GD1003@patrick.okcupid.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Uptime: 3:01PM up 9 mins, 7 users, load averages: 1.51, 1.84, 1.08 User-Agent: Mutt/1.5.6i Subject: athlon-mp daily hang 5.2.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 19:03:29 -0000 Just about every day, my FreeBSD system hangs. I set up dumpdev/dumpdir, but I never get anything in /var/crashes. I'm not sure what to do to debug the problem. It usually happens during a 'gmake -j4...', but has happened at other times as well. Someone on freebsd-questions suggested that the CPU(s) might be overheating. Today I monitored the temperature all day long and it just crashed during a compile with no change in temperature. What can I do to get more information about what is causing the hang? I have the following in rc.conf to try to get a kernel crash dump: dumpdev="/dev/ad0s1b" dumpdir="/var/crash" And I'm running a kernel with debug symbols. I'm running FreeBSD 5.2.1-RELEASE-p5 with 2 athlon mp processors, using the GENERIC kernel config file (except I commented out INET6 so that firefox will resolve domains in a timely fashion): ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) MP 2600+ (2000.08-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x6a0 Stepping = 0 Features=0x383fbff AMD Features=0xc0480000 real memory = 1073217536 (1023 MB) avail memory = 1033003008 (985 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 1 cpu1 (AP): APIC ID: 0 ioapic0 irqs 0-23 on motherboard Thanks. Patrick