Date: Mon, 24 Nov 2014 18:24:18 +0100 From: Matthieu Volat <mazhe@alkumuna.eu> To: ports@freebsd.org, gnome@freebsd.org Subject: xsltproc segfaults Message-ID: <20141124182418.4567a069@freedom>
next in thread | raw e-mail | index | archive | help
--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 <mazhe@alkumuna.eu> --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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141124182418.4567a069>