Crashing :(
#2

Luckily there are plenty ways to debug something, and the more often the crash happens, the higher are your chances of tracing it back after successful debugging.

On linux, you can try several things such as:
1) running the server in gdb - if you get to know something about the source of the error, recompile and link your plugin with -g to get more accurate feedback
2) attaching strace to the server process to see what happens right before the crash

Also maybe your crashdetect did not return anything useful because your scripts are not compiled with -d3 debug flag (in command line or in your pawn.cfg, search it up).

Good luck debugging!
Reply


Messages In This Thread
Crashing :( - by NeroX98 - 20.07.2013, 19:16
Re: Crashing :( - by AndreT - 20.07.2013, 19:49
Re: Crashing :( - by NeroX98 - 20.07.2013, 19:52
Re: Crashing :( - by Tayab - 20.07.2013, 19:52
Re: Crashing :( - by NeroX98 - 20.07.2013, 19:56
Re: Crashing :( - by AndreT - 20.07.2013, 20:16

Forum Jump:


Users browsing this thread: 2 Guest(s)