Comment 3 for bug 2039957

Revision history for this message
Benjamin Drung (bdrung) wrote :

It looks like the called binary is hanging. Since `Popen.communicate()` is called without `timeout` set, it will wait forever to exit. Upstream has a fix for a hanging case: https://github.com/sahib/rmlint/pull/557

I am currently testing if that will fix the hang in our case.