[CSGO] server crash - howto analyse?
Posted: Sat Jul 30, 2016 10:22 am
Hey guys,
I got another problem. Most problems I could solve on my own but not this one. First of all source code isn't publically available yet. If you need it for help I could send it to you. I will release it later on on github but for now it's only a private testing thing at all. My CSGO server keeps crashing sometimes without any clue or error message from sourcepython itself (nothing shown in the console) but CSGO created a crash dump ( ).
Can someone help me on how to analyse this crash dump at all? Because I think it's some kind of logical error in my source code because of accessing a variable at two places at the same time. Normally I should have figured out all possible mistakes but I'm still missing something.
I got another problem. Most problems I could solve on my own but not this one. First of all source code isn't publically available yet. If you need it for help I could send it to you. I will release it later on on github but for now it's only a private testing thing at all. My CSGO server keeps crashing sometimes without any clue or error message from sourcepython itself (nothing shown in the console) but CSGO created a crash dump ( ).
Can someone help me on how to analyse this crash dump at all? Because I think it's some kind of logical error in my source code because of accessing a variable at two places at the same time. Normally I should have figured out all possible mistakes but I'm still missing something.