Quote:
Originally Posted by Leoric
My server crashes as-well (linux).
|
Did you do what was suggested? What was the result?
Quote:
Originally Posted by Kalcor
My server isn't crashing. It's possible servers are using a memory plugin for R2 server.
Do you know how to get a backtrace?
run the server in gdb
Code:
$ gdb samp03srv
(gdb) run
* wait for crash*
(gdb) bt
Post the log of the bt
|