About 739,000 results
Open links in new tab
  1. What is a stack overflow error? - TechTarget

    Jul 27, 2022 · What is stack overflow? A stack overflow is a type of buffer overflow error that occurs when a computer program tries to use more memory space in the call stack than has …

  2. Stack Overflow - Wikipedia

    Stack Overflow only accepts questions about programming that are tightly focused on a specific problem. Questions of a broader nature—or those inviting answers that are inherently a matter …

    Missing:
    • definition
    Must include:
  3. How does a "stack overflow" occur and how do you prevent it?

    Aug 25, 2008 · A stack overflow is when you've used up more memory for the stack than your program was supposed to use.

  4. Stack overflow Definition - Data Structures Key Term | Fiveable

    When a stack overflow occurs, the program can crash, display an error message, or exhibit undefined behavior, which makes it critical to understand and manage recursion properly.

  5. What Is a Stack Overflow? - Computer Hope

    Apr 9, 2024 · A stack overflow error can occur in a computer program due to excessive memory usage. This excessive memory usage occurs on the call stack, where information is stored …

  6. Definition of stack overflow | PCMag

    (1) An error condition that occurs when there is no room in the stack for a new item. A stack overflow can also occur when other things go awry; for example, a bad expansion card or one …

  7. What does stack overflow mean? - Definitions.net

    In software, a stack overflow occurs if the call stack pointer exceeds the stack bound. The call stack may consist of a limited amount of address space, often determined at the start of the …

  8. Stack Overflow - Definition & Detailed Explanation - Software …

    Oct 14, 2025 · Stack Overflow is a popular online platform where developers and programmers can ask questions, share knowledge, and collaborate with others in the tech community. It was …

  9. Stack Overflow: What is it? How does it work? - DataScientest.com

    Stack Overflow has become the benchmark for developer Q&A sites. With over 200 million visitors every month, the platform has become a thriving virtual community where developers from all …

  10. Stack Overflow and Underflow - csbranch.com

    Aug 28, 2024 · Stack Overflow occurs when an attempt is made to push an element onto a stack that has reached its maximum capacity. In a fixed-size stack, this is straightforward: once the …

    Missing:
    • definition
    Must include: