Issue information

Issue ID
#2989
Status
Unable to Fix
Severity
None
Started
Hercules Elf Bot
Apr 19, 2009 17:11
Last Post
Hercules Elf Bot
Apr 19, 2009 17:11
Confirmation
N/A

Hercules Elf Bot - Apr 19, 2009 17:11

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

I've recently updated my SVN to rev 13679 and since then, i've started to experience some random map server crashes. I've had the sig pluggin enabled, so i had a stackdump, here's the info.

SVN Info
QUOTE
[admin@server trunk]$ svn info
Path: .
URL: http://svn.eathena.ws/svn/ea/trunk
Repository Root: http://svn.eathena.ws/svn/ea
Repository UUID: 8d3bc1bb-15e8-0310-adf8-f98a08d51996
Revision: 13679
Node Kind: directory
Schedule: normal
Last Changed Author: jmanfffreak
Last Changed Rev: 13679
Last Changed Date: 2009-04-17 23:44:04 +0000 (Fri, 17 Apr 2009)


Stack Dump
QUOTE
[admin@server trunk]$ ./tools/stackdump map sql 0001
??
??:0
??
??:0
unit_attack_timer_sub
/home/admin/trunk/src/map/unit.c:1530
unit_attack
/home/admin/trunk/src/map/unit.c:1299
unit_walktoxy_timer
/home/admin/trunk/src/map/unit.c:247
do_timer
/home/admin/trunk/src/common/timer.c:330
main
/home/admin/trunk/src/common/core.c:254
??
??:0
_start
??:0


Source Mod I'm Using (From eAthena)
QUOTE


My Own Source Mod
QUOTE
- A custom at command called @logout (made from analysing the source code for the @autotrade command)
- A custom mapflag called nologout (made from analysing the source code for the nomemo mapflag)
- Various other minor src edits, e.g. MAX_LEVEL


If you think it could be my own source mod that's causing the crash, i'll give you my /trunk/src/ diff file (only if i trust you, i dont want to share my own modification). So far, my own source modification has compiled without any error and runs fine in game.

Thanks in advance.

This post has been edited by latheesan: Apr 19 2009, 10:14 AM