Link to home
Start Free TrialLog in
Avatar of hubbie
hubbie

asked on

Stack overflow problem

I had a message come up on the screen to read: Terminating thread due to a stack overflow problem.A VxD,possibly recently installed,has consumed too much stack space/ Increase the setting of "MinSP's in "System.INI or remove recently installed VxD's. There are currently 5 Sps allocated.

I was having problems deleting
Norton Antivirus but now it is okay. Could this have something to do with it and how would I know if it's okay now. There must be a way to check on this problem.
Please help.
ASKER CERTIFIED SOLUTION
Avatar of Patricia Siu-Lai Ho
Patricia Siu-Lai Ho
Flag of Hong Kong image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LeeTutor
This Microsoft Knowledge Base article may be of help to you:

Q145799  How to Troubleshoot Windows Internal Stack Overflow Errors

--------------------------------------------------------------------------------
The information in this article applies to:

Microsoft Windows Millennium Edition
Microsoft Windows 98 Second Edition
Microsoft Windows 98
Microsoft Windows 95

--------------------------------------------------------------------------------


SUMMARY
This article lists steps to help you troubleshoot problems with stack overflow errors in Windows.



MORE INFORMATION
Stacks are reserved memory that programs use for processing hardware events. A stack overflow occurs when there is not enough space in memory to run the hardware interrupt routines. Changing the "STACKS=" line in the Config.sys file, eliminating terminate-and-stay-resident program (TSRs), and eliminating hardware conflicts are all possible corrections for this problem.

When Windows delivers an error message related to an internal stack overflow, it is because there is not enough space in memory either set aside or available to handle the calls being made to the system hardware. There are several things to consider when troubleshooting this problem:


The startup file Config.sys may not be properly configured for the Windows installation. Try the following values: STACKS=64,512 ;(this is the maximum allowed) FILES=60 BUFFERS=40 If you are using the dual-boot capabilities of Windows, the Config.sys and Autoexec.bat files may not contain the correct configuration to run Windows. When you are dual-booting between Windows 3.x and Windows, these files may not have been renamed back to Config.dos and Autoexec.dos. Examine the Config.sys file to determine if files such as Himem.sys or Emm386.exe are being loaded from a folder other than the Windows folder. If so, boot Windows using the Safe Mode Command Prompt Only option. Rename the Config.sys file to Config.dos and the Autoexec.bat file to Autoexec.dos and the restart the computer.


Some TSRs may be interfering with Windows. Disable any non-boot device drivers in the Config.sys and Autoexec.bat files. If you are installing from Windows 3.x and getting a stack overflow error, check the Win.ini and System.ini files for non-Windows-based programs or drivers loading.


There may be an incompatible hardware configuration. Check the port and IRQ settings of the network card, sound card, and modem. Make sure that there are no COM2/COM4 or COM1/COM3 conflicts and that no devices are sharing IRQs. Disable or remove conflicting devices.


The computer may need a BIOS upgrade. Check the BIOS version and contact the manufacturer of your computer for information about a BIOS upgrade.


For additional information, please see the following article in the Microsoft Knowledge Base:
Q82318 Stack Overflow Can Cause Windows to Hang

Additional query words:

Keywords : kbenv kberrmsg kbtshoot win95 win98 win98se kbWinME
Issue type : kbhowto
Whoa, Patricia, I was just about to copy that answer of yours, which I had saved in my online Win9x Problems data base, and then I changed my mind and decided to copy the MS KB article instead.  (Of course, your comment wasn't visible to me when I made mine.)  That would have been strange, seeing two successive copies of your comments, yes?
No problem, LeeTutor!    Glad to have a co-incidence.   ;)  
click this link:its regarding stack overflow problem

http://search.support.microsoft.com/search/default.aspx

hope it can help you

click this link:its regarding stack overflow problem

http://search.support.microsoft.com/search/default.aspx

hope it can help you

Avatar of hubbie
hubbie

ASKER

I tried the comment of "pslh"and how do I know if this thing worked by going in to the System.ini Is there any way of checking this out.Thanks for the help