From owner-freebsd-questions@FreeBSD.ORG Tue Oct 8 01:39:39 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D56CE48 for ; Tue, 8 Oct 2013 01:39:39 +0000 (UTC) (envelope-from other@ahhyes.net) Received: from srv.ahhyes.net (unknown [IPv6:2607:fcd0:100:d::d3f3:e6ce]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11F7C25A7 for ; Tue, 8 Oct 2013 01:39:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ahhyes.net; s=x; h=Message-ID:References:In-Reply-To:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=PKkbeseHADz4E9ozVYT8o0bMGIkIS2ZNUfjZMip3XMI=; b=MgzKC1HoHe/MmU9o/h5irkjWu4P7cGT/JKRyh9WThv60cgJOnya1KlHxm/levNAl2/NyS9TwZt1A5d5Nd0U5rhuwA4EicPtV3qQKRuqxKa4WCgG3ORhH483cpc1UHPxLRlsnEMwUNhOOLw1MY7oyFs7zFxrBvumj7ZDWckck340=; Received: from [127.0.0.1] (helo=ahhyes.net) by srv.ahhyes.net with esmtpa (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VTMH8-000EJA-J5 for freebsd-questions@freebsd.org; Tue, 08 Oct 2013 12:39:50 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 08 Oct 2013 12:39:50 +1100 From: other@ahhyes.net To: Subject: jabberd14 crashes if built with Clang 3.3 In-Reply-To: <6626ce0550512bd3f61892552c863763@ahhyes.net> References: <6626ce0550512bd3f61892552c863763@ahhyes.net> Message-ID: X-Sender: other@ahhyes.net User-Agent: Roundcube Webmail/0.8.4 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: other@ahhyes.net X-SA-Exim-Scanned: No (on srv.ahhyes.net); SAEximRunCond expanded to false X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 01:39:39 -0000 Hi Guys, Just following up on a previous post (have changed the subject as this is a port specific issue that has cropped up since upgrading from 9.1-RELEASE (amd64) to 9.2-RELEASE (amd64)). This is interesting. I recompiled this port without Clang (using the base gcc) and it has not crashed once since (sig 10 bus error crashes are gone). Funnily enough, in FreeBSD 9.1-RELEASE, the same port compiled with Clang 3.1 did not crash ever. So the culprit has to be Clang 3.3. I have the following in my /etc/make.conf (for clang building): root@srv:~ # cat /etc/make.conf NO_PROFILE=true CC=clang CXX=clang++ CPP=clang-cpp Whilst building the port with the base compiler is a workaround, it's not a long term solution, since Clang will be the default Compiler in the not so distant future. What is even more annoying is the lack of a port maintainer for net-im/jabber: MAINTAINER= ports@FreeBSD.org COMMENT= XMPP/Jabber server daemon I assume the above email is just a generic email address for ports who do not have a maintainer? Any suggestions what to do from here? Kind Regards, Alex. On 2013-10-02 09:54, other@ahhyes.net wrote: > > > * /usr/ports/net/net-im/jabber (which appears not to have changed > versions between my system upgrade) randomly > aborts with signal 10 (bus error).....