Crashing.
#13

On linux use this to run server with GDB and it will generate a crash.log file that you can post here and have the problem resolved:

Quote:

echo 0 | gdb -batch-silent -ex "run" -ex "set logging overwrite on" -ex "set logging file gdb.bt" -ex "set logging on" -ex "set pagination off" -ex "handle SIG33 pass nostop noprint" -ex "echo backtrace:\n" -ex "backtrace full" -ex "echo \n\nregisters:\n" -ex "info registers" -ex "echo \n\ncurrent instructions:\n" -ex "x/16i \$pc" -ex "echo \n\nthreads backtrace:\n" -ex "thread apply all backtrace" -ex "set logging off" -ex "quit" samp03svr
date >> crash.log
cat gdb.bt >> crash.log

Save as runserver.sh & use ./runserver.sh to run the server so it will run using debugger and output useful information about the crash.
Reply


Messages In This Thread
Crashing. - by Crazyboobs - 30.03.2012, 09:04
Re: Crashing. - by iMaxRobot - 30.03.2012, 09:40
Re: Crashing. - by Crazyboobs - 30.03.2012, 09:42
Re: Crashing. - by iNorton - 30.03.2012, 09:48
Re: Crashing. - by Crazyboobs - 30.03.2012, 09:49
Re: Crashing. - by iMaxRobot - 30.03.2012, 09:49
Re: Crashing. - by Mark™ - 30.03.2012, 10:03
Re: Crashing. - by TheWhiteEarth - 30.03.2012, 11:26
Re: Crashing. - by SA+MP - 30.03.2012, 11:51
Re: Crashing. - by Vince - 30.03.2012, 11:59
Re: Crashing. - by Unknownich - 30.03.2012, 12:40
Re: Crashing. - by Mark™ - 30.03.2012, 12:42
Re: Crashing. - by JernejL - 30.03.2012, 12:47
Re: Crashing. - by iMaxRobot - 30.03.2012, 16:03
Re: Crashing. - by SA+MP - 30.03.2012, 16:09
Re: Crashing. - by Crazyboobs - 30.03.2012, 16:46
Re: Crashing. - by dugi - 30.03.2012, 18:58
Re: Crashing. - by SA+MP - 30.03.2012, 19:25
Re: Crashing. - by Crazyboobs - 30.03.2012, 20:51
Re: Crashing. - by jamesbond007 - 30.03.2012, 22:31
Re: Crashing. - by SA+MP - 31.03.2012, 20:28

Forum Jump:


Users browsing this thread: 4 Guest(s)