-
Notifications
You must be signed in to change notification settings - Fork 13
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
format string error when reporting flag percentages in gain machine #369
Comments
Ok this is biting me it seems. It hangs after about 3 hours of processing with multiple directions (all processes and threads are in sleep state. Will need to fix it as a matter of urgency tomorrow. |
Specifically happens in solver verbosity > 1. I'm going to try run in lower verbosity right now to check if the run at least goes through and there is nothing else wrong on top |
Ok I can confirm it runs at lower verbosity levels. However it does point to a problem in collecting return codes from subprocess pool. |
I spoke too soon. The process hung after two tiles. There are no exceptions reported in the logs |
scratch that, upon further inspection it seems the previous containers didn't properly terminate and were hanging onto a write lock. Will need to reset flags and start again :( |
Reported by @SpheMakh. Probably due to some edge case when everything was flagged, and the reduction collapsed to some weird array.
The text was updated successfully, but these errors were encountered: