• 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!

GDB error - 0.3.7

imkingran

Learning everyday.
Premium User
Joined
Jan 15, 2014
Messages
1,317
Solutions
35
Reaction score
434
Code:
*** Error in `/home/otsmanager/forgottenserver/theforgottenserver': corrupted double-linked list: 0x00007fffcc000020 ***

Does someone know the solution to this?
 
I typed bt full now afterwards:
Code:
#0  0x00007ffff5831bb9 in __GI_raise (sig=sig@entry=6)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
        resultvar = 0
        pid = 11867
        selftid = 11871
#1  0x00007ffff5834fc8 in __GI_abort () at abort.c:89
        save_stage = 2
        act = {__sigaction_handler = {sa_handler = 0x7fffb596fad0,
            sa_sigaction = 0x7fffb596fad0}, sa_mask = {__val = {
              140736239958736, 140734642265040, 5969063, 4076601344,
              140734642265040, 140736239957520, 140736239957520,
              140734642264976, 5969167, 3046506496, 140734642264976,
              140736239958032, 3046570648, 140734642264912, 5969167,
              3046506496}}, sa_flags = 1448876880,
          sa_restorer = 0x7fffb596fcd0}
        sigs = {__val = {32, 0 <repeats 15 times>}}
#2  0x00007ffff586ee14 in __libc_message (do_abort=do_abort@entry=1,
    fmt=fmt@entry=0x7ffff597d5a8 "*** Error in `%s': %s: 0x%s ***\n")
    at ../sysdeps/posix/libc_fatal.c:175
        ap = {{gp_offset = 40, fp_offset = 4294934528,
            overflow_arg_area = 0x7ffff2fc4280,
            reg_save_area = 0x7ffff2fc4210}}
        fd = 24
 
Make sure you are debugging a server that has been compiled with debugging symbols. Also, the entire error and the steps to reproduce it so that we can help you find the source of the problem.

Another option could be to run the server using Valgrind, another debugger.
 
Make sure you are debugging a server that has been compiled with debugging symbols. Also, the entire error and the steps to reproduce it so that we can help you find the source of the problem.

Another option could be to run the server using Valgrind, another debugger.

How do I compile it with debugging symbols?
 
Back
Top