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

Server keep crashing

Discussion in 'General Help' started by Hapistorique, Sep 19, 2011.

  1. Hapistorique

    Hapistorique KAG Guard Tester

    Messages:
    87
    Hi,

    My dedicated server keeps crashing with build 154 :(

    It show this error every time :
    [​IMG]
    Erreur de segmentation = Segmentation fault

    Where does this come from ? :(
     
    Furai likes this.
  2. trelawney

    trelawney KAG Guard Tester

    Messages:
    771
    Segmentation faults almost every 20 minutes or so, running gdb as per MM's instructions hoping to catch the bug! :p Will report once I see anything useful.

    kag:
    Code:
    /dedicatedserver.sh: line 5:  8818 Segmentation fault      ./KAG autostart Scripts/dedicated_autostart.gm autoconfig Scripts/dedicated.config
    
    gdb:
    Code:
    Program received signal SIGSEGV, Segmentation fault.
    0x0125ca6c in ?? ()
    (gdb) continue
    
    [edit, this happened twice, same results in both instances]
    Code:
    Program received signal SIGSEGV, Segmentation fault.
    0x012cca6c in ?? ()
    
    and
    Code:
    Program received signal SIGSEGV, Segmentation fault.
    0xb7187a6c in CRunner::recdStrike(CBitStream&, CRunner*) () from Base/Juxta.so
    Debian 6.0.2 32bit and 64bit
     
    Furai likes this.
  3. MM

    MM THD Team THD Team Administrator Global Moderator

    Messages:
    327
    Got it, thanks a lot guys.
    Uploading fix in a couple minutes.
     
    illu and Furai like this.