OpenSolaris

Printable Version Enter a New Search
Bug ID 6565305
Synopsis check_rtime should ignore DTrace USDT symbols in sort section test
State 10-Fix Delivered (Fix available in build)
Category:Subcategory consolidation:os-net-tools
Keywords
Responsible Engineer Ali Bahrami
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_67
Fixed In snv_67
Release Fixed solaris_nevada(snv_67)
Related Bugs 6565300
Submit Date 4-June-2007
Last Update Date 20-June-2007
Description
I recently added a new test, designed to catch symbols with duplicate
addresses in our ELF symbol sort sections:

	6518331 Eliminate duplicate addresses from ON ELF symbol sort sections

This test is catching duplicate symbols that result when a DTrace USDT probe
is placed into a non-global function, as detailed in:

        6565300 ld should exclude hidden USDT provider probe symbols from
                symbol sort sections

That fix will not be available immediately. To prevent nightly builds from seeing
unnecessary noise out of check_rtime in the meantime, a small adjustment to
check_rtime should be made so that it will recognize USDT probe symbols and
skip them. These symbols do not reflect programmer error, so this will not
reduce the quality of our builds.
Work Around
N/A
Comments
N/A