Skip to content

Commit

Permalink
there are many types of freezes, not only deadlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
matu3ba committed Jul 18, 2024
1 parent 10e8870 commit e515c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions post/optimal_debugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ <h2>Towards an optimal debugging framework library.</h2>
</li>
<li>Resource leaks (Freestanding/Kernel)</li>
sanitizer
<li>Deadlocks</li>
sanitizer?
<li>Freezes (deadlocks, softlocks, signal safety, unbounded loops etc)</li>
sanitizer, validator
<li>Performance</li>
tracer
simulator, tracer
<li>Logic problems: unclear which logic(s) necessary to apply when ignoring hardware,
memory problems, UB and other above problems
<ol>
Expand Down

0 comments on commit e515c03

Please sign in to comment.