From owner-freebsd-hackers Tue May 29 14: 2:29 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 9037237B42C for ; Tue, 29 May 2001 14:02:25 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f4TL2GK10603; Tue, 29 May 2001 14:02:20 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f4TL2BN58499; Tue, 29 May 2001 14:02:11 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 29 May 2001 14:02:11 -0700 (PDT) From: John Baldwin To: Richard Hodges Subject: RE: Stuck in kernel - mask problem? Cc: hackers@FreeBSD.ORG Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 28-May-01 Richard Hodges wrote: > I have been having a problem on one of my machines, and it seems > to be associated with medium/heavy IO loads. > > After some period of time, usually an hour or two, the system will > appear to stop cold dead. A trace with DDB shows that the last > function is doreti. Above that is the DDB call stuff. > > Once, the trace was simply doreti, other times it had the stack > of the ata and network drivers. Here are some values from one > that might be useful: > > cpl = 6714ba (3, 7, 9, 10, 12, 14, 15 active, right?) > ipending = 401420 (nothing pending, right?) > astpending = 3 > in_vm86call = 0 > intr_nesting_level = 2 If astpending is set, we keep looping on the x86 in doreti. It looks like astpending might not be getting cleared or some such. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message