1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

KAGdedi segmentation fault

Discussion in 'General Help' started by wishbear, May 25, 2012.

  1. wishbear

    wishbear Catapult Fodder

    Messages:
    1
    Hi KAG team!
    My KAGdedi faults sometimes with unknown reason.
    Here is gdb log & backtrace:

    Code:
    [00:16:53] Server variables can be changed in Base/Scripts/dedicated_autoconfig.gm (by default)
    [New Thread 0xf6a3cb70 (LWP 4480)]
    [Thread 0xf6a3cb70 (LWP 4480) exited]
    [00:17:25] * wishbear connected (admin: 0 guard 0 gold 1)
    [00:17:25] Unnamed player is now known as wishbear
    [00:17:50] *Match Started*
    [New Thread 0xf6a3cb70 (LWP 4482)]
    [Thread 0xf6a3cb70 (LWP 4482) exited]
    [00:20:48] * vincenzo123 connected (admin: 0 guard 0 gold 0)
     
    Program received signal SIGSEGV, Segmentation fault.
    0xf7f58fbe in std::ostream::sentry::sentry(std::ostream&) () from /usr/lib32/libstdc++.so.6
    (gdb) bt
    #0  0xf7f58fbe in std::ostream::sentry::sentry(std::ostream&) () from /usr/lib32/libstdc++.so.6
    #1  0xf7f59bd9 in std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int) () from /usr/lib32/libstdc++.so.6
    #2  0xf7f59fdc in std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*) () from /usr/lib32/libstdc++.so.6
    #3  0xf6e0f638 in CLog::Write (this=0x80ef7d0, msg=0x8371be8 "[00:20:48] * vincenzo123 connected (admin: 0 guard 0 gold 0)") at ../Engine/log.cpp:42
    #4  0xf6f43dea in IC_Console::add (this=0x80e1670, message=..., color=...) at ../IrrConsole/console.cpp:515
    #5  0xf6f3fae5 in IC_Console::add (this=0x80e1670, message=...) at ../IrrConsole/console.cpp:542
    #6  0xf6f3f9fe in IC_Console::addx (this=0x80e1670, msg=0xf752df34 "* %s connected (admin: %i guard %i gold %i)") at ../IrrConsole/console.cpp:551
    #7  0xf70fd948 in CNet::server_ProcessAPIPlayer (this=0x8101f88, aPlayer=0x836f708, data=0x836f6e8, infoStatus=APICLIENT_REQUESTSTATUS_OK) at ../Network/net.cpp:1440
    #8  0xf7100b53 in CNet::UpdateServer (this=0x8101f88) at ../Network/net.cpp:1045
    #9  0xf7102858 in CNet::Update (this=0x8101f88) at ../Network/net.cpp:577
    #10 0xf710c980 in CNetworkTask::Update (this=0x80f20a0) at ../Network/NetworkTask.cpp:42
    #11 0xf6e1074d in CKernel::Execute (this=0x80f5688) at ../Engine/kernel.cpp:86
    #12 0xf6ebaaf7 in CGame::Run (this=0x80f1ef0, argc=6, argv=0xffffd2d4) at ../Game/GameDLL.cpp:402
    #13 0xf6e82d9a in GameDLLInit (ie=..., argc=6, argv=0xffffd2d4) at ../Game/GameDLL.cpp:90
    #14 0x0805ae33 in ?? ()
    #15 0x0805a346 in ?? ()
    #16 0x0805b55f in ?? ()
    #17 0xf7d45bd6 in __libc_start_main () from /lib32/libc.so.6
    #18 0x0804ae21 in ?? ()
    Server build 400 running on Ubuntu 10.04.1 LTS 64bit (with ia32-libs installed via apt-get).
     
  2. FliesLikeABrick

    FliesLikeABrick THD Team THD Team Administrator Global Moderator

    Messages:
    952
    This is a known issue with the test build, there's some memory corruption issue which happens only when built on an older centos system. We are spending a lot of time trying to resolve this so that we can continue supporting aging RH-alike systems