Import from http://svn.freenode.net/ircd-seven/private/beu/seven (r196).
[seven-1.x.git] / BUGS
blob1d91509d115ec6a4b9fa1e5d970f8c0c6cedba83
1  Known Bugs worthy of a mention:
2 --------------------------------------------------------------------------------
3   
4 1.  /MODUNLOAD causes cores:
5     - If a module is modified before being unloaded, /MODUNLOAD (and
6       therefore /MODRELOAD) may cause a core.
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).
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.
18       We will likely have a workaround implemented in the next version.
20 BUG REPORTS: If you run this code and encounter problems, you must report
21  the bug via IRC, irc.atheme.net #athemenet-dev.
23  Please include a gdb backtrace and keep your binaries, modules and core file
24  in case the developers need more information.
26 --------------------------------------------------------------------------------
27 $Id: BUGS 26 2006-09-20 18:02:06Z spb $