This commit is contained in:
cmcmarrow 2020-09-28 17:00:54 -06:00 committed by Daniel Wozniak
parent 5df9eb3dc1
commit 300aefbc0c

6
changelog/58364.fixed Normal file
View file

@ -0,0 +1,6 @@
Fixed zmq salt-call hang!
Some objects from the 3rd party module zmq fail to deconstruct if left to the GC when Python exits.
This is because the objects get destroyed out of order.
This only happens on some platforms like ubuntu 20.04 and some versions of FreeBSD.
We fixed this hang by deconstructing all zmq objects in the right order before we exit salt-call.