From owner-freebsd-current@FreeBSD.ORG Tue May 6 08:16:02 2003 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 00C7937B401 for ; Tue, 6 May 2003 08:16:02 -0700 (PDT) Received: from smtp.ii.uib.no (eik.ii.uib.no [129.177.16.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D230E43F75 for ; Tue, 6 May 2003 08:16:00 -0700 (PDT) (envelope-from Trond@Davidsen.no) Received: from hyll.ii.uib.no ([129.177.16.27] helo=Davidsen.no) by smtp.ii.uib.no with esmtp (Exim 4.12) id 19D4Ac-0006Wd-00 for freebsd-current@freebsd.org; Tue, 06 May 2003 17:15:54 +0200 Message-ID: <3EB7D1E0.2090008@Davidsen.no> Date: Tue, 06 May 2003 17:16:48 +0200 From: Trond Davidsen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -5.8 (-----) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *19D4Ac-0006Wd-00*cbXl6ruab2Q* Subject: Fatal trap 28 while building world 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: Tue, 06 May 2003 15:16:02 -0000 Hi, while trying to follow the recent advice of cvsuping and rebuilding world to correct some vm related bug, I got a Fatal trap 28. The machine was running with sources from about may 1. Rebuilding now to see if the machine can make it through the build. Fatal trap 28: machine check trap while in kernel mode cpuid = 1; lapic.id = 01000000 instruction pointer = 0x8:0xc0296381 stack pointer = 0x10:0xdbb369dc frame pointer = 0x10:0xdbb36ae0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, IOPL = 0 current process = 19265 (make) kernel: type 28 trap, code=0 Stopped at vn_open_cred+0x2c1: jz vn_open_cred+0x2cd db> trace vn_open_cred(dbb36bd8,dbb36cd8,1a4,c58e0480,dbb36cc4) at vn_open_cred+0x2c1 vn_open(dbb36bd8,dbb36cd8,1a4,2ab,c0482620) at vn_open+0x29 kern_open(c400ed10,80a01c0,0,1,1b6) at kern_open+0x13d open(c400ed10,dbb36d10,c041282e,3fb,3) at open+0x30 syscall(2f,2f,2f,80a7500,4) at syscall+0x26e Xint0x80_syscall() at Xint0x80_syscall+0x1d --- syscall (5, FreeBSD ELF32, open), eip = 0x8061a9f, esp = 0xbfbfe788, ebp = 0 xbfbfe7b4 --- db> -- Trond