-
Notifications
You must be signed in to change notification settings - Fork 177
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
pigz hanging waiting on lock #116
Comments
What operating system? |
Azure Linux I should add, looking at the core
|
I have not seen this exactly before, but there have been two reports on SuSE systems of a hang due to a pthread bug in that system, which is why I asked about your OS. There is this report of a pthread bug in glibc that could impact pigz due to its use of condition waits. If you look at those messages, the one at the end from just last month is asking about whether a fix to glibc has been made or not. Sounds like not. Your problem may be related to that, or it may be something else. These sorts of reports are very rare, so it is difficult to conclude anything. It seems that pthread is a difficult thing to write correctly. |
I can report the issue too on Debian 11, kernel 6.6.13 (backports), Beelink SER5 Pro (Ryzen 7 5800H, 32 GB RAM, NVMe SSD). |
…me systems) See madler/pigz#116 for reference
I am seeing an issue with pigz where it's getting stuck. I have cpio piping data over to pigz
On the pigz side i can see:
Stuck on a lock, looking at the stack
Has anyone seen pigz get stuck like this?
The text was updated successfully, but these errors were encountered: