grafana / grafana/pyroscope-dotnet

bug: LinuxStackFramesCollector::CollectStackSampleSignalHandler is not async-signal-safe

Open
#348 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.