From owner-freebsd-ia64 Fri Jan 17 13:33: 0 2003 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7942337B401 for ; Fri, 17 Jan 2003 13:32:59 -0800 (PST) Received: from caduceus.sc.intel.com (fmr04.intel.com [143.183.121.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF94C43F13 for ; Fri, 17 Jan 2003 13:32:55 -0800 (PST) (envelope-from adsharma@unix-os.sc.intel.com) Received: from talaria.sc.intel.com (talaria.sc.intel.com [10.3.253.5]) by caduceus.sc.intel.com (8.11.6/8.11.6/d: outer.mc,v 1.51 2002/09/23 20:43:23 dmccart Exp $) with ESMTP id h0HLVrv12738 for ; Fri, 17 Jan 2003 21:31:53 GMT Received: from unix-os.sc.intel.com (unix-os.sc.intel.com [143.183.96.244]) by talaria.sc.intel.com (8.11.6/8.11.6/d: inner.mc,v 1.28 2003/01/13 19:44:39 dmccart Exp $) with ESMTP id h0HLT3211399 for ; Fri, 17 Jan 2003 21:29:03 GMT Received: from unix-os.sc.intel.com.intel.com (adsharma-mobl3.sc.intel.com [143.183.130.150]) by unix-os.sc.intel.com (8.11.6/8.11.2) with ESMTP id h0HLWnr15362 for ; Fri, 17 Jan 2003 13:32:50 -0800 Date: Fri, 17 Jan 2003 13:32:49 -0800 Message-Id: <200301172132.h0HLWnr15362@unix-os.sc.intel.com> To: freebsd-ia64@freebsd.org Subject: Page not present in softclock() From: Arun Sharma Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org When I tried to do a buildworld this morning, my bigsur running a SMP kernel panic'ed. trap vector = 0x14 (Page not present) cr.iip = 0xe0000000007520d0 (ei = 1) cr.ifa = 0x10000002c pid = 14, comm = swi6: tty:sio clock 0xe0000000007520c1 : nop.f 0x0 0xe0000000007520c2 : nop.b 0x0 0xe0000000007520d0 : [MMI] adds r14=16,r16;; 0xe0000000007520d1 : ld4 r14=[r14] <-- panic 0xe0000000007520d2 : nop.i 0x0;; 0xe0000000007520e0 : [MFB] cmp4.eq p6,p7=r36,r14 kern/kern_timeout.c: 156 c = TAILQ_FIRST(bucket); 157 while (c) { 158 if (c->c_time != curticks) { <-- panic 159 c = TAILQ_NEXT(c, c_links.tqe); 160 ++steps; Looks like the queue got corrupted somehow. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message