microsoft/logmerge

logmerge | more plus quitting can yield Broken Pipe exception

Open

#5 opened on Dec 15, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (14 forks)auto 404
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).

Contributor guide