BSOD Help, What To DO

WallyT

Member
Oct 10, 1999
87
0
66
Terminating thread due to a stack overflowproblem. A VxD, possibly recently installed, has consumed too much stack space. Increase the setting of 'MinSPs' in System.INI or remove recently installed VxD's. There are currently 5 SPs allocated.

In novice language what have I done and what should I do?

Win 98 SE
PIII 450/504
128 MB RAM
Abit BH6 I
Voodoo 3 2K

Could IE5.5 & Media Player 7 Beta be culprits?
 

brianh647

Junior Member
May 24, 2000
19
0
0
You know Mr. T, I havent the slightest clue what you are talking about, but I suspect it is the betas. If not you have a big problem on your hands. How about just reformat and forget it ever happened?


Brian
 

Bozo Galora

Diamond Member
Oct 28, 1999
7,271
0
0



Windows 98 List December 1998 Archives
Re: INSTALL: MinSPs and stack overflow problems





Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Next message: FA-Cup: "Re: APPs:Win98"
Previous message: Jimmy Hughes: "Re: APPs:IE4"
Next in thread: James Fadden: "Re: INSTALL: MinSPs and stack overflow problems"
Reply: James Fadden: "Re: INSTALL: MinSPs and stack overflow problems"



Protected mode has nothing to do with the bit length of the word. It's a CPU mode.

Many DOS programs run under DOS protected mode and still only uses 16-bit memory.

With QuickViewPlus from Inso you will get a right click options with .vxd files.
But if Gerard Thomas says that the vxd's run only in flat 32 bit memory space I guess they do. He knows
what he's talking about!
You can count me as convinced........ for the time being ;-)

Gerhard W

-------------------------------
(...........)
> In the case you bring up, of a VxD, Quickview is not designed to
>view a VxD file. That is why you will not see an entry for Quickview
>if you right-click on a VxD file. You can only get Quickview to view
>a VxD by renaming it to an exe file, i.e. by fooling it. But
>Quickview is not programmed to correctly interpret the LE signature
>and say that it is looking at a VxD. Instead it sees the MS-DOS
>signature "MZ" at the beginning of the file (which is something all
>Windows 95/98 programs have) and it views the file as if it were an
>MS-DOS executable. But this trick does not change the working code
>of the VxD which is still 32-bit code intended to run in protected
>mode under Windows 95/98.


Subject: STACK DUMP!!

Original Message
Name: Bob
Date: February 28, 1999 at 21:20:18
Subject: STACK DUMP!!
Comment:

My explorer keeps crashing and crashing and crashing. I
reformatted and reinstalled Win98 but the same thing
happens. It is a New amdk6 3D 2 400mhz with pc100
64 SD. it is very odd. also I am curious why my 10.6 gig
hd gets read in windows as 10 gig. do I lose 600 megs?
weirdness.... thanks in advance.

Bob



Response Number 1
Name: TheGorx
Date: March 01, 1999 at 00:14:49
Subject: STACK DUMP!!
Reply:

Virtual Cache
This is the Disk Cache (replacement for smartdrive), not
to confuse with Virtual Memory. Some users only use a
maximum setting, others a maximum and minimum setting.
Just experiment and find what's best in your situation.
Open System.ini for editing (click Start > Run and type
sysedit in the Open box and click OK)
Or use find type sysedit and create a shortcut for easy
access.
Select System.ini in the System Configuration Editor to
bring it to the front
Add these lines to the [vcache] section (add the section if
it's not there):
(I use this one with 64meg ram)

[vcache]
MinFileCache=4096
MaxFileCache=4096

or

[vcache]
MinFileCache=1024
MaxFileCache=8192

(This setting is for 32Mb RAM)
These values limit the size of the vcache (in kilobytes), so
that Windows is prevented from using more of your
available RAM for the vcache. This will increase the
amount of free memory available to your system, so that
when you open another program it is not paged to disk
immediately due to lack of free memory.
The MinFileCache (=Minimum File Cache) setting
prevents Windows 95 from shrinking the cache below
1024Kb. As a rule of thumb, use 25% of your RAM for
the MaxFileCache. In general, most users say that a
MaxFileCache (=Maximum File Cache setting) of up to
9Mb works best for them, even if they have more RAM
available. Just experiment with these settings to find what
works best for you. You can see how your vcache
behaves by starting System Monitor (Sysmon.exe) from
your Windows directory. Choose Edit > Add Item >
Memory Manager > Disk cache size.
 

Bozo Galora

Diamond Member
Oct 28, 1999
7,271
0
0

Error Message: There Are No Spare Stack Pages [MinSPs]

DOCUMENT:Q149083 [win95x]

http://support.microsoft.com/support/kb/articles/q149/0/83.asp

The relevant part :

To resolve this situation, add the following line to the [386Enh] section of the
System.ini file and then restart your computer:

MinSPs=4
If the problem persists, increase the number of spare stack pages.
NOTE: Each spare stack page requires 4 kilobytes of memory.