• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Crash Log

_Aion_

Nothing Else
Joined
Jan 19, 2010
Messages
400
Solutions
4
Reaction score
10
Location
Jequie,Bahia,Brazil
Hello, my server are "crashing", i dont know how is problem.
started this in 8 days.
I'm using Ubuntu 14.04 and OTX 2.9(8.60)

Appear this on my console
*** Error in `./theotxserver': double free or corruption (fasttop): 0x00007f0f00732250 ***
Aborted (core dumped)


and this is my core dumped by gdb
Code:
#0  0x00007f8c1677bc37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56      ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  0x00007f8c1677bc37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1  0x00007f8c1677f028 in __GI_abort () at abort.c:89
#2  0x00007f8c167b82a4 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7f8c168ca350 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
#3  0x00007f8c167c482e in malloc_printerr (ptr=<optimized out>, str=0x7f8c168ca518 "double free or corruption (fasttop)", action=1) at malloc.c:4998
#4  _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3842
#5  0x000000000050db68 in LuaInterface::executeTimer(unsigned int) ()
#6  0x0000000000481936 in Dispatcher::dispatcherThread() ()
#7  0x00007f8c17c99a4a in ?? () from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.54.0
#8  0x00007f8c1769c184 in start_thread (arg=0x7f8c13f10700) at pthread_create.c:312
#9  0x00007f8c1684303d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
(gdb) bt full
#0  0x00007f8c1677bc37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
        resultvar = 0
        pid = 28329
        selftid = 28330
#1  0x00007f8c1677f028 in __GI_abort () at abort.c:89
        save_stage = 2
        act = {__sigaction_handler = {sa_handler = 0x7f8c00000001, sa_sigaction = 0x7f8c00000001}, sa_mask = {__val = {140239476868512, 140239309982496, 140239309982496, 1,
              140239680886204, 140239476868512, 2, 140239309982496, 140239680901019, 140239309982496, 140239680934216, 2, 140239309982528, 140239476868512, 140239476868512,
              140239309982496}}, sa_flags = 17758192, sa_restorer = 0x1}
        sigs = {__val = {32, 0 <repeats 15 times>}}
#2  0x00007f8c167b82a4 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7f8c168ca350 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
        ap = {{gp_offset = 40, fp_offset = 0, overflow_arg_area = 0x7f8c13f0fbc0, reg_save_area = 0x7f8c13f0fb50}}
        fd = 83
        on_2 = <optimized out>
        list = <optimized out>
        nlist = <optimized out>
        cp = <optimized out>
        written = <optimized out>
#3  0x00007f8c167c482e in malloc_printerr (ptr=<optimized out>, str=0x7f8c168ca518 "double free or corruption (fasttop)", action=1) at malloc.c:4998
        buf = "00007f8bdf588140"
        cp = <optimized out>
#4  _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3842
        size = <optimized out>
        fb = <optimized out>
        nextchunk = <optimized out>
        nextsize = <optimized out>
        nextinuse = <optimized out>
        prevsize = <optimized out>
        bck = <optimized out>
        fwd = <optimized out>
        errstr = <optimized out>
        locked = <optimized out>
#5  0x000000000050db68 in LuaInterface::executeTimer(unsigned int) ()
No symbol table info available.
#6  0x0000000000481936 in Dispatcher::dispatcherThread() ()
No symbol table info available.
#7  0x00007f8c17c99a4a in ?? () from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.54.0
No symbol table info available.
#8  0x00007f8c1769c184 in start_thread (arg=0x7f8c13f10700) at pthread_create.c:312
        __res = <optimized out>
        pd = 0x7f8c13f10700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140239606712064, 2102881628492741325, 0, 0, 140239606712768, 140239606712064, -2146307913944057139, -2146315551824463155},
              mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
        __PRETTY_FUNCTION__ = "start_thread"
#9  0x00007f8c1684303d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.
someone know how solve this?
 
I can see in your log: LuaInterface::executeTimer(unsigned int)

So it might some of your scripts that use addEvent(...) function. Check them.
 
Back
Top