grafana / grafana/pyroscope-dotnet
bug: LinuxStackFramesCollector::CollectStackSampleSignalHandler is not async-signal-safe
Open
- Dominant language
- C++
- Stars
- 38
- Forks
- 13
- Avg merge
- 20h 15m
- Merged PRs (30d)
- 10
Description
```
std::unique_lock lock(s_stackWalkInProgressMutex);
_stackWalkInProgressWaiter.notify_one();
...
This should not be used...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.