Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2012 18:39:20 +0100
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        Nathan Whitehorn <nwhitehorn@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: clang 3.2 RC2 miscompiles libgcc?
Message-ID:  <20121227173919.GB1431@mole.fafoe.narf.at>
In-Reply-To: <50DC65F5.6060004@freebsd.org>
References:  <20121227150724.GA1431@mole.fafoe.narf.at> <50DC65F5.6060004@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 27, 2012 at 09:15:01AM -0600, Nathan Whitehorn wrote:
> On 12/27/12 09:07, Stefan Farfeleder wrote:
> > Hi,
> >
> > I noticed that most of my C++ applications in recent versions of FreeBSD
> > head suddenly crash without me recompiling them. I tracked it down to
> > r243830 which imported a new clang version. The new clang seems to
> > compile libgcc in a wrong or at least incompatible way with what gcc
> > expects. In fact, the breakage only occurs with libgcc compiled by a
> > post-r243830 clang and an application compiled with g++ -O2. For me, the
> > crash happens with boost::program_options, but I'm not sure if that is
> > necessary for the crash.
> 
> I've seen what I think is the same thing due to a miscompilation of
> unwind-dw2.c that caused crashes related to cross-shared-object
> exception handling. It seems to have been fixed with the 3.2 release but
> I haven't tested it too thoroughly yet.

Thanks for the confirmation. The cross-dso requirement would explain why
my simpler approaches to reproduce it didn't work.

But for me there's no difference between RC2 and release (FreeBSD clang
version 3.2 (tags/RELEASE_32/final 170710) 20121221), both cause my
applications to crash.

Stefan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121227173919.GB1431>