Closed ayakael closed 9 months ago
On Fedora/RHEL, we leave that file around. It doesn't seem to hurt anything as far as I can tell.
Also on Fedora/RHEL, with newer versions of .NET, we have made the dependency on lttng-ust optional at the distro-package-level. libcoreclrtraceptprovider.so
correctly handles the case when lttng-ust is missing from the distro.
I dropped the lttng changes as I adopted your approach to dealing with this bug. The test units passes now.
Thanks!
Current failure has to do with removing
libcoreclrtraceptprovider.so
due https://github.com/dotnet/runtime/issues/57784. @omajid Is best practice still to remove that file since lttnng-ust tracing is still broken?