strange problem with gdb

Tepoo

New member
Messages
139
Points
0
Emulator
Hercules
Hello everyone,

as we are always aware of a map-server crash we always try to find out what caused the problem and how we can fix it.

to do this we are using gdb on our plattform to get the core dumb if the map-server is crashing.

but we have one problem.

we are only getting this from a bt full

#0 0x0000000000576ffa in mob_dead ()No symbol table info available.#1 0x000000000045a67d in status_damage ()No symbol table info available.#2 0x0000000000472179 in skill_castend_nodamage_id.part.60.192262 ()No symbol table info available.#3 0x00000000004bfc22 in skill_castend_nodamage_id ()No symbol table info available.#4 0x00000000004bf5f7 in skill_castend_id ()No symbol table info available.#5 0x0000000000412db0 in do_timer.3191 ()No symbol table info available.#6 0x0000000000405d32 in main ()No symbol table info available.

everytime there is the information "No symbol table info available". 

We dont find a solution for this problem.

We are using a Debian 7.4 stable (Wheezy) (64bit)

if someone knows how to fix this, we would be realy glad

Greetings

Gardosen

 
does nobody know what could cause problem? 
default_sad.png


 
Maybe update your gdb version(I occured this with old gdb) or recompile server(make clean, then make all)

 
we are making a full make clean everytime before we compile to the newest state.

also it is the newest version. thats the problem.

we know how to work with it, and on my local system is works fine.

it just fucks us up on our live debian weezy system and we dont know why.... :-(

 
Back
Top