Zeex / samp-plugin-crashdetect

Crash/error reporting plugin for SA-MP server
http://forum.sa-mp.com/showthread.php?t=262796
BSD 2-Clause "Simplified" License
116 stars 23 forks source link

[debug] Long callback execution detected (hang or performance issue) #83

Open Bronzal opened 3 years ago

Bronzal commented 3 years ago

So I'm getting this error while trying to start the server. I was using the 4.20 version where its title was that it fixed this kind of issue but actually I tried it on two machines and it gave me the same result

downgrading to 4.19.4 solved my problem but I think there's still an issue w/ that./

Ghecco commented 3 years ago

I had the same problem, I confirm

Dmitriy51 commented 3 years ago
I have those same problems, most of them occur at  **for(new ....)**

exemple: for(new i = 1, j = GetVehiclePoolSize(); i <= j; i++){ if(!IsValidVehicle(i)) continue; LoadVeh(i); }