PDA

View Full Version : Stack Overflow At Line 48 ?


F16 1UB
12-12-2012, 07:46 AM
What's this..... "Stack overflow at line 48" ....? I just started getting this.

tpop1
12-12-2012, 08:04 AM
What's this..... "Stack overflow at line 48" ....? I just started getting this.

What kind of PC are you using?
What operating System?
Where in process does this occur? What's running, what are you doing,? What is PC doing?

Need a little more info....

2BNTV
12-12-2012, 08:39 AM
stack overflow occurs when there is not enough space in memory to run the hardware interrupt routines. ...

Possibly you have too many applications open at once?

Virtual Geezer
12-12-2012, 09:18 AM
What's this..... "Stack overflow at line 48" ....? I just started getting this.

Steve

It means that there is an error in line 18 of the HTML code that is causing an error. As stated it may be caused by a memory conflict issue caused by another program. Try closing out all other programs and anything you know that is running in the background.

Also are you getting this error only with one web site or program? If it is a web site it may just be an error in the code that the program is making a call to a location that is not there or has been changed.

VG

F16 1UB
12-12-2012, 07:17 PM
Also are you getting this error only with one web site or program?

VG[/QUOTE]


Yes and I did close out everything else that was running. Problem solved. Thanks for the advice.