diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-09 18:47:15 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-09 18:47:15 +0000 |
commit | 282ccaeaede71ee6398702f3c1f5c0ed4f35c700 (patch) | |
tree | a3530b4c2234df55dc60829a34093a5ce8dd5811 | |
parent | a5e10b48759047197fd2dfe1c112e0e09a4b3f69 (diff) | |
download | fetchmail-282ccaeaede71ee6398702f3c1f5c0ed4f35c700.tar.gz fetchmail-282ccaeaede71ee6398702f3c1f5c0ed4f35c700.tar.bz2 fetchmail-282ccaeaede71ee6398702f3c1f5c0ed4f35c700.zip |
Add O17 on Linux's MSG_PEEK "Application bug" complaints.
In fact, these are linux kernel bugs, hopefully fixed in Linux 2.6.30.
svn path=/branches/BRANCH_6-3/; revision=5299
-rw-r--r-- | fetchmail-FAQ.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 8ba2a3c9..a14b2d09 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -278,6 +278,8 @@ immediately" in my logs.</a><br/> <a href="#O16">O16. Why is the Fetchmail FAQ only available in ISO-216 A4 format? How do I get the FAQ in Letter format?</a><br/> +<a href="#O17">O17. Linux logs "TCP(fetchmail:...): Application bug, race + in MSG_PEEK."</a><br/> <hr/> <h1 id="G">General problems</h1> @@ -3489,6 +3491,11 @@ favorite text editor, replace <samp>--size A4</samp> by <samp>--size make fetchmail-FAQ.pdf </pre> +<h2><a name="O17">O17. Linux logs "TCP(fetchmail:...): Application bug, race + in MSG_PEEK."</a></h2> +<p>That's in fact a bug in Linux kernels around the late 2.6.2X versions, +rather than fetchmail. Fetchmail has no race bugs around MSG_PEEK, +as of version 6.3.9. The message can safely be ignored.</p> <hr/> <table width="100%" cellpadding="0" summary="Canned page footer"> |