Skip to main content
run-time error

run-time error

5.5
A problem that happens while a program is running because of wrong data or bad instructions
  • noun
  • /ˈrʌnˌtaɪm ˈɛrər/
  • Specialized
translation icon : error de tiempo de ejecución
  • After debugging his code, he found that the run-time error was caused by a logic mistake.

Examples

  • Visual Studio recognizes it is an error and I get a run-time error.

    Blog text (5)
  • The program crashed due to a run-time error when it attempted to divide by zero.

  • To avoid a run-time error, always check for valid input before executing the program.

Synonyms

error
vsrun-time error
  • Specialized
300 3.0

A computer problem that makes a program give a wrong result or stop

is a specific fault that appears only when a program runs
computer error
vsrun-time error
4 2.8

A problem in a computer that makes it give wrong or unexpected results

happens during execution rather than from hardware or data faults
software error
vsrun-time error
  • Specialized
1 3.6

A problem in a computer program that makes it give wrong results

occurs specifically during program execution due to invalid operations
runtime error
vsrun-time error
  • Specialized
4.6

An unexpected problem that happens while a program runs because of wrong input or actions

is the same meaning but written with a hyphen

How Severe

to crash
  • Specialized
156 3.2
to fail
370 2.2
run-time error
  • Specialized
5.5
bug
  • Specialized
211 2.8
warning
1.0

Surface Forms

Morphology

run-time + error

The phrase is compositionally built: 'run-time' denotes the time when a program is running and 'error' denotes a fault, so the combined meaning 'an error that occurs while the program is running' is directly derivable from the parts. This is a cross-linguistically common technical compound (e.g. error in execution) and a B1 learner who knows the constituent words would readily infer the intended sense.

Etymology

Run-time error comes from the image of a program 'running' like a machine, and the parts run and time point to the moment the program is active. So it means 'an error that happens while a program runs' and often stops the program.