From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 24 17:24:40 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 573F8996; Mon, 24 Nov 2014 17:24:40 +0000 (UTC) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CB362D9; Mon, 24 Nov 2014 17:24:40 +0000 (UTC) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTP id 3F6DD94007A; Mon, 24 Nov 2014 18:21:48 +0100 (CET) Received: from freedom ([192.168.10.100]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.14.9/8.14.7) with ESMTP id sAOHOQon027145 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 24 Nov 2014 18:24:27 +0100 (CET) (envelope-from mazhe@alkumuna.eu) Date: Mon, 24 Nov 2014 18:24:18 +0100 From: Matthieu Volat To: ports@freebsd.org, gnome@freebsd.org Subject: xsltproc segfaults Message-ID: <20141124182418.4567a069@freedom> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/LBzgfWsN9=wiCRVaPwbWFUF"; protocol="application/pgp-signature" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2014 17:24:40 -0000 --Sig_/LBzgfWsN9=wiCRVaPwbWFUF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, I've been having a few xsltproc segfaults in some ports (devel/dbus, devel/= dconf) that begin to be a bother... I'm not sure about what could be wrong,= I am running 10.1 and trimmed down my CFLAGS with no avail.. For example, in devel/dconf: Makefile:941: recipe for target 'dconf-service.1' failed gmake: *** [dconf-service.1] Segmentation fault (core dumped) # gdb xsltproc xsltproc.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols f= ound)... Core was generated by `xsltproc'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libxslt.so.2...(no debugging symbols fo= und)...done. Loaded symbols for /usr/local/lib/libxslt.so.2 Reading symbols from /usr/local/lib/libexslt.so.8...(no debugging symbols f= ound)...done. Loaded symbols for /usr/local/lib/libexslt.so.8 Reading symbols from /usr/local/lib/libgcrypt.so.20...(no debugging symbols= found)...done. Loaded symbols for /usr/local/lib/libgcrypt.so.20 Reading symbols from /usr/local/lib/libgpg-error.so.0...done. Loaded symbols for /usr/local/lib/libgpg-error.so.0 Reading symbols from /usr/local/lib/libxml2.so.2...done. Loaded symbols for /usr/local/lib/libxml2.so.2 Reading symbols from /lib/libz.so.6...done. Loaded symbols for /lib/libz.so.6 Reading symbols from /lib/libm.so.5...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /lib/libc.so.7...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /usr/local/lib/libintl.so.9...done. Loaded symbols for /usr/local/lib/libintl.so.9 Reading symbols from /usr/lib/liblzma.so.5...done. Loaded symbols for /usr/lib/liblzma.so.5 Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000800a6d16c in exsltDateXpathCtxtRegister () from /usr/local/lib/libexslt.so.8 (gdb) bt #0 0x0000000800a6d16c in exsltDateXpathCtxtRegister () from /usr/local/lib/libexslt.so.8 #1 0x0000000001000000 in ?? () #2 0x080000003e000000 in ?? () #3 0x010000002c80f604 in ?? () #4 0x0000000000000000 in ?? () Worse, I've been building my port tree with -g, and strangely, I don't get = any debuging information... Activationg memory debug option in libxslt port= do not give more than that, too. Does anybody had experience with such problems and found the source? Thanks --=20 Matthieu Volat --Sig_/LBzgfWsN9=wiCRVaPwbWFUF Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlRzacQACgkQ+ENDeYKZi3452gCg0dOz1flXbYV6RwBdQm0C0Zgg WrAAn13fJ+/DqLGGNOZicUqwlxkB6Rpa =PNxk -----END PGP SIGNATURE----- --Sig_/LBzgfWsN9=wiCRVaPwbWFUF--