Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2017 07:14:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-dtrace@FreeBSD.org
Subject:   [Bug 223680] www/firefox: DTRACE=on fails with /usr/bin/ld: error: ../../js/src/jsarray.o: string table non-null terminated
Message-ID:  <bug-223680-32976-JMfvgUhpRw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223680-32976@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223680-32976@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=3D223680

--- Comment #5 from commit-hook@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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223680-32976-JMfvgUhpRw>