What is gdb? Can you explain me?Use gdb and wait for this person to crash ur server.
Going to test, thanks.Compile your server with -g option.
Then you can start it with command gdb theforgottenserver (where theforgottenserver is executable name).
Then type run
Then when crash comes, type backtrace and you will see what caused the crash.
Compile your server with -g option.
Then you can start it with command gdb theforgottenserver (where theforgottenserver is executable name).
Then type run
Then when crash comes, type backtrace and you will see what caused the crash.