From owner-freebsd-current@FreeBSD.ORG Fri Jun 1 02:20:02 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 E4EEC16A421 for ; Fri, 1 Jun 2007 02:20:02 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD4D13C44C for ; Fri, 1 Jun 2007 02:20:02 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by wx-out-0506.google.com with SMTP id h28so318633wxd for ; Thu, 31 May 2007 19:20:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=UmkDCR4KMHQFEXEIdeBnIcNDgfLgaIRGL8KIn3hwZdQuF+ISA3bXxTb7fIAU7DKe00DdkKMAZHSClNrm12P42ZwXJ8DdbHVkDw1Ww64daTrNZL2j5Tet5cxLomct3JKVKT536wxt9Ell1H4bJhI+9gseMm2c1sg3qaS1thr/CYQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=WyAt/7xoxbMS+4x+uK4DOWjNyibT/5WPlI3LmRmaRQa0SPh2VeDXdhUQCNoCvWJGJdJ8KhUTRwKHU79FPxXWutoY01xMU5HNAoTc8a5xdx5iHCCWXhJTWod8GgHoqLHWVpW0sM0twhmnwSWMvDb4JO8JMiKIVFl+CQbw0CcXgGc= Received: by 10.70.11.1 with SMTP id 1mr1956744wxk.1180664401736; Thu, 31 May 2007 19:20:01 -0700 (PDT) Received: from kan.dnsalias.net ( [24.34.98.164]) by mx.google.com with ESMTP id h38sm344433wxd.2007.05.31.19.20.00; Thu, 31 May 2007 19:20:00 -0700 (PDT) Date: Thu, 31 May 2007 22:19:54 -0400 From: Alexander Kabaev To: Ted Faber Message-ID: <20070531221954.0f661850@kan.dnsalias.net> In-Reply-To: <20070601000553.GM1373@hut.isi.edu> References: <20070531203430.GC1373@hut.isi.edu> <20070531213213.GH1373@hut.isi.edu> <20070531185710.3fb9aef6@kan.dnsalias.net> <20070601000553.GM1373@hut.isi.edu> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_Xq3a7Cbn5antEXx7JxnPn59; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: current@freebsd.org Subject: Re: glibmm exceptions broken after recent upgrades on CURRENT (debug info included) 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: Fri, 01 Jun 2007 02:20:03 -0000 --Sig_Xq3a7Cbn5antEXx7JxnPn59 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Thu, 31 May 2007 17:05:53 -0700 Ted Faber wrote: > On Thu, May 31, 2007 at 06:57:10PM -0400, Alexander Kabaev wrote: > > On Thu, 31 May 2007 14:32:13 -0700 > > Ted Faber wrote: > >=20 > > > On Thu, May 31, 2007 at 01:34:30PM -0700, Ted Faber wrote: > > > > I've attached a short example that exhibits the problem and a > > > > dump of the stack trace from gdb. All this is a pretty recent > > > > -CURRENT and new ports.=20 > > >=20 > > > The example code doesn't seem to have made it. Sorry, it's here. > > >=20 > > % g++ `pkg-config --cflags --libs glibmm-2.4` test.c -o test > > % ./test UTF-8 > > =E9 > > error > >=20 > > Works here. >=20 > So there is *a* configuration that works. Are you using the new gcc? This would look strange if I were NOT using a new GCC :) Of course I do. #3 0x4810d03a in () from /usr/X11R6/lib/libsigc-2.0.so.0=20 #4 0x4810d21d in () from /usr/X11R6/lib/libsigc-2.0.so.0 #5 0x482f9f1d in __cxa_throw () from /usr/lib/libstdc++.so.6 Above backtrace suggests that your library was _not_ built by new compiler because under no circumstances would the library built by GCC 4.2 contain _Unwind_RaiseException and uw_init_context_1. They both belong to libgcc_s.so.1 --=20 Alexander Kabaev --Sig_Xq3a7Cbn5antEXx7JxnPn59 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGX4JKQ6z1jMm+XZYRAiWsAJ9lYN/zwr/OFtJI+dpuVs5wkM9M2QCgjY3w Q39MAm/IZmpZ1FKTvtaoTes= =97Lw -----END PGP SIGNATURE----- --Sig_Xq3a7Cbn5antEXx7JxnPn59--