Eric Wong <[email protected]> writes: > The following changes MAX_INFLIGHT to 23 for all platforms (and > explains things better). I also wonder if you can find a > threshold for when things start failing (e.g. hardcoding 24 > should fail on FreeBSD)
I did a binary search. On my Linux system with musl, deadlocks start at MAX_INFLIGHT >= 115. -- Chris
