Sometimes when running a command, typically when running many commands in quick succession and possibly at the same time, I see an exit code of 0 and no output for the following command:
git show -s --format=%cI <commitid>
I've tried reproducing this in my shell and in Python with something to the effect of while True: run_command()
, but haven't been able to reproduce it, making me think this is most likely a bug in Command, rather than something else to do with my system.
Things I've checked:
CommandRunner
? I doubt it, it looks like the struct is stateless apart from the logger.Not sure what information would be useful here, I'm going to dig into the code and try to track down what's going on. Would appreciate any discussion about whether this has been seen before, what might be triggering it, etc.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too