1. I`m having trouble with deploying Rust experimental server with Oxide mod on Archlinux x64. I`m deploying Rust server with help of Steamcmd, then unpacking Oxide mod to the server folder. Then i starting the sh file and after some time i have segfault. Dmesg command says "segfault at 7ffb15eaf120 ip 00007ffb16cdfe7f sp 00007ffec843d330 error 6 in libstdc++.so.6.0.22[7ffb16c0e000+178000]". Obviously, the problem in libstdc++. I tried downgrading lib32-gcc-libs up to 4.9.2 version, but it`s no luck in solving the problem. It seems that Rust or Oxide uses both 64 bit and 32 bit libraries and the problem in the 64 bit library. I can`t change distro to something else because i have a lot of services running on my setup. So the question is how to solve the problem ?
    [DOUBLEPOST=1482426646][/DOUBLEPOST]upd. According to logs, it seems it loads plugins up to Rust by oxide team and then segfaults
     
  2. Also tried downgrading 64 gcc libs up to 5.3.0 version - still no luck.