Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Race condition during exit where RestrackThread can leave a mutex orphaned due to thread cancellation #249

Open
MarioHewardt opened this issue May 16, 2024 · 0 comments
Assignees
Labels

Comments

@MarioHewardt
Copy link
Collaborator

Expected behavior

When running using -restrack, no error shown at the end of the run.

Actual behavior

Internal error displayed as a result of the RestrackTread being cancelled while waiting on the quit event which results in an orphaned mutex.

Steps to reproduce the behavior

  1. sudo procdump -restrack

System information (e.g., distro, kernel version, etc.)

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant