Actions
Bug #2599
closedgit-pbchk suffers classic pipe deadlock
Start date:
2012-04-07
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
git-pbchk runs git, lets it write the output to a pipe, and waits for it to complete. For output larger than the pipe buffer we will thus deadlock.
We should do what Checks/Process* do, and write to an auto-deleting temporary file.
Updated by Rich Lowe almost 11 years ago
- Status changed from New to In Progress
- Assignee set to Rich Lowe
- % Done changed from 0 to 80
- Tags deleted (
needs-triage)
Updated by Rich Lowe almost 11 years ago
- Status changed from In Progress to Resolved
- % Done changed from 80 to 100
Resolved in r13757 commit:2e70a48f5fe2
Actions