mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-12 02:16:13 +00:00
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
|
|
Establish order 1 -> 2
|
|
Try order 2 -> 1. This gives an error.
|
|
Free 2 and re-allocate it. This gives it a new identity,
|
|
so a second locking sequence 2 -> 1 should now be OK.
|
|
done
|
|
|
|
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|