Stack overflow

R

Ray

Windows 7 Home Premium Sp1

Each time I enter a web page I get two boxes - one says Stack overflow line
21 and one says Stack overflow line 24.
What does it mean and can I do anything to prevent it?
 
B

Big Steel

Windows 7 Home Premium Sp1

Each time I enter a web page I get two boxes - one says Stack overflow
line 21 and one says Stack overflow line 24.
What does it mean and can I do anything to prevent it?
It means the Web application is blowing up and using too much memory
when execution of the program is happening on the Web server. There is
nothing happening on your end. It's at the Web server.


<http://en.wikipedia.org/wiki/Stack_overflow>

In software, a stack overflow occurs when too much memory is used on the
call stack. The call stack contains a limited amount of memory, often
determined at the start of the program. The size of the call stack
depends on many factors, including the programming language, machine
architecture, multi-threading, and amount of available memory. When a
program attempts to use more space than is available on the call stack
(that is, when it attempts to access memory beyond the call stack's
bounds, which is essentially a buffer overflow), the stack is said to
overflow, typically resulting in a program crash.[1]
 
G

Gene E. Bloch

Windows 7 Home Premium Sp1

Each time I enter a web page I get two boxes - one says Stack overflow line
21 and one says Stack overflow line 24.
What does it mean and can I do anything to prevent it?
Every web page or a specific one?

The odds are that it's a problem in the web page or in the browser.

You might try responding to your OP with a few details. Details increase
the probability of someone out here knowing what's wrong from near 0 to
a more manageable value.
 
G

Gene E. Bloch

Every web page or a specific one?

The odds are that it's a problem in the web page or in the browser.

You might try responding to your OP with a few details. Details increase
the probability of someone out here knowing what's wrong from near 0 to
a more manageable value.
Or just read Big Steel's post, which appeared while I was writing mine
:)
 
R

Ray

"Big Steel" wrote in message

Windows 7 Home Premium Sp1

Each time I enter a web page I get two boxes - one says Stack overflow
line 21 and one says Stack overflow line 24.
What does it mean and can I do anything to prevent it?
It means the Web application is blowing up and using too much memory when
execution of the program is happening on the Web server. There is nothing
happening on your end. It's at the Web server.
Thanks, Big Steel. It's comforting to know that it isn't my computer's
fault.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top