microsoft/logmerge
View on GitHublogmerge | more plus quitting can yield Broken Pipe exception
Open
#5 opened on Dec 15, 2018
buggood first issue
Repository metrics
- Stars
- (31 stars)
- PR merge metrics
- (PR metrics pending)
Description
When the output of logmerge is being piped to more (or similar reader), and the pipe buffer fills before the merge is complete, and the user quits from more or otherwise terminates the pipeline, logmerge crashes with a Broken Pipe exception. logmerge should silently eat that exception and simply exit(0).