From f42b66df986e7a7eb617841ee5550ffbad567449 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 24 Oct 2005 08:04:57 +0000 Subject: made sure no call to exit or die is done once rsyslogd is running --- doc/bugs.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'doc') 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...).

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? ;)

-

CALLS to exit()

-

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

SIGPIPE HANDLING

Currently, SIGPIPE is ignored. This is necessary to handle broken TCP connections. We should further look into this issue and see which other -- cgit