Search references for RUNTIME ERROR-DETECTION. Phrases containing RUNTIME ERROR-DETECTION
See searches and references containing RUNTIME ERROR-DETECTION!RUNTIME ERROR-DETECTION
Software verification method
Runtime error detection is a software verification method that analyzes a software application as it executes and reports defects that are detected during
Runtime_error_detection
State of being protected from memory access bugs
dangling pointers. For example, Java is memory-safe because its runtime error detection checks array bounds and pointer dereferences. By contrast, programming
Memory_safety
Analysis of software performed when running a program
run-time threading and memory error analysis in Windows. Parasoft Insure++ is a runtime memory analysis and error detection tool. Its Inuse component provides
Dynamic_program_analysis
Integrated set of tools
generation and execution, code coverage analysis, regression testing, runtime error detection, requirements traceability, and code review. It's a commercial
Parasoft_C/C++test
American software company, 1987–1997
specialised in developer tools, including debuggers, profilers and runtime error-detection utilities for MS-DOS and the Windows NT family. Its best-known
NuMega
Extraction of information from a running system to verify certain properties
programming) Runtime error detection Runtime application self-protection (RASP) Ezio Bartocci and Yliès Falcone (eds), Lectures on Runtime Verification
Runtime_verification
Computer security technology
overall security posture Runtime verification Runtime error detection Dynamic program analysis "Gartner IT Glossary: Runtime Application Self-Protection(RASP)"
Runtime application self-protection
Runtime_application_self-protection
American software company
traditional and parallel software development. Beginning with runtime error detection for C and C++ via its Insure++ product, the company expanded its
Parasoft
Unit test-case generation and execution, regression testing, runtime error detection, and code review. Parasoft Jtest, an automated Java software testing
List of Eclipse-based software
List_of_Eclipse-based_software
Software memory problem finder
(computer programming) List of performance analysis tools Debugger Runtime error detection Software testing Software engineering Computer programming Core
Memory_debugger
"atata-framework/atata". GitHub.com. 22 June 2022. "DbUnit.NET". sourceforge.net. "ErrorUnit". ErrorUnit.com. "fixie/fixie". GitHub. 27 June 2022. "mb-unit - The Gallio
List of unit testing frameworks
List_of_unit_testing_frameworks
Memory debugger software
metrics for all tested code. Runtime error detection Software development "A Survey of Systems for Detection Serial Run-Time Errors" (PDF). Iowa State University
Insure++
Programming language
memory management to enhance application stability, alongside runtime error detection and cross-language security measures. Cangjie also supports various
Cangjie (programming language)
Cangjie_(programming_language)
In programming, detecting whether a variable is within given bounds before use
2017 at least GCC supports MPX extensions. Dynamic code analysis Runtime error detection Static code analysis Cowan, C; Wagle, F; Calton Pu; Beattie, S;
Bounds_checking
Automated software testing of programmable application interfaces (APIs)
Testing. Runtime error detection - This evaluates the actual running of an API and focuses on monitoring, execution errors, resource leaks, and error detection
API_testing
Automated software testing technique
Monkey testing Random testing Coordinated vulnerability disclosure Runtime error detection Security testing Smoke testing (software) Symbolic execution System
Fuzzing
Creating working software
defect detection rate. An experiment involving experienced programmers found that on average they were able to find 5 errors (9 at best) out of 15 errors by
Software_construction
software analysis. "Memory leak detection with bcheck". Oracle Documentation. Retrieved 2024-01-11. "Using bcheck for Runtime Checking". Oracle Solaris Studio
Bcheck
Testing and analysis software for APIs
testing, system testing, security testing, simulation and mocking, runtime error detection, web UI testing, interoperability testing, WS-* compliance testing
SOAtest
Computer science concept
runtime errors). For example, consider a program containing the code: if <complex test> then <do something> else <signal that there is a type error>
Type_system
for detecting concurrency errors (such as data races) in concurrent programs, where a runtime monitor is used to predict errors which did not happen in
Runtime_predictive_analysis
Repeated fragment of computer source code
clone, and the process of finding clones in source code is called clone detection. Duplicate code has multiple undesirable aspects. Whether fragments are
Duplicate_code
Compiling bytecode to machine code at runtime
compilation are particularly suited for dynamic programming languages, as the runtime system can handle late-bound data types and enforce security guarantees
Just-in-time_compilation
Inherent flaw in computer instructions
languages include features that add runtime overhead in order to prevent common bugs. For example, many languages include runtime bounds checking and a way to
Software_bug
Tool to detect memory-related bugs
compiler inserting instrumentation code at runtime. Sanitizers have evolved over several decades to detect memory errors in unsafe programming languages, beginning
Code_sanitizer
one. Astrée – finds all potential runtime errors by abstract interpretation, can prove the absence of runtime errors and can prove functional assertions;
List of tools for static code analysis
List_of_tools_for_static_code_analysis
Memory debugger
intrusive analysis and monitors all calls by the application to the C Runtime Library, Windows API and calls to COM objects. By monitoring memory allocations
BoundsChecker
Gradually typed dialect of Lua
problems with standard Lua at this scale: the lack of a type system made error detection difficult, and the standard Lua interpreter had performance limitations
Luau_(programming_language)
Compiler optimization to remove code which does not affect the program results
of compilation or assembly. Such conditions may be imposed by different runtime environments (for example different versions of an operating system, or
Dead-code_elimination
American software tools company founded by Reed Hastings
software developers detect memory errors and bugs in C programs by instrumenting compiled code to track memory usage at runtime. The company subsequently added
Pure_Software
Resilience of systems to component failures or errors
magnetic drums connected via relays, with a voting method of memory error detection (triple modular redundancy). Several other machines were developed
Fault_tolerance
Computer bug exploit caused by invalid data
used to detect and isolate managed and unmanaged code injections are: Runtime image hash validation, which involves capturing the hash of a partial or
Code_injection
Measuring the time or resources used by a section of a computer program
timing point of view, with the objective of optimizing it to handle various runtime conditions or various loads. Profiling results can be ingested by a compiler
Profiling (computer programming)
Profiling_(computer_programming)
1981 IBM microcomputer
storage is part of an error-detection mechanism that is used to detect errors in the memory during runtime. In case of finding such an error, the system generates
IBM_System/23_Datamaster
Fatal error condition in Unix-like operating systems
Unix kernel maintains internal consistency and runtime correctness with assertions as the fault detection mechanism. The basic assumption is that the hardware
Kernel_panic
Data mining framework
architecture. Most currently included algorithms perform clustering, outlier detection, and database indexes. The object-oriented architecture allows the combination
ELKI
General-purpose programming language
open-source project called Mono began, providing a cross-platform compiler and runtime environment for the C# programming language. A decade later, Microsoft
C Sharp (programming language)
C_Sharp_(programming_language)
Source code that alters its instructions to the hardware while executing
intentional, not in situations where code accidentally modifies itself due to an error such as a buffer overflow. Self-modifying code can involve overwriting existing
Self-modifying_code
Open-source machine learning system for end-to-end data science lifecycle
assisted reuse, several new rewrites to facilitate reuse. New federated runtime backend including support for federated matrices and frames, federated
Apache_SystemDS
Testing how computer systems behave under unusual stresses
programs need to handle at runtime but that are not easy to check via input testing alone. LFI automatically identifies the errors exposed by shared libraries
Fault_injection
Cyberattack that disables I/O functions
configuration instead of the PLC runtime or changing the logic program the attackers can avoid the typical detection mechanisms that exist in embedded
Pin_control_attack
Use of multiple antennas in radio
layer-wise runtime constraint. The choice of K {\displaystyle K} is critical to achieving a good tradeoff between complexity and detection performance
MIMO
Standard library for the C programming language
(Bounds-checking interfaces), and implemented approximately in Microsoft's C/++ runtime (CRT) library for the Win32 and Win64 platforms. (By default, Microsoft
C_standard_library
Use of fixed routes for routing in networks
by which routing is configured with fixed values that do not change at runtime unless manually edited. Static routes are used with and without dynamic
Static_routing
Hardware or software fault
which can be tested to see if they have been overlaid. An alternative runtime library may be used to better detect storage violations, at the cost of
Storage_violation
appear healthy by standard infrastructure measures, such as latency or error rate, while still producing answers that are wrong, irrelevant, or unsafe
AI_observability
Implementation of Microsoft's event-driven programming language Visual Basic 6
suggests, VBA is closely related to Visual Basic and uses the Visual Basic Runtime Library. However, VBA code normally can only run within a host application
Visual_Basic_for_Applications
Open standard for parallelizing
in this way. The runtime environment allocates threads to processors depending on usage, machine load and other factors. The runtime environment can assign
OpenMP
Regular expression denial-of-service attack
patterns have a runtime that is exponential in the length of the input string. For strings of n {\displaystyle n} characters, the runtime is O ( 2 n ) {\displaystyle
ReDoS
(CPU) as machine code. In other words, "runtime" is the running phase of a program. run time error A runtime error is detected after or during the execution
Glossary_of_computer_science
call to an errors and erasures decoder of < d D / 2 {\displaystyle <dD/2} errors takes O ( d ) {\displaystyle O(d)} time. Finally, the runtime of the algorithm
Generalized minimum-distance decoding
Generalized_minimum-distance_decoding
Test to check if a hypothesis is rational
for debugging purposes and also to aid in troubleshooting software runtime errors. Sanity checks are also performed upon installation of stable, production
Sanity_check
correct. A certifying algorithm is said to be efficient if the combined runtime of the algorithm and a proof checker is slower by at most a constant factor
Certifying_algorithm
When a computer program fails to release unnecessary memory
automatically release memory on program termination Memory leaks are a common error in programming, especially when using languages that have no built in automatic
Memory_leak
Type of error-correcting codes
errors. One of the ongoing challenges in Coding Theory is to have error correcting codes achieve an optimal trade-off between (Coding) Rate and Error-Correction
Folded_Reed–Solomon_code
Cross-platform shell based on .NET technology
systems. PowerShell also provides a hosting API with which the PowerShell runtime can be embedded inside other applications. These applications can then
PowerShell
Finding flaws in the security of information systems
Intrusion Detection System, Intrusion Prevention System OSS Scanning - Open Source Software Scanning (see Open-source software security) RASP - Runtime Application
Security_testing
prevent) many program errors automatically using this technique, including storage violations and buffer overflows. Loop detection is also possible using
Stepping_(debugging)
Verification that software meets requirements
what the owner needs and wants.) Verification and validation (software) Runtime verification Hardware verification Formal verification IEEE: SWEBOK: Guide
Software_verification
Software resource tracking technique
Reference counts are also useful information to use as input to other runtime optimizations. For example, systems that depend heavily on immutable objects
Reference_counting
Voltage Over-Scaling: Algorithmic Noise Tolerance vs. Approximate Error Detection". Journal of Low Power Electronics and Applications. 9 (2): 17. doi:10
Adaptive_voltage_scaling
Programming language for statistics
Riposte written in C++. Oracle's FastR built on GraalVM. TIBCO Enterprise Runtime for R (TERR) to integrate with Spotfire. (The company also sold S-Plus
R_(programming_language)
Method of improving computer program speed
independent code blocks( or simply independent iterations of a loop) at runtime. The memory accessed (whether direct or indirect) can be simply marked
Automatic_parallelization
General-purpose programming language
described as experimental and remain disabled by default (enabled by flags at runtime). Another goal of Ruby 3.0 is to improve concurrency and two more utilities
Ruby_(programming_language)
In coding theory, expander codes form a class of error-correcting codes that are constructed from bipartite expander graphs. Along with Justesen codes
Expander_code
Memory debugger program
these sorts of errors. Memory debugger Programming tool Dynamic memory Memory leak Purify: fast detection of memory leaks and access errors. by Reed Hastings
PurifyPlus
Authorized cyberattack for testing purposes
security — assessing container images, orchestration configurations, and runtime permissions. Major cloud providers publish acceptable use policies governing
Penetration_test
Real-time operating system
certification Memory protection including real-time processes (RTPs), error detection and reporting, and IPC Multi-OS messaging using TIPC and Wind River
VxWorks
Language for controlling a computer
checking will flag this error, usually at compile time (runtime type checking is more costly). With strong typing, type errors can always be detected unless
Programming_language
Data mining technique
extensions that achieve this collision probability on real weights with better runtime have been developed, one for dense data, and another for sparse data. Another
MinHash
Generating high-resolution video frames from given low-resolution ones
strength microscopes' ability) It also helps to solve task of object detection, face and character recognition (as preprocessing step). The interest
Video_super-resolution
Comparison between two programming languages
java.lang.Error (representing runtime errors considered unreasonable to catch) and java.lang.Exception (representing possible recoverable errors considered
Comparison_of_Java_and_C++
Common Intermediate Language Common Language Infrastructure Common Language Runtime Common Type System Virtual Execution System Windows CardSpace Windows Communication
List of Microsoft Windows components
List_of_Microsoft_Windows_components
Graphic driver architecture
interfaces for the Direct3D 9Ex runtime in order to run legacy Direct3D applications; it may optionally implement runtime interfaces for Direct3D 10 and
Windows_Display_Driver_Model
Guidelines for certifying voting systems in the U.S.
authenticated updates Ensure sandboxing and runtime integrity Ensures moderately updated list of log types Detection systems must be updateable Requires digital
Voluntary Voting System Guidelines
Voluntary_Voting_System_Guidelines
Technique in compiler construction
sizeof(a)); } Since those symbols do not exist in the C runtime library (e.g. libc), link errors would result. It would seem that standardized name mangling
Name_mangling
Exchange Protocol BER—Basic Encoding Rules BER—Bit Error Rate BFD—Bidirectional Forwarding Detection BFD—Binary File Descriptor BFS—Breadth-First Search
List of computing and IT abbreviations
List_of_computing_and_IT_abbreviations
build automation tool for building a codebase AddressSanitizer — runtime memory error detector GDB — GNU Project debugger LLDB — LLVM debugger Valgrind
List_of_C_software_and_tools
Object which stores memory addresses in a computer program
returned when using methods from the System.Runtime.InteropServices, for example: using System; using System.Runtime.InteropServices; // Get 16 bytes of memory
Pointer (computer programming)
Pointer_(computer_programming)
Computational navigational technique used by robots and autonomous vehicles
moving objects such as cars and people only to be updated in the map at runtime. SLAM will always use several different types of sensors, and the powers
Simultaneous localization and mapping
Simultaneous_localization_and_mapping
Code intended as a payload to exploit a software vulnerability
In some cases, exploiting a vulnerability can be achieved by causing an error such as buffer overflow. If successful, the shellcode enables access to
Shellcode
Open standards organisation
preferences. Component Runtime The dynamic nature of services—they can come and go at any time—makes writing software harder. The Component Runtime specification
OSGi
a file in persistent storage, it is possible to effectively modify the runtime game data that will be restored when the game attempts to load the save
Cheating_in_video_games
Concept in distributed computing
message via carrier sensing. Known runtimes for single-hop networks range from a constant (expected with collision detection) to O(n log n) rounds (deterministic
Leader_election
on magnetic or other media subject to storage errors. Many archive formats contain extra error detection or correction information which can be used by
List_of_archive_formats
Algorithm for finding density based clusters in spatial data
returns the entire database, resulting in O ( n 2 ) {\displaystyle O(n^{2})} runtime. Hence, the ε parameter is required to cut off the density of clusters
OPTICS_algorithm
IEEE standard for floating-point arithmetic
the type or source of error; but there is no standard for that encoding. In theory, signaling NaNs could be used by a runtime system to flag uninitialized
IEEE_754
Checking software against expectations
behavior in order to make some kind of decisions. This is related to offline runtime verification and log analysis. Exploratory testing is an approach to software
Software_testing
Computing slang
version. DLL stomping occurs because: Microsoft in the past distributed runtime DLLs as shared system components (originally C:\WINDOWS and C:\WINDOWS\SYSTEM)
DLL_hell
Discrete Fourier transform algorithm
Multipole-based approaches can compute approximate quantities with factor of runtime increase. Group FFTs The FFT may also be explained and interpreted using
Fast_Fourier_transform
Density-based data clustering algorithm
Construction of k-Clusters" in The Computer Journal with an estimated runtime complexity of O(n³). DBSCAN has a worst-case complexity of O(n²). The database-oriented
DBSCAN
Monitoring system in computer drives
times more likely to fail than a similar drive for which no such error occurred. First errors in reallocations, offline reallocations (S.M.A.R.T. attributes
Self-Monitoring, Analysis and Reporting Technology
Self-Monitoring,_Analysis_and_Reporting_Technology
Type of computer file
representing empty blocks into "real" blocks filled with null bytes at runtime. The application is unaware of this conversion. Most modern file systems
Sparse_file
software technologies he has invented. His patents include runtime memory error detection technology (Patent US 5842019 and US 5581696 – granted in
Adam_Kolawa
1999 Microsoft operating system version
code, extensive stress testing of the system, and automatic detection of many serious errors in drivers." InformationWeek summarized the release "our tests
Windows_2000
Hypotenuse of right triangle from its sides
algebraic". Phobos Runtime Library Reference, version 2.109.1. D Language Foundation. Retrieved 2025-02-21. Reid, John (March 13, 2014). "9.6 Error and gamma functions"
Pythagorean_addition
Data clustering algorithm
algorithm cannot be directly applied to large databases because of the high runtime complexity. Enhancements address this requirement. Random sampling: random
CURE_algorithm
AI that generates content
"Research AI model unexpectedly attempts to modify its own code to extend runtime". Ars Technica. Archived from the original on August 24, 2024. Retrieved
Generative_AI
Computer system with a dedicated function
processor and peripherals, external flash memory for storage, and DRAM for runtime memory. The module vendor will usually provide boot software and make sure
Embedded_system
Class of artificial neural network
is also called Feedback Neural Network (FNN). Modern libraries provide runtime-optimized implementations of the above functionality or allow to speed
Recurrent_neural_network
RUNTIME ERROR-DETECTION
RUNTIME ERROR-DETECTION
RUNTIME ERROR-DETECTION
RUNTIME ERROR-DETECTION
RUNTIME ERROR-DETECTION
RUNTIME ERROR-DETECTION
RUNTIME ERROR-DETECTION
RUNTIME ERROR-DETECTION
RUNTIME ERROR-DETECTION