From owner-freebsd-xen@FreeBSD.ORG Fri Oct 29 08:20:17 2010 Return-Path: Delivered-To: freebsd-xen@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FAB51065672 for ; Fri, 29 Oct 2010 08:20:17 +0000 (UTC) (envelope-from ykohut@onapp.com) Received: from edgelb.ocscloud.net (edge02.ocscloud.net [91.210.68.36]) by mx1.freebsd.org (Postfix) with ESMTP id CA0428FC1C for ; Fri, 29 Oct 2010 08:20:16 +0000 (UTC) Received: from W01EXHUB01.hosting.tg.local (10.101.22.23) by W01EXEDGE02.hosting.tg.local (91.210.68.36) with Microsoft SMTP Server (TLS) id 8.1.311.2; Fri, 29 Oct 2010 09:20:14 +0100 Received: from [192.168.128.133] (194.44.160.178) by smtpauth.thinkgrid.net (10.101.22.25) with Microsoft SMTP Server (TLS) id 8.1.311.2; Fri, 29 Oct 2010 09:20:14 +0100 From: Yuriy Kohut Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 29 Oct 2010 11:20:13 +0300 Message-ID: To: MIME-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Cc: Subject: FreeBSD 8.1-RELEASE-p1 #11 i386 DomU kernel panic on mkdir() X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 08:20:17 -0000 Hi, Got one new kernel panic: mode =3D 063537, inum =3D 235520, fs =3D / panic: ffs_valloc: dup alloc cpuid =3D 0 KDB: enter: panic [thread pid 845 tid 100036 ] Stopped at kdb_enter+0x3a: movl $0,kdb_why db> where Tracing pid 845 tid 100036 td 0xc24b1280 kdb_enter(c035e9b8,c035e9b8,c037226c,d5740900,0,...) at kdb_enter+0x3a panic(c037226c,675f,39800,c24118d4,0,...) at panic+0x136 ffs_valloc(c28c5a78,41ed,c2495b00,d5740a2c,0,...) at ffs_valloc+0x602 ufs_readdir(d5740c38,0,d5740be4,d5740b7c,d5740c5c,...) at = ufs_readdir+0x3d6 VOP_MKDIR_APV(c03a9ec0,d5740c38,68,0,0,...) at VOP_MKDIR_APV+0x42 kern_mkdirat(c24b1280,ffffff9c,28530180,0,1ed,...) at kern_mkdirat+0x251 kern_mkdir(c24b1280,28530180,0,1ed,d5740d3c,...) at kern_mkdir+0x2e mkdir(c24b1280,d5740d08,c2478280,206,c00fd1af,...) at mkdir+0x29 syscall(d5740d48) at syscall+0x2d3 Xint0x80_syscall() at Xint0x80_syscall+0x22 --- syscall (136, FreeBSD ELF32, mkdir), eip =3D 0x2833ba53, esp =3D = 0xbf7fc7cc, ebp =3D 0xbf7fd0d8 --- --- Yura