Long paths are not supported
dave-tucker opened this issue · 0 comments
dave-tucker commented
Paths can be 256 bytes long, but this upsets the verifier as we run out of stack space.
We need to use a PerCpuArray as a buffer to prepare ProcLog events.