Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2016 05:46:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 203250] textproc/libxslt: xsltproc segfaults on git documentation
Message-ID:  <bug-203250-6497-FpbTNZnYSU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203250-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203250-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203250

--- Comment #6 from Lacey Powers <lacey.leanne@gmail.com> ---
After spending a few months on and off analyzing this core dump and the
program, this comes about because of the recommended settings for DTrace.

https://wiki.freebsd.org/DTrace/userland

CFLAGS+=3D-fno-omit-frame-pointer

This library uses the frame pointer for its own work. Omitting this flag for
the build of this specific port gets rid of the bug.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203250-6497-FpbTNZnYSU>