]> jfr.im git - irc/freenode/ircd-seven.git/blame - BUGS
m_kline: insert a safety zero early
[irc/freenode/ircd-seven.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
d6282499 20BUG REPORTS: If you run this code and encounter problems, you should report
0378ede0 21 the bug on https://github.com/freenode/ircd-seven or via IRC,
d6282499 22 irc.freenode.net #freenode-seven.
212380e3 23
24 Please include a gdb backtrace and keep your binaries, modules and core file
25 in case the developers need more information.
26
27--------------------------------------------------------------------------------
91132813 28$Id: BUGS 3344 2007-04-01 22:20:00Z jilles $