You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hammer spawns a subprocess running a tool (e.g. a fill deck)
The tool's script spawns some other process that waits for the tool to finish before running (e.g. merging fill with input database, like Hammer GDS merging #287)
As a result, there is a bidirectional wait dependency and so the tool never exits.
It appears the subprocess module can't support this scenario? At the moment, these kinds of scripts need to be run outside of Hammer.
The text was updated successfully, but these errors were encountered:
In this scenario, Hammer will hang:
It appears the
subprocess
module can't support this scenario? At the moment, these kinds of scripts need to be run outside of Hammer.The text was updated successfully, but these errors were encountered: