Out of stack space

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
shuibers
Advanced
Advanced
Posts: 12
Joined: Thu May 29, 2003 4:13 pm

Out of stack space

Post by shuibers »

I keep getting this error message can anyone help out?

Error msg: An exception of type 'Microsoft jscript runtime error: out of stack space' was not handled.

error is in mmenu.js


The word Oload() is highlighted

function mOL(){if(!ns61&&ns6||ns6hif){Minit()}MLoaded=1;if(Oload)Oload();if(loadWait||opra){for(x=0;x<parr.length;x++){fixb("menu"+parr[x]);popup(parr[x])}}sis();MScan();if(!opra)MLoaded++;}
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

What version of the menu?

What browser and OS?

A URL always helps so we can see your code.
John
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

This is a common problem when you have more than one copy of mmenu.js on the same page.

There could also be other reasons for this error so I'm only guessing

-- Andy
johanvanp
Beginner
Beginner
Posts: 1
Joined: Thu Oct 11, 2007 12:50 pm

Re: Out of stack space

Post by johanvanp »

After reloading a server (MS Server 2003, SQL 2005 SP4 e.a.) at one of our client sites, many of our programs (written in VB6) kept generating "out of stack space" errors.

In order to perform interactive debugging, we installed Visual Studio 6 on the server. After Starting VB6 SP5 once (new project), our programs started running normally again and no interactive debugging was required.

VS6 has been removed and our programs are still running normally.

The error was never explained but we do know it occurred in a routine which sends SQL queries to SQL server.

Hope this can help somebody.
Post Reply