Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What does a STACK OVERFLOW mean? 1

Status
Not open for further replies.

jofet

MIS
Sep 3, 1999
32
PH
When i boot up my PC it say i have a  Windoes errror "stack overflow" and recommends that i edit my sys.ini "minSPs" and increase it. What does it mean and what do i do? Thanks
 
well a stack overflow is when it cant put anything more on memory, you see internally a program may run something rescursivly (calls itself over and over again, adding processes to the Stack) like a stack of cards, everytime, the program calls itself with a new value a card is placed on top, normally they're is an exit condition and the cards start going back down to the place it was called, but sometimes, the stack keeps going up until there is no more memory to handle it, and that causes the overflow portion of it.&nbsp;&nbsp;as far as fixing it, do you possibly know what miniSPs is, well if you cant boot window, type in edit.com, and goto file...open and find the system.ini under C:\Windows and see if you find that line minSPs, and try increasing the number like it said (remeber the old number if you need to change it back) other than that, I dont know much more about a fix. <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href= </a><br>Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top