Issue information

Issue ID
#5576
Status
Confirmed
Severity
Fair
Started
Hercules Elf Bot
Apr 15, 2012 0:35
Last Post
Hercules Elf Bot
Apr 16, 2012 19:09
Confirmation
N/A

Hercules Elf Bot - Apr 15, 2012 0:35

Originally posted by [b]ngek202[/b]
Memory manager: Memory leaks found at 2012/04/15 08h13m43s (Revision 15858).
0001 : db.c line 1387 size 40 address 0x0xace9acfc
0002 : pc.c line 1874 size 31 address 0x0xabcd32bc
0003 : pc.c line 1874 size 31 address 0x0xabcd373c
0004 : pc.c line 1873 size 25 address 0x0xabcd3d9c
0005 : pc.c line 1873 size 25 address 0x0xabcd400c
0006 : pc.c line 1874 size 31 address 0x0xabcd44bc
0007 : pc.c line 1873 size 25 address 0x0xabcd451c

Codes on the corresponding lines:

db.c line 1387:
[CODE]CREATE(it, struct DBIterator_impl, 1);[/CODE]

pc.c line 1873:
[CODE]bonus[i].bonus_script = aStrdup(script);[/CODE]

pc.c line 1874:
[CODE]bonus[i].other_script = other_script?aStrdup(other_script):NULL;[/CODE]

I also seen an error on the mapserver after I used @mapexit command., something like db destruction @.@ forgot to copy it.

This post has been edited by ngek202 on Apr 15, 2012 0:35

Hercules Elf Bot - Apr 15, 2012 14:37

Originally posted by [b]Ind[/b]
this is odd. i reproduced the error but don't have much clue on why it happens since it is meant to be properly cleared upon exit

Hercules Elf Bot - Apr 15, 2012 16:19

Originally posted by [b]ngek202[/b]
:/ I'll try to monitor it after I try to restart my Server again.