RangeError: Maximum call stack size exceededRangeError: Maximum call stack size exceeded
The JavaScript call stack has been exhausted, usually due to infinite or excessively deep recursion.
91 error codes with Fatal severity level
RangeError: Maximum call stack size exceededThe JavaScript call stack has been exhausted, usually due to infinite or excessively deep recursion.
InternalError: too much recursionFirefox-specific error equivalent to RangeError: Maximum call stack size exceeded in Chrome/Node.js.
ERR_WORKER_OUT_OF_MEMORYA Worker thread ran out of memory.
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memoryThe V8 engine ran out of heap memory, causing the Node.js process to crash.
MemoryErrorThe Python interpreter ran out of available memory.
error: object file is emptyA Git object file is corrupted and contains no data.
error: corrupt loose objectA Git object file is corrupted and cannot be read.
Exit Code 137The container was killed with SIGKILL (signal 9), commonly due to out-of-memory (OOM) conditions.
Exit Code 139The container crashed with a segmentation fault (SIGSEGV, signal 11).
OOMKilled: trueThe Linux kernel's OOM killer terminated the container because it exceeded its memory limit.
fatal: index file corruptThe Git index file (.git/index) is corrupted.
EIOA physical or low-level I/O error occurred during a read or write operation.
ENOMEMThe system does not have enough available memory to fulfill the allocation request.
EFAULTAn invalid memory address was passed to a system call as an argument.
ENFILEThe system-wide limit on the total number of open files has been reached.
ENOSPCThe filesystem has no more free space or inodes available for writing.
EDEADLKA resource deadlock would have occurred if the operation had proceeded.
ENOTRECOVERABLEThe mutex state cannot be recovered after a previous owner died without unlocking it.
SIGILL (4)The process attempted to execute an illegal, malformed, or privileged machine instruction.
SIGABRT (6)The process was aborted, typically by calling abort() or due to a failed assertion.
SIGBUS (7)The process attempted an invalid memory access due to misaligned access or accessing a nonexistent physical address.
SIGFPE (8)An arithmetic error occurred, such as division by zero or floating-point overflow.
SIGKILL (9)The process was unconditionally terminated. This signal cannot be caught, blocked, or ignored.
SIGSEGV (11)The process attempted to access memory that it is not allowed to access.
SIGSYS (31)The process made an invalid system call or one blocked by a seccomp filter.
Exit 137The process was forcibly killed by SIGKILL (signal 9).
Exit 139The process crashed due to a segmentation fault (signal 11).
53100The database server's disk is full.
53200The database server ran out of memory.
57P02The database server crashed and is restarting.
58000An operating system error occurred during a database operation.
58030A disk I/O error occurred during a database operation.
SQLITE_NOMEM (7)SQLite could not allocate enough memory.
SQLITE_IOERR (10)A disk I/O error occurred while reading or writing the database.
SQLITE_CORRUPT (11)The database file is corrupted.
SQLITE_NOTADB (26)The file is not a valid SQLite database.
ERROR_NOT_ENOUGH_MEMORY (8)The system does not have enough memory to complete the operation.
ERROR_OUTOFMEMORY (14)The system ran out of storage space.
ERROR_NO_SYSTEM_RESOURCES (1450)The system has insufficient resources to complete the requested service.
E_OUTOFMEMORY (0x8007000E)The system ran out of memory during a COM operation.
IRQL_NOT_LESS_OR_EQUAL (0x0000000A)A kernel-mode driver accessed memory at an invalid IRQL (Interrupt Request Level).
PAGE_FAULT_IN_NONPAGED_AREA (0x00000050)The system tried to access non-paged memory that does not exist.
SYSTEM_SERVICE_EXCEPTION (0x0000003B)An exception occurred while executing a system service routine.
CRITICAL_PROCESS_DIED (0x000000EF)A critical system process terminated unexpectedly.
KERNEL_DATA_INPAGE_ERROR (0x0000007A)The kernel could not read a required page of data from the disk.
KMODE_EXCEPTION_NOT_HANDLED (0x0000001E)A kernel-mode program generated an exception that was not handled.
NTFS_FILE_SYSTEM (0x00000024)A fatal error occurred in the NTFS filesystem driver.
DRIVER_IRQL_NOT_LESS_OR_EQUAL (0x000000D1)A driver accessed paged memory at an elevated IRQL.
BAD_POOL_HEADER (0x00000019)The pool memory header has been corrupted.
BAD_POOL_CALLER (0x000000C2)A kernel-mode process or driver made an invalid pool memory request.
MEMORY_MANAGEMENT (0x0000001A)A severe memory management error occurred.
WHEA_UNCORRECTABLE_ERROR (0x00000124)A fatal hardware error was reported by the Windows Hardware Error Architecture.
DPC_WATCHDOG_VIOLATION (0x00000133)A DPC (Deferred Procedure Call) routine ran for too long.
CLOCK_WATCHDOG_TIMEOUT (0x00000101)A processor core did not respond to a clock interrupt in time.
INACCESSIBLE_BOOT_DEVICE (0x0000007B)Windows cannot access the boot device during startup.
VIDEO_TDR_FAILURE (0x00000116)The display driver failed to recover from a timeout.
UNEXPECTED_STORE_EXCEPTION (0x00000154)An unexpected exception occurred in the store component.
KERNEL_SECURITY_CHECK_FAILURE (0x00000139)A kernel security check failed.
DRIVER_OVERRAN_STACK_BUFFER (0x000000F7)A driver wrote beyond the end of its stack buffer.
ATTEMPTED_WRITE_TO_READONLY_MEMORY (0x000000BE)A driver or kernel component attempted to write to read-only memory.
System.OutOfMemoryExceptionThe application ran out of available memory.
System.StackOverflowExceptionThe execution stack overflowed due to excessive recursion or very deep call chains.
bind() to 0.0.0.0:80 failed (98: Address already in use)Nginx cannot bind to the requested address and port.
SSL: error:0B080074:x509 certificate routinesAn SSL certificate validation error occurred.
RDS StorageFullThe RDS instance has run out of storage space.
GCP DATA_LOSS (500)Unrecoverable data loss or corruption was detected.
GCP Billing account disabledThe project's billing account is disabled or not configured.
ERROR_STACK_OVERFLOW (572)The execution stack overflowed.
no servers are inside upstreamThe upstream block has no servers defined.
ERROR_STACK_OVERFLOW_READ (1002)A stack buffer overrun was detected.
panic-unwrapThe program panicked because unwrap() was called on a None or Err value.
panic-index-out-of-boundsThe program panicked because an index was out of the valid range for a collection.
panic-integer-overflowThe program panicked because an arithmetic operation caused integer overflow in debug mode.
panic-stack-overflowThe program panicked due to excessive stack usage, typically from deep recursion.
StackOverflowErrorThe call stack has exceeded its maximum size, usually due to deep or infinite recursion.
OutOfMemoryErrorThe JVM has exhausted its available heap memory.
NoClassDefFoundErrorA class was found at compile time but cannot be loaded at runtime.
NoSuchMethodErrorA method is called at runtime but does not exist in the class.
UnsatisfiedLinkErrorA native method cannot find its native library implementation.
ExceptionInInitializerErrorAn exception is thrown during the execution of a static initializer block.
IncompatibleClassChangeErrorA class has changed in an incompatible way since the calling code was compiled.
AbstractMethodErrorAn abstract method is called that has no implementation.
VerifyErrorThe bytecode verifier detects malformed or illegal bytecode.
OutOfMemoryError: MetaspaceThe JVM has exhausted its Metaspace memory area where class metadata is stored.
OutOfMemoryError: GC OverheadThe garbage collector is spending too much time collecting with too little memory reclaimed.
DeadlockTwo or more threads are blocked forever, each waiting for the other to release a lock.
LinkageErrorA class has a dependency on another class that has an incompatible change.
ClassCircularityErrorA circular dependency is detected in class inheritance.
ClassFormatErrorA class file has an invalid format or structure.
panic-divide-by-zeroThe program panicked because of an integer division by zero.
panic-slice-index-out-of-rangeThe program panicked because a slice range is out of bounds.