Exception Stack, False Positive, Hidden, Periodic
This lesson introduces the following analysis patterns: exception stack trace, false positive error, hidden error, periodic error.
We'll cover the following
Exception stack trace
Often the analysis of software traces starts with a search for short textual patterns, like a failure, an exception code, or simply the word “exception.” In addition, some software components can record their own exceptions and exceptions that were propagated to them, including full-stack traces. It is all too common in .NET
and Java environments. Here is a synthetic example based on real software traces:
Get hands-on with 1300+ tech skills courses.