Server Error

07/21/2012 17:54 KeepMON#1
Hi,
Well, my english isn't perfect <.< but i will try.

On my server, one day ago, start one error:
Assertion failed: (m_pUsedList==NULL && "CDynamicPool::~CDynamicPool() - NOT Clear"), function ~CDynamicPool, file ../../common/pool.h, line 41.

This happens on putty and send the channel OFF, some times send 2 channels OFF.

If don't understand say, i try explain again.
07/21/2012 17:58 Al.Pacino#2
Well, there are many options why this error happens. Maybe you have a wrong syntax in a "npc.txt" file for maps, or you edited the common_drop_item or other files wrong.
07/21/2012 18:13 KeepMON#3
is there away to identify where?
07/21/2012 18:21 Al.Pacino#4
Quote:
Originally Posted by KeepMON View Post
is there away to identify where?
Maybe GDB.

PHP Code:
server# cd /home/game/share
server# gdb game
server# run
server# backtrace 
Post the output here.
07/21/2012 18:35 KeepMON#5
[New LWP 100153]
[New Thread 2880217428802140 (LWP 100153)]
Cannot get thread event message: generic error


(gdb) backtrace
#0 0x28601751 in _thread_bp_create () from /usr/lib32/libthr.so.3
#1 0x28601800 in _thread_bp_death () from /usr/lib32/libthr.so.3
#2 0x00000042 in ?? ()
#3 0x285ff0c4 in pthread_join () from /usr/lib32/libthr.so.3
#4 0x285ff4f2 in pthread_join () from /usr/lib32/libthr.so.3
#5 0x28602355 in __error () from /usr/lib32/libthr.so.3
#6 0x284a52f8 in ?? ()
#7 0x284b31b0 in ?? ()
#8 0xffffd658 in ?? ()
#9 0x285f5d25 in ?? () from /usr/lib32/libthr.so.3
#10 0x284b6400 in ?? ()
#11 0x284a52f8 in ?? ()
#12 0xffffd658 in ?? ()
#13 0x28479d53 in _rtld_error () from /libexec/ld-elf.so.1


there he is

Can anyone help me?