summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-24 08:04:57 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-24 08:04:57 +0000
commitf42b66df986e7a7eb617841ee5550ffbad567449 (patch)
treedee46e2dcaa0e07aebcad9127380efde515ca59d /doc
parent5ed58ba958f88080cf9bb479145695420940cc15 (diff)
downloadrsyslog-f42b66df986e7a7eb617841ee5550ffbad567449.tar.gz
rsyslog-f42b66df986e7a7eb617841ee5550ffbad567449.tar.xz
rsyslog-f42b66df986e7a7eb617841ee5550ffbad567449.zip
made sure no call to exit or die is done once rsyslogd is running
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/bugs.html b/doc/bugs.html
index f3592b0c..1903ba5b 100644
--- a/doc/bugs.html
+++ b/doc/bugs.html
@@ -41,14 +41,6 @@ names...).</p>
<p>This format is actually not 100% compatible with stock syslogd - the
date is missing. Will be fixed soon and can also be fixed just via
the proper template. Anyone up for this? ;)</p>
-<h2>CALLS to exit()</h2>
-<p>I have removed all calls to exit() I have introduced. However, there are
- still some left from the original code. Most of them are OK, being done
- on initial startup when a severe error happens. There are some, I think,
- that might happen during runtime when a memory shortage is detected. We
- should look into this issues. Finding some smarter code would allow
- rsyslog to become even more fault-tolerant (but obviously, there is always
- a cost, in this case most probably the loss of at least one message).</p>
<h2>SIGPIPE HANDLING</h2>
<p>Currently, SIGPIPE is ignored. This is necessary to handle broken TCP
connections. We should further look into this issue and see which other