Search⌘ K

What Types of Bugs Exist?

Discover the different types of concurrency bugs found in complex software by examining an influential study on popular open-source systems like MySQL and Mozilla. Learn to identify common bugs such as deadlocks and non-deadlocks and understand their practical impact on mature codebases.

We'll cover the following...

The first, and most obvious, the question is this: what types of concurrency bugs manifest in complex, concurrent programs? This question is difficult to answer in general, but fortunately, some others have done the work for us. Specifically, we rely upon ...