瀏覽代碼

* Disabled ers until recent crashes are fixed.
- ers entries are being corrupted, probably by modifying them after they are released or by releasing something else

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11900 54d463be-8e91-2dee-dedb-b68131a5f0ec

FlavioJS 17 年之前
父節點
當前提交
ef54f5d793
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      Changelog-Trunk.txt
  2. 1 1
      src/common/ers.h

+ 3 - 0
Changelog-Trunk.txt

@@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
 2007/12/13
+	* Disabled ers until recent crashes are fixed.
+	- ers entries are being corrupted, probably by modifying them after they 
+	  are released or by releasing something else
 	* Abstracted the windows socket code so that all fd's are in the range
 	  [1,FD_SETSIZE[. (bugreport:604)
 	- The socket of a fd is forgotten when executing sClose, so things that 

+ 1 - 1
src/common/ers.h

@@ -59,7 +59,7 @@
  * All code except the typedef of ERInterface will be disabled.
  * To allow a smooth transition, 
  */
-//#define DISABLE_ERS
+#define DISABLE_ERS
 
 /**
  * Entries are aligned to ERS_ALIGNED bytes in the blocks of entries.