Issue information

Issue ID
#3999
Status
Duplicate
Severity
None
Started
Hercules Elf Bot
Jan 6, 2010 20:32
Last Post
Hercules Elf Bot
Jan 6, 2010 20:32
Confirmation
N/A

Hercules Elf Bot - Jan 6, 2010 20:32

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

2 different crashes, 3 in total in less than 20 minutes.

First one
CODE
#0  skill_trap_splash (bl=0xe982e28, ap=0xbfef21b0 "\\þÕªý½\036\ný½\036\nP") at skill.c:9865
9865            nullpo_retr(0, ss = map_id2bl(sg->src_id));
(gdb) bt full
#0  skill_trap_splash (bl=0xe982e28, ap=0xbfef21b0 "\\þÕªý½\036\ný½\036\nP") at skill.c:9865
        src = (struct block_list *) 0xaad5fe5c
        tick = 169786877
        sg = (struct skill_unit_group *) 0x0
        ss = (struct block_list *) 0xebc5ab8
#1  0x08066c87 in map_foreachinrange (func=0x80ef604 <skill_trap_splash>, center=0xaad5fe5c, range=2, type=Variable "type" is not available.
) at map.c:566
        bx = Variable "bx" is not available.


Second one
CODE
#0  skill_delunitgroup (group=0x0) at skill.c:10172
10172           src=map_id2bl(group->src_id);
(gdb) bt full
#0  skill_delunitgroup (group=0x0) at skill.c:10172
        src = Variable "src" is not available.

Third one
CODE
#0  skill_delunitgroup (group=0x0) at skill.c:10172
10172           src=map_id2bl(group->src_id);
(gdb) bt full
#0  skill_delunitgroup (group=0x0) at skill.c:10172
        src = Variable "src" is not available.


Edit:
Trunk version.

This post has been edited by panchox: Jan 6 2010, 08:09 PM