Jump to content

Runtime error detection

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Swtechwr (talk | contribs) at 18:57, 28 September 2012 (Created page with 'Runtime error detection is a software verification method that analyzes a software application as it is executes and reports defects that ar...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Runtime error detection is a software verification method that analyzes a software application as it is executes and reports defects that are detected during that execution. It can be applied during unit testing, component testing, integration testing, system testing (automated/scripted or manual), or penetration testing.


Runtime error detection can identify defects that manifest themselves only at runtime (for example, file overwrites) and zeroing in on the root causes of the application crashing, running slowly, or behaving unpredictably. Defects commonly detected by runtime error detection include:

  • race conditions
  • exceptions
  • resource leaks
  • memory leaks
  • security attack vulnerabilities.
  • null pointers
  • uninitialized memory
  • buffer overflows[1]

Runtime error detection tools can only detect errors in the executed control flow of the application.[2]

See Also


References

  1. ^ Runtime Error Detection by Parasoft
  2. ^ MUST: A Scalable Approach to Runtime Error Detection in MPI Programs by Tobias Hilbrich, Martin Schulz, Bronis R. de Supinski, Matthias S. Müller, in Tools for High Performance Computing 2009