diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-25 16:38:20 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-25 16:38:20 +0000 |
commit | 6feb1c2b3e122407b66081c1bf9c7508514a6343 (patch) | |
tree | 328fdd3a2ff7cb34ad5891466c2d6081b184309c | |
parent | b0b4d2274268da36513f247bb33b7ea1756f4c66 (diff) | |
download | rsyslog-6feb1c2b3e122407b66081c1bf9c7508514a6343.tar.gz rsyslog-6feb1c2b3e122407b66081c1bf9c7508514a6343.tar.xz rsyslog-6feb1c2b3e122407b66081c1bf9c7508514a6343.zip |
being doc updates
-rw-r--r-- | doc/bugs.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs.html b/doc/bugs.html index 1903ba5b..617af9f8 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -14,6 +14,11 @@ both.</p> <p>This list has last been updated on 2005-09-26 by
<a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer Gerhards</a>.</p>
<h1>rsyslogd</h1>
+<h2>multi-threading and BSD</h2>
+<p>Multi-threading does currently not work reliably on BSD, at least
+not upon program termination. It looks like this is related with the
+way BSD handles signals. I am currently looking at it. In the mean
+time, compile BSD builds without threading support (the default).
<h2>REPEATED LOG LINES</h2>
<p>If multiple log lines with the exact same content are received,
the duplicates are NOT suppressed. This is done by sysklogd
|