2 --------------------------------------------------------------------------------
4 [ 1 ] /MODUNLOAD causes cores (segmentation faults)
6 If a module is modified before being unloaded, /MODUNLOAD (and therefore
7 /MODRELOAD) may cause a core.
9 This problem is caused by the behaviour of the OS, which treats shared
10 libraries differently to executables (modifying the ircd binary whilst it is
11 running would also cause a core, but is denied by the OS).
13 A workaround to avoid coring is possible however. To install new modules,
14 first remove or rename the old module, then copy/move the new file into place.
15 install or make install is also safe. /MODUNLOAD will then work successfully.