Closed kayceesrk closed 8 years ago
On the 48-core machine, ./dining_philosophers.native 8 100 deadlocks. This is most likely a bug in the channel implementation.
./dining_philosophers.native 8 100
On my 4-core machine, ./dining_philosophers.native 200 1 deadlocks (sometimes)
./dining_philosophers.native 200 1
Edit:
And sometimes it crashes with
Fatal error: exception Failure("CAS.kCAS: broken invariant")
On the 48-core machine,
./dining_philosophers.native 8 100
deadlocks. This is most likely a bug in the channel implementation.