grafana / pyroscope-rs

Pyroscope Profiler for Rust. Profile your Rust applications.
Apache License 2.0
132 stars 22 forks source link

fd leak in epoll thread in case of error #126

Open korniltsev opened 11 months ago

korniltsev commented 11 months ago

timer_fd and epoll_fd are not closed during any error in the epoll thread and seem to be leaking in case of an error.