Jump to content
  • 0

map server crash hmm any help?


RN1986

Question


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.03
  • Content Count:  439
  • Reputation:   2
  • Joined:  05/04/12
  • Last Seen:  

Memory manager: Memory leaks found at 2012/07/20 16h25m28s (Revision 16356).

0001 : clif.c line 850 size 24 address 0x0xad7e331c

Memory manager: Memory leaks found at 2012/07/24 19h16m45s (Revision 16356).

0001 : pc.c line 1866 size 41 address 0x0xad24f264

0002 : pc.c line 1866 size 37 address 0x0xad24f864

0003 : pc.c line 1867 size 34 address 0x0xad24f9a4

0004 : pc.c line 1867 size 34 address 0x0xad24fb64

0005 : pc.c line 1866 size 41 address 0x0xad24fc24

Memory manager: Memory leaks found at 2012/08/06 18h48m52s (Revision 16356).

0001 : clif.c line 850 size 24 address 0x0xad5af3a4

line 847 to 853 clif.c

void clif_clearunit_delayed(struct block_list* bl, clr_type type, unsigned int tick)
{
struct block_list *tbl;
tbl = (struct block_list*)aMalloc(sizeof (struct block_list));
memcpy (tbl, bl, sizeof (struct block_list));
add_timer(tick, clif_clearunit_delayed_sub, (int)type, (intptr_t)tbl);
}

pc.c line1859-1869

}

bonus[i].rate = rate;
bonus[i].duration = dur;
bonus[i].active = INVALID_TIMER;
bonus[i].atk_type = flag;
bonus[i].pos = pos;
bonus[i].bonus_script = aStrdup(script);
bonus[i].other_script = other_script?aStrdup(other_script):NULL;
return 1;
}

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.03
  • Content Count:  439
  • Reputation:   2
  • Joined:  05/04/12
  • Last Seen:  

too many errors when updating :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

What types of errors?

You should learn how to merge your code, it'll save you a ton of time and problems.

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...