From owner-freebsd-current@FreeBSD.ORG Tue Aug 26 15:50:00 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 3B8FF16A4BF for ; Tue, 26 Aug 2003 15:50:00 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A4043FA3 for ; Tue, 26 Aug 2003 15:49:59 -0700 (PDT) (envelope-from nakal@web.de) Received: from [80.135.116.98] (helo=[192.168.0.1]) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #448) id 19rmdS-0000VN-00 for freebsd-current@freebsd.org; Wed, 27 Aug 2003 00:49:58 +0200 From: Martin To: FreeBSD Current Content-Type: text/plain Message-Id: <1061938195.9309.65.camel@klotz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Wed, 27 Aug 2003 00:49:56 +0200 Content-Transfer-Encoding: 7bit Sender: nakal@web.de Subject: Kernel panic with CAM on current (fatal trap 12) 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, 26 Aug 2003 22:50:00 -0000 Hi, I compiled world and kernel tonight (Aug 26th) on my Thinkpad R40 with a CD/RW drive. I tried my old settings with cam enabled so I can use cdrecord. During boot I got a kernel panic about 10 seconds after the kernel detected the CD/RW drive. Here some info: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor write, page not present [...IP/SP reg values changing...] code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 20 (swi3:cambio) trap number = 12 In verbose mode it also showed some "non-retryable errors" while accessing ata0 and sbp0, before the kernel stops with the panic. I could start the latest kernel after removing sbp, umass, cam-stuff and atapicam and recompiling it. The last kernel without these effects was compiled on Aug 18th. I hope it helps, if not, I can write down more information for you. Martin