Dotnet trace doesn't work on alpine
Open
bug
runtime/dotnet
- Dominant language
- Python
- Stars
- 826
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
Running dotnet profiling in gprofiler_exe on alpine results with:
```
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/_MEIUIo28e/gprofiler/resources/dotnet/tools/dotnet-trace'
```
Dotnet-trace needs to run with via_staticx parameter when we invoke it - this way, it runs in staticx context. Also it will require packing additional libraries into the executable
Contributor guide
Assessment
This issue has not been assessed yet.