Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 377 Bytes

The small tool for debugging deadlocks in Podman

Just run this tool without any arguments and observe output like this:

Open libpod_rootless_lock_1000 ...
Lock #4 owner is thread 1796951
Lock #5 owner is thread 1796951
Lock #8 owner is thread 1797100

It allows to understand which mutexes are locked by particular threads and might help with deadlocks debugging.