Recursion problem - 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: Recursion problem (
/showthread.php?tid=556432)
Recursion problem -
CoaPsyFactor - 10.01.2015
Hello - I have 2 scripts, one is original and other is edit of that first one, when I compile 1st it goes with no warnings, but when I compile 2nd (which is edited only a bit), there is heap/stack warning, I know that I can use #pragma dynamic which is not really fix. My question is, as compiler say that I have recursion, is there any tool that will find me that recursion, as script is 14k lines and I'm reading all differences between those files.
Re: Recursion problem -
Clad - 10.01.2015
I dont think there is one. Its the same problem when you have 100k+ coding lines and you forget a bracket
Re: Recursion problem -
CoaPsyFactor - 10.01.2015
I don't know what could it be. I only know that my server restarts 5 minutes after starting and after that on every ~ 10 minutes. Could that be problem?
Just to mention, one script uses MySQL 2.1.1 plugin, and other (buggy one) uses Blue_G MySQL R33
Re: Recursion problem -
CoaPsyFactor - 11.01.2015
bump!