06.04.2011, 14:09
(
Последний раз редактировалось dugi; 20.04.2011 в 17:48.
)
It's VPS machine
It's my own script
Other gamemodes work good
I think problem in audio plugin
HELP!!! I Can't to resolve this alone!
*** glibc detected *** ./samp03svr: corrupted double-linked list: 0x0aca4690 ***
*** glibc detected *** ./samp03svr: free(): invalid next size (normal): 0x09a66690 ***
there is plugins
Online 90...
96...
CRASHH!!!!!! !!!!!$#@$#@$#@$@#
higher online so often he falls
it didn't crash at online 1
...
it's crash only when online 80 and above.
But he can not fall even once a day
Kalcor know what is this the adress:
08048000-080c7000 r-xp 00000000
0x0aca4690
May be Kalcor can give any idea to this?
What I did:
I reinstalling system from x32 to x64
Reinstall all server files samp03svr etc
I used this in linux console - MALLOC_CHECK_=1 /(server dir)/samp03svr , but it did not help
I set to any callback count to know is any fucntion is error.
tested every function
begin
end
log
END SERVER ISSSS CRASHH!!!!! it's imposibble to crash server when no any function is working
How it's possible to write code that crash the server when no any function work at the moment of crash?
What algorithm is able to do
There are no any of my mistakes, what can i do?
It's very interesting what pawno function can do this
Some other error:
What is it? official forum can't help me?
Where is help?
IP
Statistics
what the max limit of memory can I use in script? 1 MByte? 10?
new testmemory[50000000] - work good....
sizeof compiled file is 12 Mb
It's my own script
Other gamemodes work good
I think problem in audio plugin
HELP!!! I Can't to resolve this alone!
*** glibc detected *** ./samp03svr: corrupted double-linked list: 0x0aca4690 ***
*** glibc detected *** ./samp03svr: free(): invalid next size (normal): 0x09a66690 ***
there is plugins
Quote:
MapAndreas - standart plugin from sa-mp. I think can't to do bugs Streamer y_files - not used during the fall FileManager - whithout this file this crash is exist!!!! audio - only 1 plugin that used threads RU_Nicks - my own, can't to crash server, work only at initialization of the server SpeedReload - my own, can't to crash server, work only at initialization of the server |
96...
CRASHH!!!!!! !!!!!$#@$#@$#@$@#
higher online so often he falls
it didn't crash at online 1
...
it's crash only when online 80 and above.
But he can not fall even once a day
Kalcor know what is this the adress:
08048000-080c7000 r-xp 00000000
0x0aca4690
May be Kalcor can give any idea to this?
What I did:
I reinstalling system from x32 to x64
Reinstall all server files samp03svr etc
I used this in linux console - MALLOC_CHECK_=1 /(server dir)/samp03svr , but it did not help
I set to any callback count to know is any fucntion is error.
tested every function
begin
PHP код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
printf("OnPlayerKeyStateChange begin");
PHP код:
printf("OnPlayerKeyStateChange end");
return 1;
PHP код:
OnPlayerKeyStateChange begin
[10/04/2011 10:52:46] OnPlayerKeyStateChange end
How it's possible to write code that crash the server when no any function work at the moment of crash?
What algorithm is able to do
There are no any of my mistakes, what can i do?
It's very interesting what pawno function can do this
Some other error:
Код HTML:
fopen("file not exist") - crash immidiatly,after this log is another new a,mas[100]; a=-1; mas[a]=-1; - crash immidiatly,after this log is another If you call OnPlayerCommandText(i,"/text") in function OnPlayerCommandText , server stops responding to commands. OnPlayerCommandText(i,"/text"); -can't do this In pawno there's local variable bug, if you create many variable's: string[256],string1[256],.......string10[256] - it will stop function as server uknown command And I think there's similar situation
Where is help?
IP
Statistics
what the max limit of memory can I use in script? 1 MByte? 10?
new testmemory[50000000] - work good....
sizeof compiled file is 12 Mb