]> jfr.im git - irc/rqf/shadowircd.git/blame - BUGS
[svn] DNSBL keyword substitution is available as of 2.1.3.
[irc/rqf/shadowircd.git] / BUGS
CommitLineData
212380e3 1 Known Bugs worthy of a mention:
2--------------------------------------------------------------------------------
3
41. /MODUNLOAD causes cores:
5 - If a module is modified before being unloaded, /MODUNLOAD (and
6 therefore /MODRELOAD) may cause a core.
7
8 This problem is caused by the behaviour of the OS, which treats
9 shared libraries differently to executables (modifying the ircd
10 binary whilst it is running would also cause a core, but is denied
11 by the OS).
12
13 A workaround to avoid coring is possible however. To install new
14 modules, first remove or rename the old module, then copy/move the
15 new file into place. install or make install is also safe.
16 /MODUNLOAD will then work successfully.
17
18 We will likely have a workaround implemented in the next version.
19
20BUG REPORTS: If you run this code and encounter problems, you must report
21 the bug via IRC, irc.atheme.net #athemenet-dev.
22
23 Please include a gdb backtrace and keep your binaries, modules and core file
24 in case the developers need more information.
25
26--------------------------------------------------------------------------------
27$Id: BUGS 1634 2006-06-04 13:26:04Z jilles $