[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Please help me to resolve a tail related server fault
From: |
Jim Meyering |
Subject: |
Re: Please help me to resolve a tail related server fault |
Date: |
Sun, 10 Feb 2013 04:03:11 +0100 |
Liu Haifeng wrote:
> I got this resolved, it's a bug in my java code. I didn't close the error
> stream, which means tail's stderr was piped to the java program too. I did not
> consume any error output, and after a month the stderr buffer got full, that
> caused tail to block.
Thanks for the follow-up.