Hi,
I am working on reader and writer lock and found a weird situation. When I submit my code (which is exactly the same, they have the same git branches version #). One of them passed Reader and Writer lock test 1(RWT1), another one just failed by saying "failed starvation ". I just want to make sure does this fail test really caused by my reader writer lock or some other issue.
Thank you