pub const MAX_PATH_LEN: usize = 256;
This is the longest path length we guarantee we can handle, since we won’t be able to allocate in the fork of the crashed process. We can increase if necessary.