Results 1 to 3 of 3

Thread: Segmentation fault

  1. #1
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts

    Segmentation fault

    PHP Code:
    SV_ReadPacketsfixing up a translated port
    cmdCount 
    MAX_PACKET_USERCMDS
    SV_ReadPackets
    fixing up a translated port
    SV_ReadPackets
    fixing up a translated port
    Segmentation fault 
    (core dumped
    This is the error I got in the log and then server goes off. What is causing this error? I tried google, but it didn't provide any info

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by Ni3ls View Post
    PHP Code:
    SV_ReadPacketsfixing up a translated port
    cmdCount 
    MAX_PACKET_USERCMDS
    SV_ReadPackets
    fixing up a translated port
    SV_ReadPackets
    fixing up a translated port
    Segmentation fault 
    (core dumped
    This is the error I got in the log and then server goes off. What is causing this error? I tried google, but it didn't provide any info
    I googled the problem and got this:

    http://ubuntuforums.org/showthread.php?t=2071988

    Follow post #3 - run in debugging mode and when you get the error again, backtrace to find the error.

    EDIT - not knowing anything about Linux, I will assume you can do the above whatever version of Linux you run.
    Last edited by Tally; 31st January 2015 at 11:30.

  3. The Following User Says Thank You to Tally For This Useful Post:

    Ni3ls (31st January 2015)

  4. #3
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    I get that crash maybe once a month and just restart the server and never cared enough to look it up. We could see the guid of the guy who caused it multiple times (some greek) and after a ban it happened way less often.

    If you wanna try yourself in IDA/gdb, you can look up a small crash report with dmesg.

    Example output:
    Code:
    [15332757.464723] cod2_lnxded_1.2[9252]: segfault at 385 ip 00000000f71fa53b sp 00000000ffca3f80 error 6 in libmysqlclient.so.18.0.0 (deleted)[f71d8000+2ac000]
    [15333341.432949] cod2_lnxded_1.2[419]: segfault at 385 ip 00000000f715853b sp 00000000ffa58560 error 6 in libmysqlclient.so.18.0.0 (deleted)[f7136000+2ac000]
    If you want more info, create a coredump and load it into gdb.
    timescale 0.01

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •