[Bug 223680] www/firefox: DTRACE=on fails with /usr/bin/ld: error: ../../js/src/jsarray.o: string table non-null terminated
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Nov 16 07:14:52 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223680
--- Comment #5 from commit-hook at freebsd.org ---
A commit references this bug:
Author: markj
Date: Thu Nov 16 07:14:29 UTC 2017
New revision: 325886
URL: https://svnweb.freebsd.org/changeset/base/325886
Log:
Take r313504 into account when recomputing the string table length.
When we encounter a USDT probe in a weak symbol, we emit an alias for
the probe function symbol. Such aliases are named differently from the
aliases we emit for probes in local functions, so make sure to take that
difference into account when resizing the output object file's string
table. Otherwise, we underrun the string table buffer.
PR: 223680
Changes:
head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-dtrace
mailing list