You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
glibc with pthreads uses RT signal to interrupt syscalls and notify all threads when any thread changes uid of the process. Pyflame is unaware of this signal and fails on it.
Thanks, this is a very good bug report. I have been working on other projects recently, but I will fix this next time I have some cycles for Pyflame. I imagine this would be a pretty small change if anyone else wants to get a PR in.
Reproducible on:
Details:
glibc with pthreads uses RT signal to interrupt syscalls and notify all threads when any thread changes uid of the process. Pyflame is unaware of this signal and fails on it.
How to reproduce:
test_setuid.py:
run:
The text was updated successfully, but these errors were encountered: