runtime error
- noun
- /ˈrʌnˌtaɪm ˈɛrər/
- Specialized
- The sourcelocation part of a syntax object automatically connects the result of macro expansion back to the original source; if a runtime error occurs in the code generated from world.rkt, then the error can point back to the relevant source.
Examples
-
I added a reference for SQLite for WINRT and C++ library, but I am still not able to create a database in the JavaScript app; it is throwing a "JavaScript runtime error: Class not registered" error. How can I fix this?
Blog text (30) -
Many languages provide type checking or other static types to ensure the absence of certain runtime errors.
Academic text (2012) -
Often this data is enough to induce runtime errors in the device, exposing potential vulnerabilities.
Blog text (9) -
The code itself works fine if compiled into an executable and run; but if compiled into a DLL and used in another project, I get a runtime error of access violation.
Blog text (6) -
When the software crashed, it displayed a message indicating a runtime error had occurred during the execution.
-
The developer spent hours debugging the application to identify the runtime error that was causing it to crash unexpectedly.
-
She was frustrated because the program encountered a runtime error whenever she tried to save her work.
Synonyms
A computer problem that makes a program give a wrong result or stop
A problem in a computer that makes it give wrong or unexpected results
A problem in a computer program that makes it give wrong results
A problem that happens while a program is running because of wrong data or bad instructions
Surface Forms
Morphology
The meaning 'an error occurring while a program runs' is directly and transparently composed from 'runtime' (happening when the program runs) + 'error' (a mistake), so a learner who knows both constituents can infer the technical sense. This is a literal compound common in computing and has clear parallels in other languages, making it accessible to a B1 learner familiar with the words.
Etymology
The term runtime error comes from the simple image of a program that is already running and then something goes wrong: the part run is the time the program is active and error is the problem that appears. So, a runtime error is a problem that happens 'while the program runs', making the program stop or not work correctly.