multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.38k stars 424 forks source link

32bit Linux Server Crash #3149

Open haron4igg opened 1 year ago

haron4igg commented 1 year ago

Describe the bug

Linux server crashes on startup.

Steps to reproduce

  1. Start server
  2. After initial welcome message block server crashes.

Version

MTA:SA Server v1.6-r21935-release

Not sure what is the linux version, may request info from hosting provider if needed.

Additional context

crash.zip

Relevant log output

MTA:SA Server v1.6-r21935-release crash report.
2023-08-07 21:47
Caught 25 addresses ...

Backtrace:
#0 - ./core.so(+0x73bad) [0xf7c10bad]
#1 - ./core.so(+0x9d69a) [0xf7c3a69a]
#2 - ./core.so(+0x9dada) [0xf7c3aada]
#3 - linux-gate.so.1(__kernel_rt_sigreturn+0) [0xf7f920a0]
#4 - linux-gate.so.1(__kernel_vsyscall+0x9) [0xf7f92079]
#5 - /lib/i386-linux-gnu/libc.so.6(gsignal+0xc2) [0xf7da4a02]
#6 - /lib/i386-linux-gnu/libc.so.6(abort+0x121) [0xf7da5e91]
#7 - /lib/i386-linux-gnu/libc.so.6(+0x6fe53) [0xf7de6e53]
#8 - /lib/i386-linux-gnu/libc.so.6(+0x109bea) [0xf7e80bea]
#9 - /lib/i386-linux-gnu/libc.so.6(+0x109b9b) [0xf7e80b9b]
#10 - /usr/local/gpx/users/nonstopdayz/51.77.237.112-22008/mods/deathmatch/deathmatch.so(+0x8d9b58) [0xf6ec2b58]
#11 - /usr/local/gpx/users/nonstopdayz/51.77.237.112-22008/mods/deathmatch/deathmatch.so(+0x37305a) [0xf695c05a]
#12 - /usr/local/gpx/users/nonstopdayz/51.77.237.112-22008/mods/deathmatch/deathmatch.so(+0x2dd7db) [0xf68c67db]
#13 - /usr/local/gpx/users/nonstopdayz/51.77.237.112-22008/mods/deathmatch/deathmatch.so(+0x2e5a4a) [0xf68cea4a]
#14 - /usr/local/gpx/users/nonstopdayz/51.77.237.112-22008/mods/deathmatch/deathmatch.so(+0x2e76f5) [0xf68d06f5]
#15 - /usr/local/gpx/users/nonstopdayz/51.77.237.112-22008/mods/deathmatch/deathmatch.so(+0x308e64) [0xf68f1e64]
#16 - /usr/local/gpx/users/nonstopdayz/51.77.237.112-22008/mods/deathmatch/deathmatch.so(+0x30a01f) [0xf68f301f]
#17 - /usr/local/gpx/users/nonstopdayz/51.77.237.112-22008/mods/deathmatch/deathmatch.so(+0x1f88e0) [0xf67e18e0]
#18 - /usr/local/gpx/users/nonstopdayz/51.77.237.112-22008/mods/deathmatch/deathmatch.so(+0x131ca2) [0xf671aca2]
#19 - ./core.so(+0x76085) [0xf7c13085]
#20 - ./core.so(+0x79538) [0xf7c16538]
#21 - ./core.so(Run+0x98) [0xf7c31078]
#22 - ./mta-server(main+0x2a6) [0x56643f86]
#23 - /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0xf7d8ffa1]
#24 - ./mta-server(_start+0x35) [0x56644635]
--------------------------------------------------------------------------------

Security Policy

TheNormalnij commented 1 year ago

I checked linux 32 21942 build with default resources on debian 12 x86 and on ubuntu 22.04 x64. I got no crash after startup. Also i got no crash after join on ubuntu (i didn't check this on debian).

haron4igg commented 1 year ago

Hosting uses: Ubuntu 18.04 LTS OS

Disinterpreter commented 1 year ago

Hosting uses: Ubuntu 18.04 LTS OS

for fix handmade solution, try to do systemd-nspawn with debian12 x86 and run your MTA server into it.

haron4igg commented 1 year ago

Hosting uses: Ubuntu 18.04 LTS OS

for fix handmade solution, try to do systemd-nspawn with debian12 x86 and run your MTA server into it.

Unfortunatelly it is not my hosting, but game-servers host, with containers, and no access to OS

Disinterpreter commented 1 year ago

Hosting uses: Ubuntu 18.04 LTS OS

for fix handmade solution, try to do systemd-nspawn with debian12 x86 and run your MTA server into it.

Unfortunatelly it is not my hosting, but game-servers host, with containers, and no access to OS

No way to help, because the version OS which the version of MTA server was built about 20.04

TMachadoDev commented 7 months ago

Hey There,

If still doesn't work try contacting your host provider.