From owner-freebsd-current@FreeBSD.ORG Fri Sep 9 22:49:44 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 593E716A41F; Fri, 9 Sep 2005 22:49:44 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA6343D45; Fri, 9 Sep 2005 22:49:43 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 657DA5C7D; Sat, 10 Sep 2005 00:49:42 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 98074-05; Sat, 10 Sep 2005 00:49:37 +0200 (CEST) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 854C65C7C; Sat, 10 Sep 2005 00:49:37 +0200 (CEST) Received: from 192.168.1.20 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Sat, 10 Sep 2005 00:49:37 +0200 (CEST) Message-ID: <60059.192.168.1.20.1126306177.squirrel@webmail.thilelli.net> In-Reply-To: <50565.192.168.1.20.1126304215.squirrel@webmail.thilelli.net> References: <59339.192.168.1.20.1126295460.squirrel@webmail.thilelli.net> <20050909220034.S77917@fledge.watson.org> <50565.192.168.1.20.1126304215.squirrel@webmail.thilelli.net> Date: Sat, 10 Sep 2005 00:49:37 +0200 (CEST) From: "Julien Gabel" To: "Robert Watson" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net Cc: freebsd-current@freebsd.org Subject: Re: fifo panic (was: Panic when building the world under SMP kernel (HTT).) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jpeg@thilelli.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 22:49:44 -0000 >>> Just to report that i always encountered a panic when building the >>> world using an SMP kernel for a CPU with HTT enable (in the BIOS) >>> and the sysctl machdep.hlt_logical_cpus set to 0. >>> >>> Just cvsup'ed (kernel built at Fri Sep 9 18:39:41 CEST 2005). >>> See the kernel trace and kernel configuration file attached, please. >> Do you have a crash dump for this crash, and a kernel with debugging >> symbols? There have been occasional fifo panic reports from SMP boxes >> (especially >=4 CPUs doing builds), and I'd like to try to track it >> down, but based on prior experience, we'll need some amount of detailed >> debugging information to get much further. > (I should have say that this box follow the RELENG_6 branch.) > > Yes, i have a kernel with debugging symbols. Sadly, it seems that the > core file is unusable (maybe due to the "write_null" error on notebook > disk, see below): > > /* From a serial console */ > db> panic > panic: from debugger > cpuid = 0 > Uptime: 22m7s > Dumping 1021 MB (2 chunks) > ad0: timeout waiting to issue command > ad0: error issueing WRITE_MUL command > chunk 0: 1MB (159 pages)ad0: timeout waiting to issue command > ad0: error issueing WRITE_MUL command > ... ok > chunk 1: 1021MB (261360 pages) 1005 989 973 957 941 925 909 893 877 861 > 845 829 813 797 781 765 749 733 717 701 685 669 653 637 621 605 589 573 > 557 541 525 509 493 477 461 445 429 413 397 381 365 349 333 317 301 285 > 269 253 237 221 205 189 173 157 141 125 109 93 77 61 45 29 13 ... ok > > /* After a reboot */ > # cd /var/crash > # gzip -d vmcore.18.gz > # kgdb /usr/obj/usr/src/sys/BOBOCHE/kernel.debug vmcore.18 > kgdb: cannot read IdlePTD > > I think this timeout is a "side effect" of some energy saving mecanism > on the disk. If someone can help me bypassing this timeout problem, i > may provide a crash dump ASAP (i will try to reproduce the panic sitting > near the machine to get a dump typing `panic' _just_ after the crash). Some dozens minutes after having sent this, the box encountered another panic: always during a buildworld test, it seems to be the same fifo panic. Fortunately, i had a crash dump this time. -- -jpeg.