summaryrefslogtreecommitdiff
path: root/fixme
diff options
context:
space:
mode:
Diffstat (limited to 'fixme')
-rw-r--r--fixme5
1 files changed, 5 insertions, 0 deletions
diff --git a/fixme b/fixme
index 29ac7cf996..29a6c260f2 100644
--- a/fixme
+++ b/fixme
@@ -40,3 +40,8 @@
- automatically delete stale unix sockets
- .socket needs to be notified not only by .service state changes, but also unsuccessful start jobs
+
+- we probably cannot use glibc's syslog() for logging, since it
+ presumably uses the logging socket in blocking mode which might
+ trigger a deadlock if syslog does not process the socket anymore
+ (maybe because it is restarted) and the socket buffer is full.