From owner-freebsd-current@FreeBSD.ORG Tue Sep 23 06:58:20 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 3373016A4E4; Tue, 23 Sep 2003 06:58:20 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C45C143FB1; Tue, 23 Sep 2003 06:58:18 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id h8NDwERA035405; Tue, 23 Sep 2003 17:58:14 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id h8NDwEJL035404; Tue, 23 Sep 2003 17:58:14 +0400 (MSD) (envelope-from ache) Date: Tue, 23 Sep 2003 17:58:14 +0400 From: Andrey Chernov To: Igor Timkin , phk@freebsd.org Message-ID: <20030923135814.GD35206@nagual.pp.ru> References: <200309230956.h8N9ui49071066@logger.gamma.ru> <200309231347.h8NDlqNR005813@logger.gamma.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309231347.h8NDlqNR005813@logger.gamma.ru> User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: Panic: Fatal trap 12: page fault while in kernel mode 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, 23 Sep 2003 13:58:20 -0000 On Tue, Sep 23, 2003 at 17:47:52 +0400, Igor Timkin wrote: > panic(c2e873da,6,0,c21a6000,c03535e0) at panic+0x60 > freerq(c358a800,c2e873b2,e4,6,dc6c1bc4) at freerq+0x100 > complete_rqe(c3434c24,396c,6e0d1def,1b90c284,dc6c1c14) at complete_rqe+0x6ca > bufdone(c3434c24,dc6c1c5c,c0198846,c0364e9c,c0364dc0) at bufdone+0x141 > bufdonebio(c3434c24,dc6c1c44,c01983d2,c082a8c0,c2de8510) at bufdonebio+0x5e > biodone(c3434c24,c0318099,c2de8510,c3434c24,4000) at biodone+0xcc > g_dev_done(c2de8510,c0364dc8,0,0,4) at g_dev_done+0x8a > biodone(c2de8510,0,24c,c0311d4f,a) at biodone+0xcc > g_io_schedule_up(c21a6000,c21a4000,dc6c1d34,c01b7be1,0) at g_io_schedule_up+0xb8 > g_up_procbody(0,dc6c1d48,0,0,0) at g_up_procbody+0x28 > fork_exit(c0198d10,0,dc6c1d48) at fork_exit+0xb1 > fork_trampoline() at fork_trampoline+0x8 Looking at the stack trace, it is exact the same panic I named g_up double panic. I post calling stack for it recently, but withous function arguments (gdb can't find them), and it is the same in g_* section. GEOM is phk@ area. Ask him to deal with.