We had a funny core dump which didn\'t really make much sense:
#0 0x082ca5c1 in csRandomGen::RANMAR() (this=0x845cc50) at libs/csutil/randomgen.cpp:99
#1 0x0816fcd9 in csRandomGen::Get() (this=0x845cc50)
at /home/planeshift/psserver/CS/include/csutil/randomgen.h:60
#2 0x082ca6dc in csRandomGen::Get(unsigned) (this=0x845cc50, iLimit=300)
at libs/csutil/randomgen.cpp:116
#3 0x08227a27 in psItem::ScheduleRemoval() (this=0x92f1544)
at src/server/bulkobjects/psitem.cpp:2355
#4 0x0820b394 in EntityManager::CreateItem(psItem*, bool) (this=0x84cf268,
So we did a clean rebuild of the server and it appears to be better now.