Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
#3

awesome:
Код:
stock DontLoop(){
	DontLoop();
	return 1;
}
...so (a/the) solution is to use #pragma dynamic? why? where? in the stock? at the scripts' top?

(my, and maybe 1 or 2 more weird beings) solution:
Код:
stock DontLoop(){
//	DontLoop();
	return 1;
}
...works 100%.

if your server hangs/crashes (like mine, when i loaded a filterscirpt containing that code above), or for some apart reason 1 calculation result needs like eternity to be fetched, then you ran into a deadlock with that pragma nonsense. good luck, you might need it.

oh, and yes, thank you, iam dumber now, coz i HAD to read that pragma stuff again.
IAM worried btw. and yes, so should you.

pre-edit: iam ***really*** surprised that a recursion-warning doesnt trigger anyone else here.. its sad ><
(maybe) i will going to add something later when i calmed down a bit (or delete this shit, since its becoming senseless to post here, to be honest)

edit2: i give up - iam not able to help ppl here, so i wont waste 1 more post

oh, yes, good idea, great work, youre right, works well, <insert asslick here>, etcetetc... recursionftwlol
Reply


Messages In This Thread
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion - by iggy1 - 11.12.2012, 21:22
Re: Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion - by iggy1 - 11.12.2012, 22:06
Re: Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion - by Babul - 12.12.2012, 05:55
Re: Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion - by iggy1 - 12.12.2012, 07:49

Forum Jump:


Users browsing this thread: 1 Guest(s)