From 67821070f1e21ce8cd972d7c92c8db20d6491c9a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 17 Feb 2010 23:11:33 -0600 Subject: [PATCH] BUGS is no longer relevant, as the build system installs files in a way where this is no longer a problem. --- BUGS | 28 ---------------------------- README.FIRST | 2 -- 2 files changed, 30 deletions(-) delete mode 100644 BUGS diff --git a/BUGS b/BUGS deleted file mode 100644 index 5cc3fa5c..00000000 --- a/BUGS +++ /dev/null @@ -1,28 +0,0 @@ - Known Bugs worthy of a mention: --------------------------------------------------------------------------------- - -1. /MODUNLOAD causes cores: - - If a module is modified before being unloaded, /MODUNLOAD (and - therefore /MODRELOAD) may cause a core. - - This problem is caused by the behaviour of the OS, which treats - shared libraries differently to executables (modifying the ircd - binary whilst it is running would also cause a core, but is denied - by the OS). - - A workaround to avoid coring is possible however. To install new - modules, first remove or rename the old module, then copy/move the - new file into place. install or make install is also safe. - /MODUNLOAD will then work successfully. - - We will likely have a workaround implemented in the next version. - -BUG REPORTS: If you run this code and encounter problems, you must report - the bug on http://bugs-meta.atheme.org/ (Charybdis project) or via IRC, - irc.atheme.org #charybdis. - - Please include a gdb backtrace and keep your binaries, modules and core file - in case the developers need more information. - --------------------------------------------------------------------------------- -$Id: BUGS 3344 2007-04-01 22:20:00Z jilles $ diff --git a/README.FIRST b/README.FIRST index 266bde31..aef4008f 100644 --- a/README.FIRST +++ b/README.FIRST @@ -49,8 +49,6 @@ Feature Specific Requirements: - To report bugs in charybdis, visit us at irc.atheme.org #charybdis -- Known bugs are listed in the BUGS file - - See the INSTALL document for info on configuring and compiling charybdis.