????
fuyu****@users*****
2004年 12月 12日 (日) 07:38:22 JST
Date: Sunday December 12, 2004 @ 07:38 Author: fuyu Update of /cvsroot/ochusha/ochusha/libtscore In directory sf-cvs:/tmp/cvs-serv6676 Modified Files: memory_system.cc Log Message: Fix bugs related to vectors. Vectors that have been survived from minor GC used to be not finalized as expected. Not finalized itself isn't a problem because vectors never have any information to be finalized. The problem is spaces at where vectors used to be aren't like ordinal Cells, and thus finalizer sometime misunderstand the type of Cell to be finalized. Misunderstood types often cause segmentation fault because of freeing odd space, executing anonymous function, deleting wrong object and so forth.