Issue information

Issue ID
#2286
Status
Duplicate
Severity
None
Started
Hercules Elf Bot
Sep 28, 2008 18:39
Last Post
Hercules Elf Bot
Sep 28, 2008 18:39
Confirmation
N/A

Hercules Elf Bot - Sep 28, 2008 18:39

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

Map server was crash.
CODE
(gdb) where
#0  0x282ccb72 in memset () from /lib/libc.so.6
#1  0x12e5e418 in ?? ()
#2  0x08118f21 in _mcalloc (num=1854593182, size=0, file=0x81316f2 "skill.c",
   line=9933, func=0x812fae4 "skill_unit_move_unit_group") at malloc.c:325
#3  0x080c0995 in skill_unit_move_unit_group (group=0x0, m=442, dx=1, dy=-1)
   at skill.c:9933
#4  0x0804ac91 in map_moveblock (bl=0x127bf018, x1=151, y1=113,
   tick=1890607507) at map.c:443
#5  0x0810d278 in unit_walktoxy_timer (tid=1850, tick=1890607507, id=2002375,
   data=366) at unit.c:153
#6  0x08115f0e in do_timer (tick=1890607507) at timer.c:390
#7  0x08113815 in main (argc=1, argv=0xbfbfecc0) at core.c:253


CODE
(gdb) bt full
#0  0x282ccb72 in memset () from /lib/libc.so.6
No symbol table info available.
#1  0x12e5e418 in ?? ()
No symbol table info available.
#2  0x08118f21 in _mcalloc (num=1854593182, size=0, file=0x81316f2 "skill.c",
   line=9933, func=0x812fae4 "skill_unit_move_unit_group") at malloc.c:325
       p = (void *) 0x0
#3  0x080c0995 in skill_unit_move_unit_group (group=0x0, m=442, dx=1, dy=-1)
   at skill.c:9933
       i = 166705372
       j = 0
       tick = 1890607507
       m_flag = (int *) 0x3
       unit1 = (struct skill_unit *) 0x6e8ad89e
       unit2 = (struct skill_unit *) 0xba2b6278
       __FUNCTION__ = "skill_unit_move_unit_group"
#4  0x0804ac91 in map_moveblock (bl=0x127bf018, x1=151, y1=113,
   tick=1890607507) at map.c:443
       x0 = 150
       y0 = 114
       sc = (struct status_change *) 0x127bf2b0
       moveblock = 0
#5  0x0810d278 in unit_walktoxy_timer (tid=1850, tick=1890607507, id=2002375,
---Type <return> to continue, or q <return> to quit---
   data=366) at unit.c:153
       i = 310112280
       x = -1171561864
       y = 114
       dx = 1
       dy = -1
       bl = (struct block_list *) 0x127bf018
       sd = (struct map_session_data *) 0x127bf018
       md = (struct mob_data *) 0x0
       ud = (struct unit_data *) 0x127bf030
#6  0x08115f0e in do_timer (tick=1890607507) at timer.c:390
       tid = 1850
       diff = 0
       __FUNCTION__ = "do_timer"
#7  0x08113815 in main (argc=1, argv=0xbfbfecc0) at core.c:253
       next = 0
(gdb)

What can you tell about this?



This post has been edited by Tamrang: Sep 28 2008, 11:48 AM