Jump to content

RN1986

Members
  • Posts

    439
  • Joined

  • Last visited

Posts posted by RN1986

  1. my map server crashes :(

    Memory manager: Memory leaks found at 2012/12/23 20h08m44s (Revision 17026).

    0001 : pc.c line 1889 size 41 address 0x0x7fdbc73f5a7c

    0002 : pc.c line 1890 size 34 address 0x0x7fdbc73f5b1c

    0003 : pc.c line 1889 size 41 address 0x0x7fdbc73f5b6c

    0004 : pc.c line 1890 size 34 address 0x0x7fdbc73f601c

    post-4403-0-44460100-1356364000_thumb.jpg

    here is line 1889 - 1890

    bonus.bonus_script = aStrdup(script);

    bonus.other_script = other_script?aStrdup(other_script):NULL;

  2. 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;
    }

  3. processing yeah right ^_^ i tried it on windows, disable logging it gives free ram` if i disable the logging. i also think that if i disable the logging. the server will communicate much faster to client...correct me if i'm wrong....noob here @rathena ^_^..

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.