Important Points to Remember About
Deadlocks
When a deadlock does happen, by definition, it will not go
away; therefore debugging deadlocks is somewhat simpler
because all the processes are stuck and can’t squirm out of
the way.
Identifying a deadlock is sometimes easier then
understanding how to prevent the deadlock
No magic bullet here, but a lot of common sense
19