microsoft/logmerge

logmerge | more plus quitting can yield Broken Pipe exception

Open

#5 aperta il 15 dic 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (14 fork)auto 404
buggood first issue

Metriche repository

Star
 (31 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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).

Guida contributor