kat fox
kat fox
Would love to help contribute this feature! Is this available to work on?
I'd like to make a PR for this issue if it's still free--would it be possible to be assigned?
I was able to reproduce this issue on my setup (Ubuntu 23.10, Rust 1.80 nightly, `apracar:generate_config` branch, both DUT and ATE on same machine). To set `RLIMIT_MEMLOCK`, I ran `ulimit...
I just verified that this indeed works! I set `ulimit -l 2048` for the DUT (smaller than that of the Raspberry Pi) and `exchange-config` for 50 peers worked without a...
On it, thanks so much!
After digging around a bit, the issue seems to be that `AddressSanitizer` is trying to allocate large amounts of memory for its internal `mmap` storage. It might be the case...
One last note--if you run `cargo fuzz run -s none fuzz_box_secret_alloc_memfdsec -- -runs=32700` it will work every time, but `cargo fuzz run -s none fuzz_box_secret_alloc_memfdsec -- -runs=32750` fails due to...
Hi Alistair! Thank you so much, that was the one detail I was forgetting to mention last night! This PR was indeed based off the excellent work in #535, and...
One additional detail regarding the static lifetime approach--while it dramatically simplifies the lifetime management involved, it does necessitate static mutable buffers for IPC shared buffers, which naively require using `unsafe`...
Thank you so much @alevy and @lschuermann! I'll order the development board as well in that case, and excited to try out treadmill :)