Stack/heap collision (insufficient stack size)
#4

Global variables are not stored on the stack. Also it's not about a lot of local variables, it's about big local variables. Something like new array[2048] could already exceed the stack size.
Reply


Messages In This Thread
Stack/heap collision (insufficient stack size) - by Baboon - 07.11.2012, 14:04
Re: Stack/heap collision (insufficient stack size) - by Baboon - 07.11.2012, 15:07
Re: Stack/heap collision (insufficient stack size) - by Sinner - 07.11.2012, 15:27
Re: Stack/heap collision (insufficient stack size) - by Vince - 07.11.2012, 15:29
Re: Stack/heap collision (insufficient stack size) - by Baboon - 07.11.2012, 16:01
Re: Stack/heap collision (insufficient stack size) - by Kar - 14.11.2012, 21:02

Forum Jump:


Users browsing this thread: 3 Guest(s)