From owner-freebsd-current@FreeBSD.ORG Thu Oct 2 20:30:18 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA761065695 for ; Thu, 2 Oct 2008 20:30:18 +0000 (UTC) (envelope-from igor4ml@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id DE7508FC13 for ; Thu, 2 Oct 2008 20:30:17 +0000 (UTC) (envelope-from igor4ml@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so532286nfh.33 for ; Thu, 02 Oct 2008 13:30:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Ce3rKl2h+SjC1gikaMhQEWN700rI0IaGKFwlfG4q6RY=; b=Y9H6ZeVCxccfIyxDG/E0vSfuhCDY+rPxYwDVj/l7EDXuxBrUa73j56yviEZJEBDD5W vCXqXinF9q/FYL35csNEz5Pp4OgDlLddYVrLWKoRnpIa2Ay3LA76QqXoLCjzG8tkWWLs h/fjaXty6qcZqZVhNIz+LHF1+yLcWf2fdDuO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=BQ2dIxE2PAaPi7iHZu+9o1MVT8xfvLhAWhdJoR1Ykbc9ngjAgFXzAat323f2Ky6jrL VxBNMl8BYmsMB5AB/rtfAceLgrk53MEw8NiAZ9ljSHBTIElnSd/XfCLtv5WIsCdwaQej DdC0q2Sk5ty8i6j81V3tBjgeosc2fUJko5rmE= Received: by 10.210.141.4 with SMTP id o4mr90924ebd.137.1222979416399; Thu, 02 Oct 2008 13:30:16 -0700 (PDT) Received: by 10.210.30.15 with HTTP; Thu, 2 Oct 2008 13:30:16 -0700 (PDT) Message-ID: Date: Fri, 3 Oct 2008 00:30:16 +0400 From: "Igor R" To: freebsd-current@freebsd.org In-Reply-To: <20081002184848.GY46653@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081002085502.GU46653@deviant.kiev.zoral.com.ua> <20081002184848.GY46653@deviant.kiev.zoral.com.ua> Subject: Re: Linux emulation on recent -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 02 Oct 2008 20:30:18 -0000 Bellow is handwritten data after 'bt', I hope I wrote it correct: _mtx_assert(c07ef750,4,c076f9ae,848,c075e992,...) at _mtx_assert + 0x83 vrele(c8111218,3,e71aec74,3,820cdc8,...) at vrele+0x5d linux_pread(c4aa7000,e71aecf8,e71aed18,e71aed1c,c787d620,...) at linux_pread+0x8a syscall(e71aed38) at syscall+0x27a Xint0x80_syscall() at Xint0x80_syscall+0x20 ---syscall(180,Linux ELF,linux_pread), .... This is notebook, so I cannot attach serial console to it. > As a guess, it might be ext2fs problem. I dont think so because first panics were not connected with ext2fs at all, I had tried to install emulators/linux_base-f8 and got panic. Only then I started to use /compat/linux/bash from actual ext2fs to get panic.