From owner-freebsd-fs@FreeBSD.ORG Wed Nov 10 18:56:01 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23D0A106564A; Wed, 10 Nov 2010 18:56:01 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id BA2F98FC12; Wed, 10 Nov 2010 18:56:00 +0000 (UTC) Received: by qyk30 with SMTP id 30so744085qyk.13 for ; Wed, 10 Nov 2010 10:56:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=jJXPW5Gg9GsBZGAn+awKJIbu1ydDK9tuxD64unKKGM0=; b=FU7SlrNdE5y9LiKpPOnMSHmCyuKvbAMoTOsbKZW273rdBEm2F9Wo7pHfmlU1yQO+xB qTT/oAm3pjpXTwhi4ZJHsI459AorzAPwvb7NDWWt86frBLYx9SBwc807vrNE17tY3eSa 1V8HY0KlGwwmMH+z/7Rc20x4/naFWBnpw9jzE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lJHWAgGvYAb8is7hKUx3JemolyJu2JABok9CxR3qnTloN5HF77lbUrQr7C5K9XKBq5 SFdyP4tb9i0w80OfeBAgTuIiBMNJURHFECjWec3wmmpHgOE4kO0/CYr9EDJnUnj57p9o lJTwYPy0QkOTjZE+/Q3nMyGPuHKuaHkwVhH8U= MIME-Version: 1.0 Received: by 10.229.229.135 with SMTP id ji7mr5330367qcb.100.1289413566167; Wed, 10 Nov 2010 10:26:06 -0800 (PST) Received: by 10.229.69.135 with HTTP; Wed, 10 Nov 2010 10:26:06 -0800 (PST) In-Reply-To: <4CDA3CDD.5000404@freebsd.org> References: <4CD7C8FC.900@icyb.net.ua> <4CD7E515.5040209@icyb.net.ua> <4CD7E960.1070200@freebsd.org> <4CDA3CDD.5000404@freebsd.org> Date: Wed, 10 Nov 2010 21:26:06 +0300 Message-ID: From: Sergey Kandaurov To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org, Ivan Voras Subject: Re: another fuse panic X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 18:56:01 -0000 On 10 November 2010 09:34, Andriy Gapon wrote: > on 08/11/2010 14:13 Andriy Gapon said the following: >> on 08/11/2010 13:55 Andriy Gapon said the following: >>> I reliable got this panic when all I was doing is saving an attachment = in >>> thunderbird 3 that ran in KDE 4 environment. =A0Not sure what was going= on behind >>> the scenes, but shouldn't have been anything out of the ordinary. >> >> Perhaps this is my local mistake. =A0I can't see from code and crash dum= p how NULL >> pointer is possible there. =A0So perhaps I have some ABI mismatch betwee= n kernel >> and fuse module. >> I will rebuild fuse kmod and re-test again. > > Yes, the rebuild has helped. > I wish this could be nicely automated. Hi. If I understood you correctly, then you need PORTS_MODULES set in /etc/make.conf. --=20 wbr, pluknet