diff options
Diffstat (limited to 'docs/BUGS')
-rw-r--r-- | docs/BUGS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Reported Bugs from Mantis: http://www.anope.org/bug +Reported Bugs from Bugzilla: http://bugs.anope.org =================================================== .- Strange Segfault on expiring nicknames. Almost arbitrary, very hard @@ -13,3 +13,6 @@ Reported Bugs from Mantis: http://www.anope.org/bug timed events (nick kills, database saving, etc.) until the next message comes in from Services' uplink server. +.- Due to the usage of execve() once we SIGHUP from the shell, we can only + do it once, after that execve() resets our signals. + |