SA-MP Forums Archive
Crashdetect ? :S - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Crashdetect ? :S (/showthread.php?tid=408032)



Crashdetect ? :S - Marusa - 16.01.2013

When player connect my server crash:
Код:
[17:20:02] Incoming connection: 25.126.118.105:2626
[17:20:02] [join] Emir_Odobasic has joined the server (0:25.126.118.105)
[17:20:03] [debug] Server crashed due to an unknown error
[17:20:03] [debug] System backtrace:
[17:20:04] [debug] #0 78583c1b in free () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[17:20:04] [debug] #1 100057f0 in ?? () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[17:20:04] [debug] #2 10006080 in ?? () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[17:20:04] [debug] #3 10005e22 in ?? () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[17:20:04] [debug] #4 10005d7c in ?? () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[17:20:04] [debug] #5 1000a88d in ProcessTick () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[17:20:04] [debug] #6 7c80b713 in GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll
What is this o.O ?


Re: Crashdetect ? :S - CodyCummings - 16.01.2013

It looks like it might be conflicting with your mysql plugin, I've not messed around too much with crashdetect but I suggest trying to remove mysql.dll temporarily to determine if that's the problem or not.


Re: Crashdetect ? :S - Marusa - 16.01.2013

I use mysql.dll plugin, how to determine o.O ? ahahah


Re: Crashdetect ? :S - CodyCummings - 16.01.2013

Ahh, nevermind what I said before, it is a conflict with the mysql plugin from what I see, try to update the mysql plugin and maybe even recompile both of the plugins yourself.


Re: Crashdetect ? :S - Marusa - 16.01.2013

How to fix that man ? plugin is ok 100%


Re: Crashdetect ? :S - Marusa - 16.01.2013

Again crash server with these in server log:
Код:
[19:37:37] [debug] Server crashed due to an unknown error
[19:37:37] [debug] System backtrace:
[19:37:37] [debug] #0 7c91a3bc in RtlReAllocateHeap () from C:\WINDOWS\system32\ntdll.dll
[19:37:37] [debug] #1 7c911917 in RtlInitializeCriticalSection () from C:\WINDOWS\system32\ntdll.dll
[19:37:37] [debug] #2 78583db8 in malloc () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[19:37:37] [debug] #3 7858375e in malloc_crt () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[19:37:37] [debug] #4 7854f6aa in flsbuf () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[19:37:37] [debug] #5 7854f427 in flsbuf () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[19:37:37] [debug] #6 7854eaee in putc () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[19:37:37] [debug] #7 7848c23c in std::basic_filebuf<char,std::char_traits<char> >::basic_filebuf<char,std::char_traits<char> > () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCP90.dll
[19:37:37] [debug] #8 7848c655 in std::basic_filebuf<char,std::char_traits<char> >::overflow () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCP90.dll
[19:37:37] [debug] #9 7848c116 in std::basic_streambuf<char,std::char_traits<char> >::xsputn () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCP90.dll
[19:37:37] [debug] #10 10005ae7 in ?? () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[19:37:37] [debug] #11 1000724e in ?? () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[19:37:37] [debug] #12 1000a4e7 in ProcessTick () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[19:37:37] [debug] #13 7c80b713 in GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll
HELP SOMEONE ??


Re: Crashdetect ? :S - Marusa - 16.01.2013

Server crash 2x with this error:
Код:
[23:19:02] [debug] Server crashed due to an unknown error
[23:19:02] [debug] System backtrace:
[23:19:05] [debug] #0 7c91a3d5 in RtlReAllocateHeap () from C:\WINDOWS\system32\ntdll.dll
[23:19:05] [debug] #1 7c911917 in RtlInitializeCriticalSection () from C:\WINDOWS\system32\ntdll.dll
[23:19:05] [debug] #2 78583db8 in malloc () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[23:19:05] [debug] #3 7858375e in malloc_crt () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[23:19:05] [debug] #4 7854f6aa in flsbuf () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[23:19:05] [debug] #5 7854f427 in flsbuf () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[23:19:05] [debug] #6 7854eaee in putc () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[23:19:05] [debug] #7 7848c23c in std::basic_filebuf<char,std::char_traits<char> >::basic_filebuf<char,std::char_traits<char> > () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCP90.dll
[23:19:05] [debug] #8 7848c655 in std::basic_filebuf<char,std::char_traits<char> >::overflow () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCP90.dll
[23:19:05] [debug] #9 7848c116 in std::basic_streambuf<char,std::char_traits<char> >::xsputn () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCP90.dll
[23:19:05] [debug] #10 10005ae7 in ?? () from C:\PAL\plugins\mysql.dll
[23:19:05] [debug] #11 1000724e in ?? () from C:\PAL\plugins\mysql.dll
[23:19:05] [debug] #12 1000a4e7 in ProcessTick () from C:\PAL\plugins\mysql.dll
[23:19:05] [debug] #13 7c80b713 in GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll
And one time with this error:
Код:
[17:20:03] [debug] Server crashed due to an unknown error
[17:20:03] [debug] System backtrace:
[17:20:04] [debug] #0 78583c1b in free () from C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4974_x-ww_d889290f\MSVCR90.dll
[17:20:04] [debug] #1 100057f0 in ?? () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[17:20:04] [debug] #2 10006080 in ?? () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[17:20:04] [debug] #3 10005e22 in ?? () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[17:20:04] [debug] #4 10005d7c in ?? () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[17:20:04] [debug] #5 1000a88d in ProcessTick () from C:\Documents and Settings\Vrabac-PC\Desktop\Balkan Country Mod\plugins\mysql.dll
[17:20:04] [debug] #6 7c80b713 in GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll
I NEED HELP!!!!!!!!


Re: Crashdetect ? :S - Threshold - 16.01.2013

If you think the server is crashing when a player joins, the suitable thing to do, would be to give us your OnPlayerConnect callback, am I right?


Re: Crashdetect ? :S - Marusa - 16.01.2013

Quote:
Originally Posted by BenzoAMG
Посмотреть сообщение
If you think the server is crashing when a player joins, the suitable thing to do, would be to give us your OnPlayerConnect callback, am I right?
It doesn't always happen when player connect (1 time) and 1 time when I save player... I compile with -d2 parameter and there are not crash inside script ... (sry for bad english) Problem is elsewhere :S


Re: Crashdetect ? :S - Threshold - 16.01.2013

Could you show your OnPlayerConnect though? It seems like that's where it may have started.