xsltproc segfaults

Baptiste Daroussin bapt at FreeBSD.org
Mon Nov 24 17:31:12 UTC 2014


On Mon, Nov 24, 2014 at 06:24:18PM +0100, Matthieu Volat wrote:
> 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 conditions.
> 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 found)...
> Core was generated by `xsltproc'.
> Program terminated with signal 11, Segmentation fault.
> Reading symbols from /usr/local/lib/libxslt.so.2...(no debugging symbols found)...done.
> Loaded symbols for /usr/local/lib/libxslt.so.2
> Reading symbols from /usr/local/lib/libexslt.so.8...(no debugging symbols found)...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.
> 
Because that is not how one with suppose to build with debug :)
make WITH_DEBUG=yes

Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20141124/04d2b09e/attachment.sig>


More information about the freebsd-ports mailing list