https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223680
Bug ID: 223680
Summary: www/firefox: DTRACE=on fails with /usr/bin/ld: error:
../../js/src/jsarray.o: string table non-null
terminated
Product: Ports & Packages
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223680
Jan Beich changed:
What|Removed |Added
Assignee|ge...@freebsd.org |freebsd-toolchain@FreeBSD.o
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223680
--- Comment #2 from Jan Beich ---
Another way to reproduce:
$ ln -fs ld.lld /usr/bin/ld
$ pkg install autoconf213 gmake python27 mercurial
$ hg clone https://hg.mozilla.org/mozilla-central
$ cd mozilla-central/js/src
$ autoconf-2.13
$ ./co
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223680
--- Comment #3 from Dimitry Andric ---
After dtrace processes the jsarray.o file, its .strtab session is no longer
null-terminated, e.g. before dtrace it looks like:
Hex dump of section '.strtab':
0x 005f5a32 354a535f 5265706f 72
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223680
Mark Johnston changed:
What|Removed |Added
CC||ma...@freebsd.org
Assign