Issue information

Issue ID
#2624
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 3, 2009 15:10
Last Post
Hercules Elf Bot
Apr 18, 2012 15:40
Confirmation
N/A

Hercules Elf Bot - Jan 3, 2009 15:10

Originally posted by [b]AquaWolf[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2624

Hello, my map server crashed tonight for who knows why @_@

Here is the stackdump i collected from it, also the lines from my source files.

CODE
[xxxx@server trunk]$ ./tools/stackdump map sql 0037
??
??:0
skill_castend_id
/home/twilight/trunk/src/map/skill.c:5544
unit_skilluse_id2
/home/twilight/trunk/src/map/unit.c:1103
mobskill_use
/home/twilight/trunk/src/map/mob.c:3038
unit_attack_timer_sub
/home/twilight/trunk/src/map/unit.c:1539
do_timer
/home/twilight/trunk/src/common/timer.c:390
main
/home/twilight/trunk/src/common/core.c:254
??
??:0
_start
??:0
[xxxx@server trunk]$


/home/twilight/trunk/src/map/skill.c:5544
CODE
            skill_castend_nodamage_id(src,target,ud->skillid,ud->skilllv,tick,flag);


/home/twilight/trunk/src/map/unit.c:1103
CODE
        skill_castend_id(ud->skilltimer,tick,src->id,0);


/home/twilight/trunk/src/map/mob.c:3038
CODE
            if (!unit_skilluse_id2(&md->bl, bl->id,
                ms[i].skill_id, ms[i].skill_lv,
                ms[i].casttime, ms[i].cancel))


/home/twilight/trunk/src/map/unit.c:1539
CODE
            if (mobskill_use(md,tick,-1))


/home/twilight/trunk/src/common/timer.c:390
CODE
                timer_data[tid].func(tid, timer_data[tid].tick, timer_data[tid].id, timer_data[tid].data);


/home/twilight/trunk/src/common/core.c:254
CODE
            do_sockets(next);



I hope this helps so it can be fixed....



thank you

Hercules Elf Bot - Dec 26, 2011 11:40

Originally posted by [b]Ind[/b]
was fixed in a previous ea revision