Runtime error detection: Difference between revisions

Content deleted Content added
added exec box
Kaze757 (talk | contribs)
m Undid revision 1252324291 by 27.78.78.180 (talk)
 
(6 intermediate revisions by 5 users not shown)
Line 1:
{{Short description|Software verification method}}
{{Program execution}}
 
Line 13 ⟶ 14:
* [[Buffer overflow]]s<ref>[http://www.parasoft.com/jsp/capabilities/runtime_error_detection.jsp Runtime Error Detection] by [[Parasoft]]</ref>
 
Runtime error detection tools can only detect errors in the executed control flow of the application.<ref>[httphttps://rd.springer.com/chapter/10.1007/978-3-642-11261-4_5 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</ref>
 
==See also==
* [[Development Testingtesting]]
* [[Software testing]]
* [[Memory debugger]]
Line 25 ⟶ 26:
{{reflist}}
 
[[Category:Software engineeringtesting]]
 
{{Memory management navbox}}