[Bug 203250] textproc/libxslt: xsltproc segfaults on git documentation

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 17 05:46:31 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203250

--- Comment #6 from Lacey Powers <lacey.leanne at 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+=-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.

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


More information about the freebsd-gnome mailing list