How to collect a coredump - tsafin/tarantool GitHub Wiki

The script for collecting coredump is here. The collected artifacts can be easily loaded via gdb.sh.

# download the script for collecting coredumps
curl -o tarabrt.sh https://raw.githubusercontent.com/tarantool/tarantool/master/tools/tarabrt.sh
# you can use wget as an alternative to curl
# wget https://raw.githubusercontent.com/tarantool/tarantool/master/tools/tarabrt.sh

# give permission to execute the script
chmod +x tarabrt.sh

# show help
./tarabrt.sh -h