From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 29 13:47:13 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA71C16A4D8; Fri, 29 Sep 2006 13:47:13 +0000 (UTC) (envelope-from dada@sbox.tugraz.at) Received: from mailrelay2.tugraz.at (mailrelay.tu-graz.ac.at [129.27.2.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D59F043D55; Fri, 29 Sep 2006 13:44:54 +0000 (GMT) (envelope-from dada@sbox.tugraz.at) Received: from webmail.tugraz.at (webmail.tu-graz.ac.at [129.27.2.204]) by mailrelay2.tugraz.at (8.13.8/8.13.8) with ESMTP id k8TDip16000358; Fri, 29 Sep 2006 15:44:52 +0200 (CEST) Received: from NWP254.kfunigraz.ac.at (NWP254.kfunigraz.ac.at [143.50.80.54]) by webmail.tugraz.at (Horde MIME library) with HTTP; Fri, 29 Sep 2006 15:44:49 +0200 Message-ID: <20060929154449.xwuy9ut74csgk048@webmail.tugraz.at> X-Priority: 3 (Normal) Date: Fri, 29 Sep 2006 15:44:49 +0200 From: Martin Kammerhofer To: "Bruce M. Simpson" References: <200609251022.k8PAM67C084712@freefall.freebsd.org> <20060929095229.tc5i1cf6oggckwcs@webmail.tugraz.at> <451CE252.8060307@FreeBSD.org> In-Reply-To: <451CE252.8060307@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Organization: Graz University of Technology X-Originating-IP: 143.50.80.54 X-Remote-Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727; InfoPath.1) X-Scanned-By: MIMEDefang 2.56 on 129.27.10.19 Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/51352: panic: malloc(M_WAITOK) in interrupt context X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2006 13:47:14 -0000 Zitat von "Bruce M. Simpson" : > Is the original panic still present, or is this new behaviour? > > Can you tell us more about what kind of hardware you have? > > APM is the common factor in both conditions you describe so it's > important we know how APM is being entered, what kind of BIOS you > have, etc. It's the same hardware (except now larger IDE disks) that produced the original panic. An Intel BX440 based motherboard, the Asus P2B-S. The BIOS is the latest 1013. ACPI does not work with this board, Linux automatically disables it at boot with a message like "P2B-S Rev. 0 motherboards have a known PCI interrupt routing problem". However APM works fine (except with a FreeBSD kernel with INVARIANTS). Btw running a kernel without INVARIANTS on this box is no problem for me ;-). HTH, Martin P.S.: Haven't seen the malloc panic with 6.x, but I did only 2 panics...