orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
41 stars 3 forks source link

readers-writers example failing frequently #176

Open arthurp opened 7 years ago

arthurp commented 7 years ago

As of fe661033452eefb166b2690c8b14fd013f63ce38, readers-writers and readers-writers-relaxed are failing very frequently (about 50% of the time I estimate). They are failing to complete and timing out. Notably they seem more likely to fail in the XMLExamples run than in the basic Examples run. Probably some subtle race that is effected by the memory usage or something.