Rust server fails to start after map generation

OS Name/Version: Ubuntu 24.10

Product Name/Version: v2.6.1.6, built 17/04/2025 15:35

Problem Description: sucessfully installed AMP on Ubuntu with Docker support. I created Rust server instance. When I start the instance initially it runs as usual: creates map, and then it fails with the following error.

SteamServer Initialized
mono_fdhandle_insert: duplicate File fd 0
Caught fatal signal - signo:6 code:-6 errno:0 addr:0x3e900000542
Obtained 24 stack frames.
#0  0x007d1a1637c050 in __sigaction
#1  0x007d1a163cae3c in pthread_key_delete
#2  0x007d1a1637bfb2 in gsignal
#3  0x007d1a16366472 in abort
#4  0x007d19de2615e5 in monoeg_assert_abort
#5  0x007d19de24ab26 in mono_dl_fallback_unregister
#6  0x007d19de2618fd in monoeg_g_logv
#7  0x007d19de261980 in monoeg_g_log
#8  0x007d19de22b74b in mono_reflection_get_custom_attrs_data
#9  0x007d19de15e7ba in burst_mono_simulate_burst_debug_domain_reload
#10 0x007d19de19302d in mono_install_unhandled_exception_hook
...
[01:02:52] [System:admin Warning/33] : The application stopped unexpectedly. Exit code 134

Steps to reproduce:

  • Installed AMP with Docker support
  • Created Rust instance with default setup
  • Started Rust instance
  • Monitored Rust instance console to see that map generation was succesfull
  • Rust server instance generated error and got idle
  • Checked docker container logs to see what the error was

Actions taken to resolve so far: I have no idea what to do.