Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:29
Out of stack space
Poster: shuibers
Dated: Thursday May 29 2003 - 16:14:58 BST
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++;}
Poster: John
Dated: Thursday May 29 2003 - 16:41:27 BST
What version of the menu?
What browser and OS?
A URL always helps so we can see your code.
Poster: Andy
Dated: Thursday May 29 2003 - 23:31:25 BST
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
Re: Out of stack space
Poster: johanvanp
Dated: Thursday October 11 2007 - 13:01:30 BST
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.