by Spike » Tue Jun 15, 2010 9:28 pm
@reckless:
1gb stack... wtf?...
I think you mean heap... which isn't the same as stack. :)
@hondobondo:
if its windows/operating system reporting the stack overflow then you probably have a bug.
windows gives you a default stack limit of 1mb.
if its a software renderer crash, then yeah, you can prolly just blindly increase the respective limit. From what I remember there was a check in the software renderer to detect if the stack grew too much. Which is fair enough if your stack overflowing will stomp on other stuff. On a real operating system, your operating system will 'safely' kill your program if it overflows.
Last edited by
Spike on Tue Jun 15, 2010 9:57 pm, edited 1 time in total.
.