From owner-freebsd-current@FreeBSD.ORG Wed Jul 4 22:19:32 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7188B16A41F for ; Wed, 4 Jul 2007 22:19:32 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id EDF3013C43E for ; Wed, 4 Jul 2007 22:19:31 +0000 (UTC) (envelope-from caelian@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so419908uge for ; Wed, 04 Jul 2007 15:19:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=eCAHU4G8tmPRANrsxpDVM4UHq3FbOLjJpt6YwNiAYQivlXkGGcHIs9skTPnOTrPX8c0gT9pX5s6nub5ZkvUmU0Sxii3rNtu5Gp/jk4YU1q0jwCLGx9b20fob6RzodpKwfv+gKuuuIxOVl+fOG2HcwgUzuzqfZlND4TPAgjfrRW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=ZTISEavqz1GJUWxDM+ZqHlocwtxbCWGDD7DgWT81ptIobNlsZxIg6YWiXAg0ogMAR3c8SljSVyJtoHJGS4XXLDV6FUHEj5oH+0wfCMRPCAUIjzdBBVG9+jeDHPmBb5B4+JmNK9/kwzuajq03vNaUo7/lSt+rbSNo+sOpzxpIXRo= Received: by 10.67.87.8 with SMTP id p8mr1447275ugl.1183587570726; Wed, 04 Jul 2007 15:19:30 -0700 (PDT) Received: from ?192.168.0.23? ( [87.166.88.107]) by mx.google.com with ESMTP id 31sm20773816fkt.2007.07.04.15.19.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Jul 2007 15:19:29 -0700 (PDT) From: Pascal Hofstee To: Brian Donnell In-Reply-To: <1c5c32890707041057x75712a20vef9800a7ddef7a6a@mail.gmail.com> References: <46633B27.50601@dva.dyndns.org> <1c5c32890707031732s195a97c3vd29fb46323f28fae@mail.gmail.com> <46644820.6020609@dva.dyndns.org> <1c5c32890707041057x75712a20vef9800a7ddef7a6a@mail.gmail.com> Content-Type: text/plain Date: Thu, 05 Jul 2007 00:19:28 +0200 Message-Id: <1183587568.75595.4.camel@worf> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: current , "Boris S." Subject: Re: ZFS vs Samba Debugging Results ... Need Help. 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: Wed, 04 Jul 2007 22:19:32 -0000 On Wed, 2007-07-04 at 13:57 -0400, Brian Donnell wrote: > It looks like it might be another AMD64/i386 difference. I recompiled > samba3 with the exact same CFLAGS using gcc 4.2.1 (from ports) and it still > crashes on my i386 system. I don't have an AMD64 system to test on > anymore. It looks like the only difference is our hardware or perhaps > samba3 build config. Which options are selected in your 'make config' of > samba? On i386 here ... and also seeing no change with samba3 compiled using gcc42 port. Also applied the proposed patch Ed Schouten mentioned to the base CC ... but no luck there. smaba3 enabled OPTIONS are: LDAP, CUPS, WINBIND, ACL_SUPPORT (could this be a problem since ZFS doesn't support them on FreeBSD .. just though of this right now?), FAM_SUPPORT, UTMP, POPT. -- Pascal Hofstee