The process of producing the .deb package files strips symbols out of the .so files. However, we explicitly include function-level symbols in native binaries for use during performance tracing. tar.gz files are unaffected.
Steps to reproduce
- Install the .deb files for the shared framework for any of the Ubuntu distros either directly or via apt-get.
- Run nm </path/to/libcoreclr.so>
Expected behavior
Function-level symbols are displayed.
Actual behavior
No symbols are displayed.
Environment data
The process of producing the .deb package files strips symbols out of the .so files. However, we explicitly include function-level symbols in native binaries for use during performance tracing. tar.gz files are unaffected.
Steps to reproduce
Expected behavior
Function-level symbols are displayed.
Actual behavior
No symbols are displayed.
Environment data