From owner-freebsd-stable@FreeBSD.ORG Thu Oct 8 14:43:28 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C3C61065672 for ; Thu, 8 Oct 2009 14:43:28 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5409C8FC18 for ; Thu, 8 Oct 2009 14:43:28 +0000 (UTC) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id DA1FF46B06; Thu, 8 Oct 2009 10:43:27 -0400 (EDT) Date: Thu, 8 Oct 2009 15:43:27 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Oliver Lehmann In-Reply-To: <20091008062326.11720.qmail@avocado.salatschuessel.net> Message-ID: References: <20091007200959.3c93904f.lehmann@ans-netz.de> <20091008062326.11720.qmail@avocado.salatschuessel.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: jhell , "freebsd-stable@freebsd.org" Subject: Re: samba - SIGABRT X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 14:43:28 -0000 On Thu, 8 Oct 2009, Oliver Lehmann wrote: >> This was caused by your setting of the following: >> security.bsd.map_at_zero=0 You can reset that value to 1 and you should be >> alright to operate like normal otherwise you will have to compile samba >> over again with the above mentioned configure options. > > Yeah this caused the problem. I wonder how I could have find this by myself > (google is not counting ;)) I mean, the Abort message is not very verbose > what the problem is here Hi Oliver-- While it's probably a bug that the Samba port compiles --pie, it's also a bug that our linking bits aren't handling PIE properly either. The goal is to fix PIE with the non-NULL mapping feature in the immediate future, so with any luck the abort message won't matter too much longer. Robert